diff --git a/Cargo.lock b/Cargo.lock index a051b8d096e..6ba8b5ff13b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6112,9 +6112,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "trybuild" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76de4f783e610194f6c98bfd53f9fc52bb2e0d02c947621e8a0f4ecc799b2880" +checksum = "9a9d3ba662913483d6722303f619e75ea10b7855b0f8e0d72799cf8621bb488f" dependencies = [ "basic-toml", "glob", diff --git a/swarm/Cargo.toml b/swarm/Cargo.toml index 47ec94efbf7..7c329ea6cce 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.88" +trybuild = "1.0.89" tokio = { version = "1.35.1", features = ["time", "rt", "macros", "rt-multi-thread"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }