From 3059408a62c941c15b4c438457358be89f64616f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:38:33 +0000 Subject: [PATCH] Bump trybuild from 1.0.90 to 1.0.91 (#3778) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.90...1.0.91) --- 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 ++-- tests/macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b0fbb420c..33e3fba86e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4001,9 +4001,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aa6f84ec205ebf87fb7a0abdbcd1467fa5af0e86878eb6d888b78ecbb10b6d5" +checksum = "8ad7eb6319ebadebca3dacf1f85a93bc54b73dd81b9036795f73de7ddfe27d5a" dependencies = [ "glob", "once_cell", diff --git a/tests/macros/Cargo.toml b/tests/macros/Cargo.toml index d9dd11b9e0..37cc6ce828 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.90" +trybuild = "1.0.91" boa_engine.workspace = true [lints]