From 1a6b46fa228471254915e2eccdfa30b85cced7ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 14:08:50 +0000 Subject: [PATCH] Cargo Dependency: Bump trybuild from 1.0.84 to 1.0.86 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.84 to 1.0.86. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.84...1.0.86) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/wdk-macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0983b7a4..cdf72374 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,9 +532,9 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.84" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5c89fd17b7536f2cf66c97cff6e811e89e728ca0ed13caeed610c779360d8b4" +checksum = "8419ecd263363827c5730386f418715766f584e2f874d32c23c5b00bd9727e7e" dependencies = [ "basic-toml", "glob", diff --git a/crates/wdk-macros/Cargo.toml b/crates/wdk-macros/Cargo.toml index 366cba82..2c9d4633 100644 --- a/crates/wdk-macros/Cargo.toml +++ b/crates/wdk-macros/Cargo.toml @@ -32,7 +32,7 @@ lazy_static = "1.4.0" macrotest = { git = "https://github.com/eupn/macrotest", rev = "c4151a5" } paste = "1.0.14" syn = { version = "2.0.32", features = ["extra-traits"] } -trybuild = "1.0.84" +trybuild = "1.0.86" colored = "2.0.4" [package.metadata.cargo-udeps.ignore]