chore: remove unused deps (#6828)

Signed-off-by: WenyXu <wenymedia@gmail.com>
This commit is contained in:
Weny Xu
2025-08-26 20:29:17 +08:00
committed by GitHub
parent 6782bcddfa
commit b921e41abf
3 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -2346,7 +2346,6 @@ dependencies = [
"greptime-proto",
"hex",
"humantime-serde",
"hyper 0.14.32",
"itertools 0.14.0",
"lazy_static",
"moka",
@@ -7391,7 +7390,6 @@ dependencies = [
"http-body-util",
"humantime",
"humantime-serde",
"hyper 0.14.32",
"hyper-util",
"itertools 0.14.0",
"lazy_static",

View File

@@ -94,5 +94,4 @@ common-procedure = { workspace = true, features = ["testing"] }
common-test-util.workspace = true
common-wal = { workspace = true, features = ["testing"] }
datatypes.workspace = true
hyper = { version = "0.14", features = ["full"] }
uuid.workspace = true

View File

@@ -91,7 +91,6 @@ client = { workspace = true, features = ["testing"] }
common-meta = { workspace = true, features = ["testing"] }
common-procedure-test.workspace = true
common-wal = { workspace = true, features = ["testing"] }
hyper = "0.14"
session.workspace = true
tracing = "0.1"
tracing-subscriber.workspace = true