From 5a606c9aaa7b2529e1d9160faf0e092d50622196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 12:11:26 +0100 Subject: [PATCH] build(deps): bump trybuild from 1.0.85 to 1.0.86 (#1340) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.85 to 1.0.86. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.85...1.0.86) --- 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 86316e76f1..1e6faf0edf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4966,9 +4966,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "trybuild" -version = "1.0.85" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "196a58260a906cedb9bf6d8034b6379d0c11f552416960452f267402ceeddff1" +checksum = "8419ecd263363827c5730386f418715766f584e2f874d32c23c5b00bd9727e7e" dependencies = [ "basic-toml", "glob 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 96d2de08cb..a86365205f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ tokio = { version = "1.35", default-features = false } tracing = "0.1.40" tracing-wasm = "0.2.1" tracing-subscriber = "0.3.18" -trybuild = "1.0.85" +trybuild = "1.0.86" wabt = "0.10.0" wasm-bindgen-test = "0.3.24" which = "5.0.0"