Skip to content

Commit 903cc40

Browse files
Renovate Botbcaldwell-renovate[bot]
Renovate Bot
authored andcommitted
Update Rust crate futures-util to 0.3.28
1 parent bc7561d commit 903cc40

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/Cargo.toml

+1-1
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.27.0", features = ["full"] }
1616
tokio-stream = "0.1.12"
17-
futures-util = "0.3.27"
17+
futures-util = "0.3.28"
1818
tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-webpki-roots"] }
1919
base64 = "0.21.0"
2020
rand = "0.8.5"

server/Cargo.toml

+1-1
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.27.0", features = ["full"] }
1616
tokio-stream = "0.1.12"
17-
futures-util = "0.3.27"
17+
futures-util = "0.3.28"
1818
async-trait = "0.1.68"
1919
uuid = { version = "1.3.0", features = ["v4", "fast-rng"] }
2020
# match streamdeck version

0 commit comments

Comments
 (0)