From cbbcdabc9661b765b8f49f0ee1b5571e270b5169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:29:26 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- tests/macros/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53db874869..cc3a1f24e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/tests/macros/Cargo.toml b/tests/macros/Cargo.toml index 046e0cfa63..6d47739c96 100644 --- a/tests/macros/Cargo.toml +++ b/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