Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/libp2p-next' into libp2p-next
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Mar 3, 2025
2 parents dd0dc60 + c9752dc commit ac1b7ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test_js_interop = []
anyhow = "1.0.96"
async-rt = "0.1.5"
async-stream = { version = "0.3.6" }
async-trait = { version = "0.1.86" }
async-trait = { version = "0.1.87" }
asynchronous-codec = "0.7.0"
base64 = { version = "0.22.1" }
bytes = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion unixfs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sha2 = { default-features = false, version = "0.10.2" }

[dev-dependencies]
hex-literal = { default-features = false, version = "1.0.0" }
libc = { default-features = false, version = "0.2.169" }
libc = { default-features = false, version = "0.2.170" }
multibase = { default-features = false, version = "0.9.1" }
tar = { default-features = false, version = "0.4.43" }
criterion = { default-features = false, version = "0.5.1" }
Expand Down

0 comments on commit ac1b7ba

Please sign in to comment.