aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-13 21:48:52 +0000
committerFuwn <[email protected]>2022-04-13 21:48:52 +0000
commit0ab24f82f733257f7cff7ffe533f31cb1759ba01 (patch)
tree84d93b55dadff5d6a0638ae10bd18817fb5edb71 /Cargo.toml
parentMerge pull request #40 from Fuwn/renovate/log-0.x (diff)
parentfix(deps): update rust crate reqwest to 0.11.10 (diff)
downloadnitrous-main.tar.xz
nitrous-main.zip
Merge pull request #39 from Fuwn/renovate/reqwest-0.xHEADmain
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 5bfe62c..6be128c 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