From 448e3be5dbaadc99f122c8219f94ca3c6bc1ffcc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:11:37 +0000 Subject: [PATCH] fix(deps): update rust crate http to v1 --- Cargo.lock | 2 +- crates/devtools-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7d4198b..e0afc795 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -684,7 +684,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"