From 9a8fc33f2fe830009011e997773071099101d69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:57:55 +0100 Subject: [PATCH] Bump trybuild from 1.0.80 to 1.0.81 (#1056) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.80 to 1.0.81. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.80...1.0.81) --- 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 a1b473fa61..ec732527c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4661,9 +4661,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "trybuild" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "501dbdbb99861e4ab6b60eb6a7493956a9defb644fd034bc4a5ef27c693c8a3a" +checksum = "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729" dependencies = [ "basic-toml", "glob 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 992b835019..8f7e8580c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ tokio = { version = "1.29", features = ["macros", "time", "rt-multi-thread"] } tracing = "0.1.34" tracing-wasm = "0.2.1" tracing-subscriber = "0.3.17" -trybuild = "1.0.79" +trybuild = "1.0.81" wabt = "0.10.0" wasm-bindgen-test = "0.3.24" which = "4.4.0"