From 228f555554919aec2d1cc2373dff7ea98c04e81b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:22:39 +0000 Subject: [PATCH] chore(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 274bac99..822f04df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ custom_error = "1.9.2" dotenvy = "0.15.7" futures = "0.3.30" futures-util = "0.3.30" -http = "0.2.12" +http = "1.0.0" indicatif = "0.17.8" lazy_static = "1.4.0" log = "0.4.21"