aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-10-07 20:05:46 +0000
committerRenovate Bot <[email protected]>2021-10-07 20:05:46 +0000
commit90971f86268977dcdd009833d6b5d50e84365e52 (patch)
tree89f36a04588bf04be3a42df4ad9945eb0e53f0ac /Cargo.toml
parentMerge pull request #25 from fuwn/renovate/tokio-1.x (diff)
downloadnitrous-90971f86268977dcdd009833d6b5d50e84365e52.tar.xz
nitrous-90971f86268977dcdd009833d6b5d50e84365e52.zip
fix(deps): update rust crate reqwest to 0.11.5
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 5dc18fb..c7a2734 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.4", features = ["socks"] }
+reqwest = { version = "0.11.5", features = ["socks"] }
tokio = { version = "1.12.0", features = ["full"] }
# Allocator