deps: bump trybuild from 1.0.84 to 1.0.85

Pull-Request: #4511.
This commit is contained in:
dependabot[bot] 2023-09-18 09:05:59 +00:00 committed by GitHub
parent c37d9d56d7
commit 7f27b58a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -5820,9 +5820,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]] [[package]]
name = "trybuild" name = "trybuild"
version = "1.0.84" version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5c89fd17b7536f2cf66c97cff6e811e89e728ca0ed13caeed610c779360d8b4" checksum = "196a58260a906cedb9bf6d8034b6379d0c11f552416960452f267402ceeddff1"
dependencies = [ dependencies = [
"basic-toml", "basic-toml",
"glob", "glob",

View File

@ -54,7 +54,7 @@ libp2p-yamux = { path = "../muxers/yamux" } # Using `path` here because this is
quickcheck = { workspace = true } quickcheck = { workspace = true }
void = "1" void = "1"
once_cell = "1.18.0" once_cell = "1.18.0"
trybuild = "1.0.84" trybuild = "1.0.85"
[[test]] [[test]]
name = "swarm_derive" name = "swarm_derive"