aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-12-20 21:44:45 +0000
committerRenovate Bot <[email protected]>2021-12-20 21:44:45 +0000
commitba41164e7002679561b4ffb81411473b8f58fb5c (patch)
tree829828c7b7003e8a738d725f79fff7fe12a0e1f6 /Cargo.toml
parentMerge pull request #29 from fuwn/renovate/tokio-1.x (diff)
downloadnitrous-ba41164e7002679561b4ffb81411473b8f58fb5c.tar.xz
nitrous-ba41164e7002679561b4ffb81411473b8f58fb5c.zip
fix(deps): update rust crate reqwest to 0.11.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7762c65..0e6a02c 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.6", features = ["socks"] }
+reqwest = { version = "0.11.8", features = ["socks"] }
tokio = { version = "1.13.0", features = ["full"] }
# Allocator