diff --git a/Cargo.lock b/Cargo.lock index fce2aa000ae5..f5367d62cfff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6123,9 +6123,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "trybuild" -version = "1.0.85" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196a58260a906cedb9bf6d8034b6379d0c11f552416960452f267402ceeddff1" +checksum = "8419ecd263363827c5730386f418715766f584e2f874d32c23c5b00bd9727e7e" dependencies = [ "basic-toml", "glob", diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index 0e87f30979de..a632bdcb2302 100644 --- a/swarm/Cargo.toml +++ b/swarm/Cargo.toml @@ -53,7 +53,7 @@ libp2p-yamux = { path = "../muxers/yamux" } # Using `pat quickcheck = { workspace = true } void = "1" once_cell = "1.19.0" -trybuild = "1.0.85" +trybuild = "1.0.86" tokio = { version = "1.35.0", features = ["time", "rt", "macros", "rt-multi-thread"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }