Bump trybuild from 1.0.53 to 1.0.60 (#11237)

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-20 22:46:34 +02:00
committed by GitHub
parent 5c4fa55f09
commit a8ab0c048a
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sp-consensus = { version = "0.10.0-dev", path = "../../consensus/common" }
sc-block-builder = { version = "0.10.0-dev", path = "../../../client/block-builder" }
codec = { package = "parity-scale-codec", version = "3.0.0" }
sp-state-machine = { version = "0.12.0", path = "../../state-machine" }
trybuild = "1.0.53"
trybuild = "1.0.60"
rustversion = "1.0.6"
[dev-dependencies]