mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 12:58:31 +00:00
Bump yamux
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user