From c6f9ca4ab5d39d492b2fe682eef5ad4ea2470640 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 8 Apr 2024 16:00:39 +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 373498f..dcb71e3 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.11" secrecy = "0.8" serde = { version = "1.0", features = ["derive"] }