Skip to content

Commit

Permalink
⬆️ Update futures-util to 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent 5f11c10 commit 1535c22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ derivative = "2.2"
async-io = { version = "2.2.2", optional = true }
futures-core = "0.3.25"
futures-sink = "0.3.25"
futures-util = { version = "0.3.25", default-features = false, features = [
futures-util = { version = "0.3.30", default-features = false, features = [
"sink",
"std",
] }
Expand Down Expand Up @@ -115,7 +115,7 @@ async-recursion = "1.0.5"
[dev-dependencies]
zbus_xml = { path = "../zbus_xml", version = "4.0.0" }
doc-comment = "0.3.3"
futures-util = "0.3.25" # activate default features
futures-util = "0.3.30" # activate default features
ntest = "0.9.0"
test-log = { version = "0.2.11", features = [
"trace",
Expand Down
2 changes: 1 addition & 1 deletion zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ serde = { version = "1.0", features = ["derive"] }
trybuild = "1.0.71"
rustversion = "1.0.9"
async-io = "1.13.0"
futures-util = { version = "0.3.25", default-features = false }
futures-util = { version = "0.3.30", default-features = false }

0 comments on commit 1535c22

Please sign in to comment.