Skip to content

Commit b01f68a

Browse files
authored
Merge branch 'libp2p-next' into feat/rust-features
2 parents 8992727 + 4d3ce5c commit b01f68a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ test_js_interop = []
3939
anyhow = "1.0.97"
4040
async-rt = "0.1.5"
4141
async-stream = { version = "0.3.6" }
42-
async-trait = { version = "0.1.87" }
42+
async-trait = { version = "0.1.88" }
4343
asynchronous-codec = "0.7.0"
4444
base64 = { version = "0.22.1" }
45-
bytes = "1.10.0"
45+
bytes = "1.10.1"
4646
cid = "0.11.1"
4747
chrono = { version = "0.4.40" }
4848
clap = { version = "4.5.31", features = ["derive"] }
@@ -95,7 +95,7 @@ thiserror = { version = "2.0.11" }
9595
tracing = { version = "0.1.41" }
9696
tracing-futures = { features = ["futures-03"], version = "0.2.5" }
9797

98-
tokio = { default-features = false, version = "1.43.0" }
98+
tokio = { default-features = false, version = "1.44.2" }
9999
tokio-stream = { default-features = false, version = "0.1.17" }
100100
tokio-util = { default-features = false, version = "0.7.13" }
101101
unsigned-varint = { version = "0.8.0", features = ["asynchronous_codec"] }

0 commit comments

Comments
 (0)