From 3b10732584fbf33ef52a76ec953eb5a6e6f773cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:00:19 +0000 Subject: [PATCH] Update trybuild requirement from =1.0.89 to =1.0.98 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.98) --- 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..1ae710e 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.98" rustversion = "1"