aboutsummaryrefslogtreecommitdiff
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
commit70ac8954a2d4a5fa7eb12f0081ee6896f826bed8 (patch)
treec364f79aa1024a5f001db6b6000bdabe7870aead
parentMerge pull request #7 from Whirlsplash/renovate/configure (diff)
downloadwhirl-70ac8954a2d4a5fa7eb12f0081ee6896f826bed8.tar.xz
whirl-70ac8954a2d4a5fa7eb12f0081ee6896f826bed8.zip
fix(deps): update rust crate tokio to 1.5.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d841dbc..e391c9b 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"