Browse Source

Bump trybuild from 1.0.87 to 1.0.88 (#3570)

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

---
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/3574/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
e13dcecee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      tests/macros/Cargo.toml

4
Cargo.lock generated

@ -3707,9 +3707,9 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.87"
version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee6b2fc10a33500845468aa7c06567a9226581b24f03c6f891e6dda2dc9a1c8b"
checksum = "76de4f783e610194f6c98bfd53f9fc52bb2e0d02c947621e8a0f4ecc799b2880"
dependencies = [
"basic-toml",
"glob",

2
tests/macros/Cargo.toml

@ -11,7 +11,7 @@ repository.workspace = true
rust-version.workspace = true
[dev-dependencies]
trybuild = "1.0.87"
trybuild = "1.0.88"
boa_macros.workspace = true
boa_engine.workspace = true

Loading…
Cancel
Save