aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-06-15 17:58:08 +0000
committerRenovate Bot <[email protected]>2021-06-15 17:58:08 +0000
commit99d760c1536488fbd429f05941c629acff602ca3 (patch)
treecc2055733851baf2841872ebcc1f2a0c5776c9de
parentMerge pull request #3 from fuwn/renovate/tokio-1.x (diff)
downloadnitrous-99d760c1536488fbd429f05941c629acff602ca3.tar.xz
nitrous-99d760c1536488fbd429f05941c629acff602ca3.zip
fix(deps): update rust crate tokio to 1.7.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b77cc5c..6e62e00 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ dotenv = "0.15.0"
# Web
reqwest = { version = "0.11.3", features = ["socks"] }
-tokio = { version = "1.6.2", features = ["full"] }
+tokio = { version = "1.7.0", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]