From 625963989e1128963d0e614703723f83200b0f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:15:25 +0200 Subject: [PATCH] build(deps): bump trybuild from 1.0.93 to 1.0.96 (#1592) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.93 to 1.0.96. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.93...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 606b2d9206..2c8e7cbd03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5418,9 +5418,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.93" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0e5d82932dfbf36df38de5df0cfe846d13430b3ae3fdc48b2e91ed692c8df7" +checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" dependencies = [ "glob 0.3.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 7945aba31e..75d827ca4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ tokio = { version = "1.37", default-features = false } tracing = { version = "0.1.40", default-features = false } tracing-wasm = "0.2.1" tracing-subscriber = "0.3.18" -trybuild = "1.0.93" +trybuild = "1.0.96" url = "2.5.0" wabt = "0.10.0" wasm-bindgen-test = "0.3.24"