From 416becf5b4fe4d2177030c203c768462d38332e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:22:20 +0000 Subject: [PATCH] Update trybuild requirement from =1.0.0 to =1.0.99 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.0...1.0.99) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proptest/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proptest/Cargo.toml b/proptest/Cargo.toml index 426ee20d..0966ba2c 100644 --- a/proptest/Cargo.toml +++ b/proptest/Cargo.toml @@ -120,4 +120,4 @@ rustdoc-args = ["--cfg", "docsrs"] [dev-dependencies] regex = "1.0" -trybuild = "=1.0.0" +trybuild = "=1.0.99"