From 2420d1f732bd60a6f2f434e2586370a4da438f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 09:04:30 +0000 Subject: [PATCH] chore(deps): bump trybuild from 1.0.91 to 1.0.96 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.91 to 1.0.96. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.91...1.0.96) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- lazy-attribute/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b5861c..986dfed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,12 +357,11 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.91" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad7eb6319ebadebca3dacf1f85a93bc54b73dd81b9036795f73de7ddfe27d5a" +checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" dependencies = [ "glob", - "once_cell", "serde", "serde_derive", "serde_json", diff --git a/lazy-attribute/Cargo.toml b/lazy-attribute/Cargo.toml index 5d25a24..3fd5034 100644 --- a/lazy-attribute/Cargo.toml +++ b/lazy-attribute/Cargo.toml @@ -22,7 +22,7 @@ once_cell = "1.19" [dev-dependencies] tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread"] } -trybuild = "1.0.91" +trybuild = "1.0.96" [features] default = []