aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-04-29 05:44:00 +0000
committerRenovate Bot <[email protected]>2021-04-29 05:44:00 +0000
commit4b4d9788bd116350314e852cc30f224526d78d9c (patch)
treed58bb5a2c09a81b8c6726a62fc188902382b46ea /Cargo.toml
parentMerge pull request #7 from Whirlsplash/renovate/configure (diff)
downloadwhirl-4b4d9788bd116350314e852cc30f224526d78d9c.tar.xz
whirl-4b4d9788bd116350314e852cc30f224526d78d9c.zip
fix(deps): update rust crate tokio to 1.5.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 a4bfb6f..fe41912 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ structopt = "0.3.21"
config = "0.11.0"
# TCP
-tokio = { version = "1.4.0", features = ["full"] }
+tokio = { version = "1.5.0", features = ["full"] }
tokio-util = { version = "0.6.5", features = ["codec"] }
tokio-stream = "0.1.5"