aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-11 12:30:51 +0000
committerFuwn <[email protected]>2022-03-11 12:30:51 +0000
commit6701c187138989c408ca21a82dc7617501c5fe94 (patch)
tree38a885b6f76889a789842652757b980e01fbf122
parentMerge pull request #30 from Fuwn/renovate/mimalloc-0.x (diff)
parentfix(deps): update rust crate tokio to 1.17.0 (diff)
downloadnitrous-6701c187138989c408ca21a82dc7617501c5fe94.tar.xz
nitrous-6701c187138989c408ca21a82dc7617501c5fe94.zip
Merge pull request #37 from Fuwn/renovate/tokio-1.x
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 d3908f5..e98ea65 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]