From 4c1b1f8c7a07c65e49431278ce1dcb678886e437 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:56:44 +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 cc313709..250a184e 100644 --- a/crates/devtools-core/Cargo.toml +++ b/crates/devtools-core/Cargo.toml @@ -28,4 +28,4 @@ futures = "0.3.30" bytes = "1.5.0" ringbuf = "0.4.0-rc.3" async-stream = "0.3.5" -http = "0.2" +http = "1.1"