Remove unused dependency ‘utf-8’
This commit is contained in:
parent
338bf3e142
commit
f73ecebba1
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2732,7 +2732,6 @@ dependencies = [
|
||||||
"tokio",
|
"tokio",
|
||||||
"trice",
|
"trice",
|
||||||
"url",
|
"url",
|
||||||
"utf-8",
|
|
||||||
"uuid",
|
"uuid",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,6 @@ thiserror = "1.0.31"
|
||||||
tikv = { version = "0.1.0", package = "tikv-client", optional = true }
|
tikv = { version = "0.1.0", package = "tikv-client", optional = true }
|
||||||
trice = "0.1.0"
|
trice = "0.1.0"
|
||||||
url = "2.2.2"
|
url = "2.2.2"
|
||||||
utf-8 = "0.7.6"
|
|
||||||
uuid = { version = "1.1.2", features = ["serde", "v4"] }
|
uuid = { version = "1.1.2", features = ["serde", "v4"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Reference in a new issue