From d5992376efe13aa6fecd949ef5880f51559005eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 19:48:48 +0000 Subject: [PATCH] Bump trybuild from 1.0.87 to 1.0.88 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.87 to 1.0.88. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.87...1.0.88) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8780f6ceeb..c0ed203eff4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6318,9 +6318,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.87" +version = "1.0.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee6b2fc10a33500845468aa7c06567a9226581b24f03c6f891e6dda2dc9a1c8b" +checksum = "76de4f783e610194f6c98bfd53f9fc52bb2e0d02c947621e8a0f4ecc799b2880" dependencies = [ "basic-toml", "dissimilar", diff --git a/Cargo.toml b/Cargo.toml index 74c1e02ea0b..efba694c267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ thiserror = { version = "1.0.50" } tokio = { version = "1.35.1" } tracing = { version = "0.1.37" } tracing-subscriber = { version = "0.3.17" } -trybuild = { version = "1.0.60" } +trybuild = { version = "1.0.88" } wasm-instrument = { version = "0.4.0" } which = { version = "5.0.0" } xxhash-rust = { version = "0.8" }