From 2acd64e4b056a6e92e3d616e45e37b4f5f05fc10 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 14 Mar 2022 19:25:58 +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 d87b700..8090fc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ const_format = "0.2.22" lazy_static = "1.4.0" # Web -reqwest = { version = "0.11.9", features = ["json"] } +reqwest = { version = "0.11.10", features = ["json"] } [build-dependencies] # Build variables -- cgit v1.2.3