From a0520260cef15b2cdb44be54fb65912c81eee5a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 01:18:27 +0000 Subject: [PATCH] fix(deps): update rust crate http to 0.2.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c94b27de..89b3e88c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ clap = { version = "^4.2.1", features = [ "unicode", "wrap_help", ] } -http = "0.2.8" +http = "0.2.9" hyper = { version = "^0.14.27", features = ["full"] } lazy_static = "1.4.0" reqwest = { version = "0.11.14", features = [