aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-14 17:56:54 +0000
committerRenovate Bot <[email protected]>2021-05-14 17:56:54 +0000
commitc77b00872859c7886d5aadc077e4e241a4511e0a (patch)
tree5b3e3a9fe3ae4825dea0e3f707665524a63443ee
parentMerge pull request #31 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-c77b00872859c7886d5aadc077e4e241a4511e0a.tar.xz
whirl-c77b00872859c7886d5aadc077e4e241a4511e0a.zip
fix(deps): update rust crate tokio-util to 0.6.7
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b0c515..f7079ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ config = "0.11.0"
# TCP
tokio = { version = "1.6.0", features = ["full"] }
-tokio-util = { version = "0.6.6", features = ["codec"] }
+tokio-util = { version = "0.6.7", features = ["codec"] }
tokio-stream = "0.1.6"
# Database