From 6f800b996f5d2ee156ae71451487d737b312ca4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 08:42:04 +0000 Subject: [PATCH] chore(deps): bump trybuild from 1.0.91 to 1.0.97 Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.91 to 1.0.97. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.91...1.0.97) --- 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..04a3c1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -357,12 +357,11 @@ dependencies = [ [[package]] name = "trybuild" -version = "1.0.91" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ad7eb6319ebadebca3dacf1f85a93bc54b73dd81b9036795f73de7ddfe27d5a" +checksum = "5b1e5645f2ee8025c2f1d75e1138f2dd034d74e6ba54620f3c569ba2a2a1ea06" dependencies = [ "glob", - "once_cell", "serde", "serde_derive", "serde_json", diff --git a/lazy-attribute/Cargo.toml b/lazy-attribute/Cargo.toml index 5d25a24..68a965a 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.97" [features] default = []