aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-14 16:55:09 +0000
committerRenovate Bot <[email protected]>2021-05-14 16:55:09 +0000
commitc1b317c2daf48556a5128ed99d53d28475773501 (patch)
treef76dda0137efffdb99b95a797760fb3d788a6166
parentMerge pull request #26 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-c1b317c2daf48556a5128ed99d53d28475773501.tar.xz
whirl-c1b317c2daf48556a5128ed99d53d28475773501.zip
fix(deps): update rust crate tokio-stream to 0.1.6
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cab814e..92eeba1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,7 +43,7 @@ config = "0.11.0"
# TCP
tokio = { version = "1.5.0", features = ["full"] }
tokio-util = { version = "0.6.6", features = ["codec"] }
-tokio-stream = "0.1.5"
+tokio-stream = "0.1.6"
# Database
libsqlite3-sys = { version = "0.9.1", features = ["bundled"] }