aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-07-07 09:18:30 +0000
committerRenovate Bot <[email protected]>2021-07-07 09:18:30 +0000
commiteb1dfd7689c22e74e0489ca76a3ba297751c3b5c (patch)
tree0c3c52e62233e50b954e6aaf9777ac3f84408122
parentMerge pull request #55 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-eb1dfd7689c22e74e0489ca76a3ba297751c3b5c.tar.xz
whirl-eb1dfd7689c22e74e0489ca76a3ba297751c3b5c.zip
fix(deps): update rust crate tokio-stream to 0.1.7
-rw-r--r--crates/whirl/Cargo.toml2
-rw-r--r--crates/whirl_server/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index f608e39..ef2308e 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -44,7 +44,7 @@ whirl_config = { path = "../whirl_config" }
# TCP
tokio = { version = "1.8.1", features = ["full"] }
tokio-util = { version = "0.6.7", features = ["codec"] }
-tokio-stream = "0.1.6"
+tokio-stream = "0.1.7"
# Web-server
actix-web = { version = "3.3.2", features = ["rustls"] }
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml
index ccb650e..d215991 100644
--- a/crates/whirl_server/Cargo.toml
+++ b/crates/whirl_server/Cargo.toml
@@ -32,7 +32,7 @@ serde_derive = "1.0.126"
# TCP
tokio = { version = "1.8.1", features = ["full"] }
tokio-util = { version = "0.6.7", features = ["codec"] }
-tokio-stream = "0.1.6"
+tokio-stream = "0.1.7"
# Config
whirl_config = { path = "../whirl_config" }