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"