From bab4225ad812c42adebe67a891354f467d799211 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Apr 2024 16:15:33 +0000 Subject: [PATCH] fix(deps): update rust crate http to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca007dd..f6f5bf1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ tracing = "0.1" # network async-trait = "0.1" -http = "0.2" +http = "1.1" reqwest = "0.12" secrecy = "0.8" serde = { version = "1.0", features = ["derive"] } -- 2.45.2