Skip to content

Commit 6f1971e

Browse files
authored
Merge branch 'libp2p-next' into feat/repo-default-storage
2 parents fe1b2f0 + 4d3ce5c commit 6f1971e

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
@@ -23,10 +23,10 @@ test_js_interop = []
2323
anyhow = "1.0.97"
2424
async-rt = "0.1.5"
2525
async-stream = { version = "0.3.6" }
26-
async-trait = { version = "0.1.87" }
26+
async-trait = { version = "0.1.88" }
2727
asynchronous-codec = "0.7.0"
2828
base64 = { version = "0.22.1" }
29-
bytes = "1.10.0"
29+
bytes = "1.10.1"
3030
cid = "0.11.1"
3131
chrono = { version = "0.4.40" }
3232
clap = { version = "4.5.31", features = ["derive"] }
@@ -79,7 +79,7 @@ thiserror = { version = "2.0.11" }
7979
tracing = { version = "0.1.41" }
8080
tracing-futures = { features = ["futures-03"], version = "0.2.5" }
8181

82-
tokio = { default-features = false, version = "1.43.0" }
82+
tokio = { default-features = false, version = "1.44.2" }
8383
tokio-stream = { default-features = false, version = "0.1.17" }
8484
tokio-util = { default-features = false, version = "0.7.13" }
8585
unsigned-varint = { version = "0.8.0", features = ["asynchronous_codec"] }

0 commit comments

Comments
 (0)