diff options
| author | Fuwn <[email protected]> | 2021-07-07 14:22:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-07 14:22:40 +0000 |
| commit | eccfc68d72c1ca096b8c7c17f86d7b45caf2e388 (patch) | |
| tree | 0c3c52e62233e50b954e6aaf9777ac3f84408122 | |
| parent | Merge pull request #55 from Whirlsplash/renovate/tokio-1.x (diff) | |
| parent | fix(deps): update rust crate tokio-stream to 0.1.7 (diff) | |
| download | whirl-eccfc68d72c1ca096b8c7c17f86d7b45caf2e388.tar.xz whirl-eccfc68d72c1ca096b8c7c17f86d7b45caf2e388.zip | |
Merge pull request #56 from Whirlsplash/renovate/tokio-stream-0.x
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 2 |
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" } |