From 902adc17385c40f80b5d64d38f4a89232b34b7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:14:24 +0000 Subject: [PATCH] Bump trybuild from 1.0.89 to 1.0.90 (#3749) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.89 to 1.0.90. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.89...1.0.90) --- 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 | 15 +++------------ tests/macros/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ee0a435a2..cd695cd57a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -304,15 +304,6 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" -[[package]] -name = "basic-toml" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2db21524cad41c5591204d22d75e1970a2d1f71060214ca931dc7d5afe2c14e5" -dependencies = [ - "serde", -] - [[package]] name = "bitflags" version = "1.3.2" @@ -4005,17 +3996,17 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.89" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a9d3ba662913483d6722303f619e75ea10b7855b0f8e0d72799cf8621bb488f" +checksum = "2aa6f84ec205ebf87fb7a0abdbcd1467fa5af0e86878eb6d888b78ecbb10b6d5" dependencies = [ - "basic-toml", "glob", "once_cell", "serde", "serde_derive", "serde_json", "termcolor", + "toml 0.8.11", ] [[package]] diff --git a/tests/macros/Cargo.toml b/tests/macros/Cargo.toml index 250e2b9ee0..a63d5f97cd 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.89" +trybuild = "1.0.90" boa_macros.workspace = true boa_engine.workspace = true