From 00d28145b8db71f908072ae1414deb7d43cf10c7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Mar 2022 19:20:48 +0000 Subject: fix(deps): update rust crate reqwest to 0.11.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e98ea65..ec93a8f 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.9", features = ["socks"] } +reqwest = { version = "0.11.10", features = ["socks"] } tokio = { version = "1.17.0", features = ["full"] } # Allocator -- cgit v1.2.3