Browse Source

Bump trybuild from 1.0.83 to 1.0.84 (#3269)

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

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

4
Cargo.lock generated

@ -4320,9 +4320,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "trybuild"
version = "1.0.83"
version = "1.0.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6df60d81823ed9c520ee897489573da4b1d79ffbe006b8134f46de1a1aa03555"
checksum = "a5c89fd17b7536f2cf66c97cff6e811e89e728ca0ed13caeed610c779360d8b4"
dependencies = [
"basic-toml",
"glob",

2
boa_macros_tests/Cargo.toml

@ -11,6 +11,6 @@ repository.workspace = true
rust-version.workspace = true
[dev-dependencies]
trybuild = "1.0.83"
trybuild = "1.0.84"
boa_macros.workspace = true
boa_engine.workspace = true

Loading…
Cancel
Save