aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-08-31 23:08:47 +0000
committerRenovate Bot <[email protected]>2021-08-31 23:08:47 +0000
commit1dee06f9ad0ebb9b2122a0663a8f7a1f43799f60 (patch)
treedb22ef74db20e043198dedda21d4c665317d6207 /Cargo.toml
parentMerge pull request #23 from fuwn/renovate/structopt-0.x (diff)
downloadnitrous-1dee06f9ad0ebb9b2122a0663a8f7a1f43799f60.tar.xz
nitrous-1dee06f9ad0ebb9b2122a0663a8f7a1f43799f60.zip
fix(deps): update rust crate tokio to 1.11.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 51d5792..25c1faf 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.10.1", features = ["full"] }
+tokio = { version = "1.11.0", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]