From b4840f4872eb09ba4abe5c95a86c7825eb3c55a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 21:36:05 +0000 Subject: [PATCH] Bump trybuild from 1.0.96 to 1.0.101 (#2303) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.96 to 1.0.101. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.96...1.0.101) --- 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 | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d0101b4f2..e74257700c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6320,6 +6320,12 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" +[[package]] +name = "target-triple" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42a4d50cdb458045afc8131fd91b64904da29548bcb63c7236e0844936c13078" + [[package]] name = "temp-env" version = "0.3.6" @@ -6749,15 +6755,16 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.96" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" +checksum = "8dcd332a5496c026f1e14b7f3d2b7bd98e509660c04239c58b0ba38a12daded4" dependencies = [ "dissimilar", "glob", "serde", "serde_derive", "serde_json", + "target-triple", "termcolor", "toml", ] diff --git a/Cargo.toml b/Cargo.toml index be5a42acbf..114ad295b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ thiserror = { version = "1.0.68" } tokio = { version = "1.41.1" } tracing = { version = "0.1.37" } tracing-subscriber = { version = "0.3.17" } -trybuild = { version = "1.0.96" } +trybuild = { version = "1.0.101" } wasm-instrument = { version = "0.4.0" } which = { version = "6.0.3" } xxhash-rust = { version = "0.8" }