From 59148d0e1e705a1df7af88194c8941ebf5b1c683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:49:22 +0000 Subject: [PATCH] Update trybuild requirement from =1.0.89 to =1.0.97 Updates the requirements on [trybuild](https://github.com/dtolnay/trybuild) to permit the latest version. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.89...1.0.97) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- implicit-clone-derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implicit-clone-derive/Cargo.toml b/implicit-clone-derive/Cargo.toml index 3d09c49..e891c75 100644 --- a/implicit-clone-derive/Cargo.toml +++ b/implicit-clone-derive/Cargo.toml @@ -21,5 +21,5 @@ syn = { version = "2", features = ["full"] } [dev-dependencies] implicit-clone = { path = ".." } -trybuild = "=1.0.89" +trybuild = "=1.0.97" rustversion = "1"