aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-04-29 05:44:04 +0000
committerRenovate Bot <[email protected]>2021-04-29 05:44:04 +0000
commitc909e7267da7e31f0ed9f6b8adf61765a8944926 (patch)
tree8b2f56ff0dbed832d6768c8bfe83381a68b9e3b1
parentMerge pull request #7 from Whirlsplash/renovate/configure (diff)
downloadwhirl-c909e7267da7e31f0ed9f6b8adf61765a8944926.tar.xz
whirl-c909e7267da7e31f0ed9f6b8adf61765a8944926.zip
fix(deps): update rust crate tokio-util to 0.6.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a4bfb6f..593e58b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ config = "0.11.0"
# TCP
tokio = { version = "1.4.0", features = ["full"] }
-tokio-util = { version = "0.6.5", features = ["codec"] }
+tokio-util = { version = "0.6.6", features = ["codec"] }
tokio-stream = "0.1.5"
# Database