aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-10 05:27:46 +0000
committerFuwn <[email protected]>2022-02-10 05:27:46 +0000
commita0c5269f51cba5ebb48bc308e608f8ed897bb0ca (patch)
treec97fa9a93ed7b820c8289d860ea01fabaaf4a632
parentMerge pull request #33 from Fuwn/renovate/reqwest-0.x (diff)
parentfix(deps): update rust crate tokio to 1.16.1 (diff)
downloadnitrous-a0c5269f51cba5ebb48bc308e608f8ed897bb0ca.tar.xz
nitrous-a0c5269f51cba5ebb48bc308e608f8ed897bb0ca.zip
Merge pull request #35 from Fuwn/renovate/tokio-1.x
fix(deps): update rust crate tokio to 1.16.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 436c4ec..b3564aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ dotenv = "0.15.0"
# Web
reqwest = { version = "0.11.9", features = ["socks"] }
-tokio = { version = "1.15.0", features = ["full"] }
+tokio = { version = "1.16.1", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]