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
+4 -3
View File
@@ -11579,14 +11579,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",
@@ -27,4 +27,4 @@ sp-arithmetic = { version = "5.0.0", path = "../../../primitives/arithmetic" }
# used by generate_solution_type:
frame-election-provider-support = { version = "4.0.0-dev", path = ".." }
frame-support = { version = "4.0.0-dev", path = "../../support" }
trybuild = "1.0.53"
trybuild = "1.0.60"
+1 -1
View File
@@ -23,7 +23,7 @@ sp-runtime = { version = "6.0.0", default-features = false, path = "../../../pri
sp-core = { version = "6.0.0", default-features = false, path = "../../../primitives/core" }
sp-std = { version = "4.0.0", default-features = false, path = "../../../primitives/std" }
sp-version = { version = "5.0.0", default-features = false, path = "../../../primitives/version" }
trybuild = { version = "1.0.53", features = [ "diff" ] }
trybuild = { version = "1.0.60", features = [ "diff" ] }
pretty_assertions = "1.0.0"
rustversion = "1.0.6"
frame-system = { version = "4.0.0-dev", default-features = false, path = "../../system" }
+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]
@@ -31,7 +31,7 @@ sp-state-machine = { version = "0.12.0", path = "../state-machine" }
sp-core = { version = "6.0.0", path = "../core" }
sp-io = { version = "6.0.0", path = "../io" }
rustversion = "1.0.6"
trybuild = "1.0.53"
trybuild = "1.0.60"
[features]
default = [ "std" ]