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
commit1ec148c791319f34ca3ea849c69843ce43f90041 (patch)
treeec7e8886dc30c63e33d1f9079d80780214cad0f5
parentMerge pull request #55 from Whirlsplash/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate tokio-stream to 0.1.7 (diff)
downloadwhirl-1ec148c791319f34ca3ea849c69843ce43f90041.tar.xz
whirl-1ec148c791319f34ca3ea849c69843ce43f90041.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 eec03b8..956620d 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 c80789b..4e1f421 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" }