diff --git a/core/Cargo.lock b/core/Cargo.lock index 4d8496722304..129a3a2dc6ae 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -4038,7 +4038,7 @@ dependencies = [ "hdrs", "hmac", "hrana-client-proto", - "http 0.2.11", + "http 1.0.0", "libtest-mimic", "log", "madsim", diff --git a/core/Cargo.toml b/core/Cargo.toml index 57d5b14d0d4b..79ba97119a93 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -249,7 +249,7 @@ chrono = { version = "0.4.28", default-features = false, features = [ ] } flagset = "0.4" futures = { version = "0.3", default-features = false, features = ["std"] } -http = "0.2.9" +http = "1.0.0" log = "0.4" md-5 = "0.10" # TODO: remove once_cell when lazy_lock is stable: https://doc.rust-lang.org/std/cell/struct.LazyCell.html