From 0f27e8e7767ac520c548df4d5642031a5ab94dec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 23 Jan 2022 03:34:28 +0000 Subject: fix(deps): update rust crate reqwest to 0.11.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d60d47a..436c4ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ human-panic = "1.0.3" dotenv = "0.15.0" # Web -reqwest = { version = "0.11.8", features = ["socks"] } +reqwest = { version = "0.11.9", features = ["socks"] } tokio = { version = "1.15.0", features = ["full"] } # Allocator -- cgit v1.2.3