Bump trybuild from 1.0.53 to 1.0.60 (#5343)

Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.53 to 1.0.60.
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.53...1.0.60)

---
updated-dependencies:
- dependency-name: trybuild
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-04-19 21:11:39 +02:00
committed by GitHub
parent 79ecc53801
commit 07d2985f82
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -11928,14 +11928,15 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.53"
version = "1.0.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d664de8ea7e531ad4c0f5a834f20b8cb2b8e6dfe88d05796ee7887518ed67b9"
checksum = "0da18123d1316f5a65fc9b94e30a0fcf58afb1daff1b8e18f41dc30f5bfc38c8"
dependencies = [
"dissimilar",
"glob",
"lazy_static",
"once_cell",
"serde",
"serde_derive",
"serde_json",
"termcolor",
"toml",
@@ -19,7 +19,7 @@ futures-timer = "3.0.2"
pin-project = "1.0"
[dev-dependencies]
trybuild = "1.0.53"
trybuild = "1.0.60"
rustversion = "1.0.6"
[features]