From 2400e859a88c2b63eae27b1a9f50e448196c4be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 09:43:27 +0200 Subject: [PATCH] Bump trybuild from 1.0.82 to 1.0.83 (#1130) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.82...1.0.83) --- 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 c81aa2b8be..bb63dc596c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4791,9 +4791,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "trybuild" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b" +checksum = "6df60d81823ed9c520ee897489573da4b1d79ffbe006b8134f46de1a1aa03555" dependencies = [ "basic-toml", "glob 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index f6e9b3ccdc..6451bddc14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ tokio = { version = "1.31", default-features = false } tracing = "0.1.34" tracing-wasm = "0.2.1" tracing-subscriber = "0.3.17" -trybuild = "1.0.82" +trybuild = "1.0.83" wabt = "0.10.0" wasm-bindgen-test = "0.3.24" which = "4.4.0"