Skip to content

Commit ac1b7ba

Browse files
committed
Merge remote-tracking branch 'origin/libp2p-next' into libp2p-next
2 parents dd0dc60 + c9752dc commit ac1b7ba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test_js_interop = []
2323
anyhow = "1.0.96"
2424
async-rt = "0.1.5"
2525
async-stream = { version = "0.3.6" }
26-
async-trait = { version = "0.1.86" }
26+
async-trait = { version = "0.1.87" }
2727
asynchronous-codec = "0.7.0"
2828
base64 = { version = "0.22.1" }
2929
bytes = "1.10.0"

unixfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sha2 = { default-features = false, version = "0.10.2" }
2525

2626
[dev-dependencies]
2727
hex-literal = { default-features = false, version = "1.0.0" }
28-
libc = { default-features = false, version = "0.2.169" }
28+
libc = { default-features = false, version = "0.2.170" }
2929
multibase = { default-features = false, version = "0.9.1" }
3030
tar = { default-features = false, version = "0.4.43" }
3131
criterion = { default-features = false, version = "0.5.1" }

0 commit comments

Comments
 (0)