Browse Source

Bump trybuild from 1.0.90 to 1.0.91 (#3778)

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

---
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>
pull/3781/head
dependabot[bot] 1 month ago committed by GitHub
parent
commit
3059408a62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      Cargo.lock
  2. 2
      tests/macros/Cargo.toml

4
Cargo.lock generated

@ -4001,9 +4001,9 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.90"
version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2aa6f84ec205ebf87fb7a0abdbcd1467fa5af0e86878eb6d888b78ecbb10b6d5"
checksum = "8ad7eb6319ebadebca3dacf1f85a93bc54b73dd81b9036795f73de7ddfe27d5a"
dependencies = [
"glob",
"once_cell",

2
tests/macros/Cargo.toml

@ -11,7 +11,7 @@ repository.workspace = true
rust-version.workspace = true
[dev-dependencies]
trybuild = "1.0.90"
trybuild = "1.0.91"
boa_engine.workspace = true
[lints]

Loading…
Cancel
Save