Skip to content

Commit e360c02

Browse files
authored
Merge branch 'libp2p-next' into refactor/repo-layout
2 parents cf56399 + 3200057 commit e360c02

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

Cargo.lock

Lines changed: 34 additions & 34 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
@@ -85,19 +85,19 @@ rust-unixfs = { version = "0.5.0", path = "unixfs" }
8585
sec1 = { version = "0.7.3", features = ["pem", "pkcs8"] }
8686
send_wrapper = "0.6.0"
8787
serde = { version = "1.0.219" }
88-
serde_ipld_dagcbor = "0.6.2"
88+
serde_ipld_dagcbor = "0.6.3"
8989
serde_ipld_dagjson = "0.2.0"
9090
serde_json = { version = "1.0.140" }
9191
serde-wasm-bindgen = "0.6.5"
9292
sha2 = "0.10.8"
9393
simple_x509 = "=1.1.0"
94-
thiserror = { version = "2.0.11" }
94+
thiserror = { version = "2.0.12" }
9595
tracing = { version = "0.1.41" }
9696
tracing-futures = { features = ["futures-03"], version = "0.2.5" }
9797

9898
tokio = { default-features = false, version = "1.44.2" }
9999
tokio-stream = { default-features = false, version = "0.1.17" }
100-
tokio-util = { default-features = false, version = "0.7.13" }
100+
tokio-util = { default-features = false, version = "0.7.14" }
101101
unsigned-varint = { version = "0.8.0", features = ["asynchronous_codec"] }
102102
wasm-bindgen-futures = { version = "0.4.50" }
103103
web-time = "1.1.0"

0 commit comments

Comments
 (0)