mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -5910,9 +5910,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
||||
|
||||
[[package]]
|
||||
name = "trybuild"
|
||||
version = "1.0.82"
|
||||
version = "1.0.83"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b"
|
||||
checksum = "6df60d81823ed9c520ee897489573da4b1d79ffbe006b8134f46de1a1aa03555"
|
||||
dependencies = [
|
||||
"basic-toml",
|
||||
"glob",
|
||||
|
@@ -54,7 +54,7 @@ libp2p-yamux = { path = "../muxers/yamux" } # Using `path` here because this is
|
||||
quickcheck = { workspace = true }
|
||||
void = "1"
|
||||
once_cell = "1.18.0"
|
||||
trybuild = "1.0.80"
|
||||
trybuild = "1.0.83"
|
||||
|
||||
[[test]]
|
||||
name = "swarm_derive"
|
||||
|
Reference in New Issue
Block a user