From 1f8f5790f4e723dcf9fcf32da84ee0df9f4fe0e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:47:53 +0000 Subject: [PATCH] fix(deps): update rust crate http to v1 --- crates/devtools-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"