aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-28 09:55:11 +0000
committerRenovate Bot <[email protected]>2022-01-28 09:55:11 +0000
commit90cd84524ac67d60089dae4eaef23ccb3712071d (patch)
treec97fa9a93ed7b820c8289d860ea01fabaaf4a632
parentMerge pull request #33 from Fuwn/renovate/reqwest-0.x (diff)
downloadnitrous-90cd84524ac67d60089dae4eaef23ccb3712071d.tar.xz
nitrous-90cd84524ac67d60089dae4eaef23ccb3712071d.zip
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]