diff options
| author | Renovate Bot <[email protected]> | 2021-07-07 09:18:30 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-07-07 09:18:30 +0000 |
| commit | 9a24ac4dff49ca7173b6de546d052347c23abdc3 (patch) | |
| tree | ec7e8886dc30c63e33d1f9079d80780214cad0f5 | |
| parent | Merge pull request #55 from Whirlsplash/renovate/tokio-1.x (diff) | |
| download | whirl-9a24ac4dff49ca7173b6de546d052347c23abdc3.tar.xz whirl-9a24ac4dff49ca7173b6de546d052347c23abdc3.zip | |
fix(deps): update rust crate tokio-stream to 0.1.7
| -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 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" } |