diff --git a/Cargo.lock b/Cargo.lock index 12ca27d056..dc1efc1804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/src/common/meta/Cargo.toml b/src/common/meta/Cargo.toml index 8473f3015e..3ea7627f9c 100644 --- a/src/common/meta/Cargo.toml +++ b/src/common/meta/Cargo.toml @@ -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 diff --git a/src/meta-srv/Cargo.toml b/src/meta-srv/Cargo.toml index 54d5c773e5..b521ddad6c 100644 --- a/src/meta-srv/Cargo.toml +++ b/src/meta-srv/Cargo.toml @@ -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