Bump yamux

This commit is contained in:
Michael Sproul
2026-03-23 12:52:10 +11:00
parent 5d6f787a06
commit e5facc2faf
2 changed files with 4 additions and 4 deletions

7
Cargo.lock generated
View File

@@ -5337,7 +5337,7 @@ dependencies = [
"thiserror 2.0.17",
"tracing",
"yamux 0.12.1",
"yamux 0.13.8",
"yamux 0.13.10",
]
[[package]]
@@ -10606,8 +10606,9 @@ dependencies = [
[[package]]
name = "yamux"
version = "0.13.8"
source = "git+https://github.com/sigp/rust-yamux?rev=29efa6aebd4bdfcb16bfb21969ec0c785e570b74#29efa6aebd4bdfcb16bfb21969ec0c785e570b74"
version = "0.13.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1991f6690292030e31b0144d73f5e8368936c58e45e7068254f7138b23b00672"
dependencies = [
"futures",
"log",

View File

@@ -279,7 +279,6 @@ debug = true
[patch.crates-io]
quick-protobuf = { git = "https://github.com/sigp/quick-protobuf.git", rev = "87c4ccb9bb2af494de375f5f6c62850badd26304" }
yamux = { git = "https://github.com/sigp/rust-yamux", rev = "29efa6aebd4bdfcb16bfb21969ec0c785e570b74" }
[patch."https://github.com/libp2p/rust-libp2p.git"]
libp2p = { git = "https://github.com/sigp/rust-libp2p.git", rev = "f88e43de9eba00b416d0374b1a1fb2de47b65864" }