From 2ec3572299b4586ed9855a5b34c2d7fbfdcbc89b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:14:13 +0100 Subject: [PATCH] build(deps): bump trybuild from 1.0.88 to 1.0.89 (#1361) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.88 to 1.0.89. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.88...1.0.89) --- 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 a9a8656a50..abefcf8def 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4902,9 +4902,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.88" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76de4f783e610194f6c98bfd53f9fc52bb2e0d02c947621e8a0f4ecc799b2880" +checksum = "9a9d3ba662913483d6722303f619e75ea10b7855b0f8e0d72799cf8621bb488f" dependencies = [ "basic-toml", "glob 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 1eebe77e78..c3f3cf2a62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,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.86" +trybuild = "1.0.89" url = "2.5.0" wabt = "0.10.0" wasm-bindgen-test = "0.3.24"