deps: bump trybuild from 1.0.82 to 1.0.83

Pull-Request: #4346.
This commit is contained in:
dependabot[bot]
2023-08-19 01:46:27 +00:00
committed by GitHub
parent d9a09b12a6
commit 3b58454340
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"