aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-02-16 19:22:03 +0000
committerRenovate Bot <[email protected]>2022-02-16 19:22:03 +0000
commit0ee852499453730c64d95bcac5e2dc26e55a06e2 (patch)
tree1cdf168e376bba5ff2c0ef82e368b1d886f88402
parentMerge pull request #35 from Fuwn/renovate/tokio-1.x (diff)
downloadnitrous-0ee852499453730c64d95bcac5e2dc26e55a06e2.tar.xz
nitrous-0ee852499453730c64d95bcac5e2dc26e55a06e2.zip
fix(deps): update rust crate tokio to 1.17.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b3564aa..6bf8e59 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.16.1", features = ["full"] }
+tokio = { version = "1.17.0", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]