Browse Source

Bump trybuild from 1.0.86 to 1.0.87 (#3563)

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

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

8
Cargo.lock generated

@ -304,9 +304,9 @@ checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
name = "basic-toml"
version = "0.1.7"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f2139706359229bfa8f19142ac1155b4b80beafb7a60471ac5dd109d4a19778"
checksum = "2db21524cad41c5591204d22d75e1970a2d1f71060214ca931dc7d5afe2c14e5"
dependencies = [
"serde",
]
@ -3707,9 +3707,9 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.86"
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419ecd263363827c5730386f418715766f584e2f874d32c23c5b00bd9727e7e"
checksum = "ee6b2fc10a33500845468aa7c06567a9226581b24f03c6f891e6dda2dc9a1c8b"
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.86"
trybuild = "1.0.87"
boa_macros.workspace = true
boa_engine.workspace = true

Loading…
Cancel
Save