aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-07-06 23:40:08 +0000
committerRenovate Bot <[email protected]>2021-07-06 23:40:08 +0000
commit7c28a1115bc7db9b0b853a3fe8751206953ec460 (patch)
treec2c57e2d5731a89f59b4711167e0ac1788e52dcf /Cargo.toml
parentMerge pull request #10 from fuwn/renovate/structopt-0.x (diff)
downloadnitrous-7c28a1115bc7db9b0b853a3fe8751206953ec460.tar.xz
nitrous-7c28a1115bc7db9b0b853a3fe8751206953ec460.zip
fix(deps): update rust crate tokio to 1.8.1
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 038542d..c3481b4 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.8.0", features = ["full"] }
+tokio = { version = "1.8.1", features = ["full"] }
# Allocator
[target.'cfg(target_family = "windows")'.dependencies]