Remove unused dependency ‘utf-8’

This commit is contained in:
Tobie Morgan Hitchcock 2022-07-06 14:40:33 +01:00
parent 338bf3e142
commit f73ecebba1
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2732,7 +2732,6 @@ dependencies = [
"tokio",
"trice",
"url",
"utf-8",
"uuid",
]

View file

@ -49,7 +49,6 @@ thiserror = "1.0.31"
tikv = { version = "0.1.0", package = "tikv-client", optional = true }
trice = "0.1.0"
url = "2.2.2"
utf-8 = "0.7.6"
uuid = { version = "1.1.2", features = ["serde", "v4"] }
[dev-dependencies]