Browse Source

Bump trybuild from 1.0.85 to 1.0.86 (#3525)

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

---
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/3529/head
dependabot[bot] 11 months ago committed by GitHub
parent
commit
03adaed9b0
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

@ -3877,9 +3877,9 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.85"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "196a58260a906cedb9bf6d8034b6379d0c11f552416960452f267402ceeddff1"
checksum = "8419ecd263363827c5730386f418715766f584e2f874d32c23c5b00bd9727e7e"
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.85"
trybuild = "1.0.86"
boa_macros.workspace = true
boa_engine.workspace = true

Loading…
Cancel
Save