Browse Source

Bump trybuild from 1.0.91 to 1.0.95 (#3847)

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

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

5
Cargo.lock generated

@ -4063,12 +4063,11 @@ dependencies = [
[[package]]
name = "trybuild"
version = "1.0.91"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ad7eb6319ebadebca3dacf1f85a93bc54b73dd81b9036795f73de7ddfe27d5a"
checksum = "4ddb747392ea12569d501a5bbca08852e4c8cd88b92566074b2243b8846f09e6"
dependencies = [
"glob",
"once_cell",
"serde",
"serde_derive",
"serde_json",

2
tests/macros/Cargo.toml

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

Loading…
Cancel
Save