From 75a23d2bb8e1c1ae91618c842e093da5b43c56a5 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Tue, 7 Apr 2026 12:02:57 +0800 Subject: [PATCH] build(deps): update `http` dependency version to 1.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f59c524..bc28184 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ serde_urlencoded = "0.7.1" indexmap = { version = "2.13.0", features = ["serde"] } bytes = "1.11.1" arc-swap = "1.9.0" -http = "1" +http = "1.4.0" http-body-util = "0.1.3" wreq = { version = "6.0.0-rc.27", features = [ "query",