Bump trybuild from 1.0.60 to 1.0.61

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-05-04 13:56:49 +00:00
committed by Bastian Köcher
parent 0493fed686
commit 3a01f0697f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -12096,9 +12096,9 @@ dependencies = [
[[package]] [[package]]
name = "trybuild" name = "trybuild"
version = "1.0.60" version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0da18123d1316f5a65fc9b94e30a0fcf58afb1daff1b8e18f41dc30f5bfc38c8" checksum = "7fc92f558afb6d1d7c6f175eb8d615b8ef49c227543e68e19c123d4ee43d8a7d"
dependencies = [ dependencies = [
"dissimilar", "dissimilar",
"glob", "glob",
@@ -19,7 +19,7 @@ futures-timer = "3.0.2"
pin-project = "1.0" pin-project = "1.0"
[dev-dependencies] [dev-dependencies]
trybuild = "1.0.60" trybuild = "1.0.61"
rustversion = "1.0.6" rustversion = "1.0.6"
[features] [features]