Bump trybuild from 1.0.43 to 1.0.45 (#3713)

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

---
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]
2021-08-25 09:40:42 +02:00
committed by GitHub
parent 85897b5d36
commit 6dba325749
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -10943,9 +10943,9 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.43"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c02c413315329fc96167f922b46fd0caa3a43f4697b7a7896b183c7142635832"
checksum = "5bdaf2a1d317f3d58b44b31c7f6436b9b9acafe7bddfeace50897c2b804d7792"
dependencies = [
"glob",
"lazy_static",
@@ -15,4 +15,4 @@ proc-macro2 = "1.0.24"
assert_matches = "1.5.0"
[dev-dependencies]
trybuild = "1.0.42"
trybuild = "1.0.45"
@@ -19,4 +19,4 @@ futures-timer = "3.0.2"
pin-project = "1.0"
[dev-dependencies]
trybuild = "1.0.41"
trybuild = "1.0.45"