aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-14 19:20:48 +0000
committerRenovate Bot <[email protected]>2022-03-14 19:20:48 +0000
commit00d28145b8db71f908072ae1414deb7d43cf10c7 (patch)
tree6a95736e7eaddbbf4e29a3201e745b689892b1ce
parentMerge pull request #37 from Fuwn/renovate/tokio-1.x (diff)
downloadnitrous-00d28145b8db71f908072ae1414deb7d43cf10c7.tar.xz
nitrous-00d28145b8db71f908072ae1414deb7d43cf10c7.zip
fix(deps): update rust crate reqwest to 0.11.10
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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