From 8afeb07e3301c90e1b3aae31c35550fb1f39a131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 20:20:03 +0000 Subject: [PATCH] Bump trybuild from 1.0.94 to 1.0.95 (#2243) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.94 to 1.0.95. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.94...1.0.95) --- 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 378720060e..dd00a4b33f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6717,9 +6717,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe21c256d6fba8499cf9d9b1c24971bec43a369d81c52e024adc7670cf112df" +checksum = "4ddb747392ea12569d501a5bbca08852e4c8cd88b92566074b2243b8846f09e6" dependencies = [ "dissimilar", "glob", diff --git a/Cargo.toml b/Cargo.toml index d44e9f16ce..f8d4281aaf 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.94" } +trybuild = { version = "1.0.95" } wasm-instrument = { version = "0.4.0" } which = { version = "6.0.1" } xxhash-rust = { version = "0.8" }