Update trybuild to avoid random test failures. (#13073)

* Update trybuild to avoid random test failures.

A feature was added to trybuild >1.0.70 avoid failing on different variant
counts in the line `and 278 others`

fixes #12955

* Update all trybuild deps to latest version

* Update Cargo.lock
This commit is contained in:
Falco Hirschenberger
2023-01-06 09:45:56 +01:00
committed by GitHub
parent 628efddce1
commit 79ca126419
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ tokio = { version = "1.22.0", features = ["macros", "time"] }
substrate-test-utils-derive = { version = "0.10.0-dev", path = "./derive" }
[dev-dependencies]
trybuild = { version = "1.0.53", features = [ "diff" ] }
trybuild = { version = "1.0.74", features = [ "diff" ] }
sc-service = { version = "0.10.0-dev", path = "../client/service" }