aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-10-30 20:50:09 +0000
committerGitHub <[email protected]>2021-10-30 20:50:09 +0000
commite3a557b351493cf67e7d6af6a430115d0353fda1 (patch)
treede69a8c9f651424220d8f1e2205f3873fcb4f0b1
parentMerge pull request #108 from Whirlsplash/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate tokio-stream to 0.1.8 (diff)
downloadwhirl-e3a557b351493cf67e7d6af6a430115d0353fda1.tar.xz
whirl-e3a557b351493cf67e7d6af6a430115d0353fda1.zip
Merge pull request #109 from Whirlsplash/renovate/tokio-stream-0.x
fix(deps): update rust crate tokio-stream to 0.1.8
-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 a2a5d53..277eb03 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -44,7 +44,7 @@ whirl_config = { path = "../whirl_config" }
# TCP
tokio = { version = "1.13.0", features = ["full"] }
tokio-util = { version = "0.6.9", features = ["codec"] }
-tokio-stream = "0.1.7"
+tokio-stream = "0.1.8"
# 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 0f159d3..7cfe8b7 100644
--- a/crates/whirl_server/Cargo.toml
+++ b/crates/whirl_server/Cargo.toml
@@ -32,7 +32,7 @@ serde_derive = "1.0.130"
# TCP
tokio = { version = "1.13.0", features = ["full"] }
tokio-util = { version = "0.6.9", features = ["codec"] }
-tokio-stream = "0.1.7"
+tokio-stream = "0.1.8"
# Config
whirl_config = { path = "../whirl_config" }