Skip to content

Commit 391e744

Browse files
Bump futures-util from 0.3.21 to 0.3.24 (#43)
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.21 to 0.3.24. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.21...0.3.24) --- updated-dependencies: - dependency-name: futures-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1684b5d commit 391e744

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde_json = "1.0"
1414
# reqwest = { version = "0.11.11", default-features = false, features = ["blocking", "json", "rustls-tls"] }
1515
tokio = { version = "1.21.1", features = ["full"] }
1616
tokio-stream = "0.1.9"
17-
futures-util = "0.3.21"
17+
futures-util = "0.3.24"
1818
tokio-tungstenite = { version = "0.17.2", features = ["rustls-tls-webpki-roots"] }
1919
base64 = "0.13.0"
2020
rand = "0.8.5"

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde_json = "1.0"
1414
serde_yaml = "0.9"
1515
tokio = { version = "1.21.1", features = ["full"] }
1616
tokio-stream = "0.1.9"
17-
futures-util = "0.3.21"
17+
futures-util = "0.3.24"
1818
async-trait = "0.1.57"
1919
uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }
2020
# match streamdeck version

0 commit comments

Comments
 (0)