Bump trybuild from 1.0.48 to 1.0.49 (#4039)

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

---
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-10-08 17:43:16 +00:00
committed by GitHub
parent 47202727cf
commit a04a9d9d92
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -11015,9 +11015,9 @@ dependencies = [
[[package]] [[package]]
name = "trybuild" name = "trybuild"
version = "1.0.48" version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e6088028c71b42d26126c208a072670bcb964cfe73904c331b05e9c26080470" checksum = "11b533b653278ed89f93da2508e324ce9c7ef4af686521ebe4e6516fc9f3fd8d"
dependencies = [ dependencies = [
"glob", "glob",
"lazy_static", "lazy_static",
@@ -19,4 +19,4 @@ futures-timer = "3.0.2"
pin-project = "1.0" pin-project = "1.0"
[dev-dependencies] [dev-dependencies]
trybuild = "1.0.48" trybuild = "1.0.49"