Skip to content

Commit 1cadf38

Browse files
chore(deps): update rust-futures monorepo to 0.3.30 (#2004)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ea3a85 commit 1cadf38

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ log = "0.4.20"
140140
tracing = { version = "0.1.40", default-features = false, features = ["log"] }
141141
tracing-subscriber = "0.3.18"
142142
console-subscriber = "0.2.0"
143-
futures = "0.3.29"
143+
futures = "0.3.30"
144144
thiserror = "1.0.56"
145145
serde = "1.0.193"
146146
toml = "0.5.10"

crates/libp2p/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ libp2p-noise = { workspace = true }
1313
libp2p-mplex = { workspace = true }
1414
multihash = { workspace = true, features = ["serde-codec"] }
1515
futures = { workspace = true }
16-
futures-util = "0.3.29"
16+
futures-util = "0.3.30"
1717
tokio = { workspace = true, optional = true }
1818
serde = { version = "1.0.193", features = ["derive"] }
1919
serde_json = { workspace = true }

0 commit comments

Comments
 (0)