diff --git a/Cargo.lock b/Cargo.lock index b9a11cbf..3fbdefc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,7 +714,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 b55c853e..619fe7c7 100644 --- a/crates/devtools-core/Cargo.toml +++ b/crates/devtools-core/Cargo.toml @@ -28,7 +28,7 @@ futures = "0.3.30" bytes = "1.7.1" ringbuf = "0.4.4" async-stream = "0.3.5" -http = "0.2" +http = "1.0" hyper = "0.14" tower = "0.4" log = "0.4"