aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-07 14:22:40 +0000
committerGitHub <[email protected]>2021-07-07 14:22:40 +0000
commiteccfc68d72c1ca096b8c7c17f86d7b45caf2e388 (patch)
tree0c3c52e62233e50b954e6aaf9777ac3f84408122
parentMerge pull request #55 from Whirlsplash/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate tokio-stream to 0.1.7 (diff)
downloadwhirl-eccfc68d72c1ca096b8c7c17f86d7b45caf2e388.tar.xz
whirl-eccfc68d72c1ca096b8c7c17f86d7b45caf2e388.zip
Merge pull request #56 from Whirlsplash/renovate/tokio-stream-0.x
-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" }