diff --git a/Cargo.lock b/Cargo.lock index 3bc6c2ce..604bd9ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,7 +650,7 @@ dependencies = [ "bytes", "devtools-wire-format", "futures", - "http 0.2.12", + "http 1.1.0", "hyper 0.14.28", "log", "prost-types", diff --git a/crates/devtools-core/Cargo.toml b/crates/devtools-core/Cargo.toml index 6b2b9257..089ad4d6 100644 --- a/crates/devtools-core/Cargo.toml +++ b/crates/devtools-core/Cargo.toml @@ -28,7 +28,7 @@ futures = "0.3.30" bytes = "1.5.0" ringbuf = "0.4.0-rc.3" async-stream = "0.3.5" -http = "0.2" +http = "1.0" hyper = "0.14" tower = "0.4" log = "0.4"