From f034ac486cb04667934a5399e564b8e877e96c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:47:57 +0200 Subject: [PATCH] build(deps): bump trybuild from 1.0.91 to 1.0.93 (#1571) Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.91 to 1.0.93. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.91...1.0.93) --- 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> Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45e4f7046f..242ea57ebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5405,12 +5405,11 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.91" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad7eb6319ebadebca3dacf1f85a93bc54b73dd81b9036795f73de7ddfe27d5a" +checksum = "2a0e5d82932dfbf36df38de5df0cfe846d13430b3ae3fdc48b2e91ed692c8df7" dependencies = [ "glob 0.3.1", - "once_cell", "serde", "serde_derive", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index cb462c8c9d..127079933c 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.91" +trybuild = "1.0.93" url = "2.5.0" wabt = "0.10.0" wasm-bindgen-test = "0.3.24"