From 3cedb6dc008f4cecfca0a7c7fdbd458eff523b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:49:54 +0200 Subject: [PATCH] Bump trybuild from 1.0.81 to 1.0.82 (#3161) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.81...1.0.82) --- 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 | 4 ++-- boa_macros_tests/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70ad2a20bc..8ad53fdd5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4312,9 +4312,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "trybuild" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729" +checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b" dependencies = [ "basic-toml", "glob", diff --git a/boa_macros_tests/Cargo.toml b/boa_macros_tests/Cargo.toml index 1fea46ef61..ce5554d3f7 100644 --- a/boa_macros_tests/Cargo.toml +++ b/boa_macros_tests/Cargo.toml @@ -11,6 +11,6 @@ repository.workspace = true rust-version.workspace = true [dev-dependencies] -trybuild = "1.0.81" +trybuild = "1.0.82" boa_macros.workspace = true boa_engine.workspace = true