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
+2 -2
View File
@@ -11387,9 +11387,9 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.73"
version = "1.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed01de3de062db82c0920b5cabe804f88d599a3f217932292597c678c903754d"
checksum = "654bfc024d30963fce210f22f98956407fe8c8365eb85a1fa530f6f8844137ed"
dependencies = [
"dissimilar",
"glob",