aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-06-19 00:16:50 +0000
committerRenovate Bot <[email protected]>2021-06-19 00:16:50 +0000
commite84481ebb4ee80d9c38e8b2cf95b1bcf5cc12408 (patch)
tree0f56d383ff7d39964aeb5be011cbd154823d667a
parentMerge pull request #6 from fuwn/renovate/mimalloc-0.x (diff)
downloadnitrous-e84481ebb4ee80d9c38e8b2cf95b1bcf5cc12408.tar.xz
nitrous-e84481ebb4ee80d9c38e8b2cf95b1bcf5cc12408.zip
fix(deps): update rust crate tokio to 1.7.1
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1389c9c..cba2fd6 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.7.0", features = ["full"] }
+tokio = { version = "1.7.1", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]