aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-07-02 21:24:05 +0000
committerRenovate Bot <[email protected]>2021-07-02 21:24:05 +0000
commit67db3f474e95af21ff24c9ee154af808840e516a (patch)
tree7c68ebd3db04ea368757d0680fb35af1eb4c9b94
parentMerge pull request #8 from fuwn/renovate/reqwest-0.x (diff)
downloadnitrous-67db3f474e95af21ff24c9ee154af808840e516a.tar.xz
nitrous-67db3f474e95af21ff24c9ee154af808840e516a.zip
fix(deps): update rust crate tokio to 1.8.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d601c7d..1df3e98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ dotenv = "0.15.0"
# Web
reqwest = { version = "0.11.4", features = ["socks"] }
-tokio = { version = "1.7.1", features = ["full"] }
+tokio = { version = "1.8.0", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]