From 6eeb2ca09bf6cb79bf66c733477eeeefd6571000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 22:04:16 +0000 Subject: [PATCH] Bump trybuild from 1.0.95 to 1.0.96 (#2244) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.95 to 1.0.96. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.95...1.0.96) --- 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01edc371b9..921b4dd7c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6717,9 +6717,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.95" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ddb747392ea12569d501a5bbca08852e4c8cd88b92566074b2243b8846f09e6" +checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" dependencies = [ "dissimilar", "glob", diff --git a/Cargo.toml b/Cargo.toml index 5e63dbe868..4eab6e2fd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ thiserror = { version = "1.0.60" } tokio = { version = "1.37.0" } tracing = { version = "0.1.37" } tracing-subscriber = { version = "0.3.17" } -trybuild = { version = "1.0.95" } +trybuild = { version = "1.0.96" } wasm-instrument = { version = "0.4.0" } which = { version = "6.0.1" } xxhash-rust = { version = "0.8" }