From 46fe23c95cf38f409eb3c95be872e3927507391a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 02:08:00 +0000 Subject: [PATCH] Update trybuild requirement from =1.0.0 to =1.0.101 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.101) --- 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 467abde6..9ed97141 100644 --- a/proptest/Cargo.toml +++ b/proptest/Cargo.toml @@ -121,4 +121,4 @@ rustdoc-args = ["--cfg", "docsrs"] [dev-dependencies] regex = "1.0" -trybuild = "=1.0.0" +trybuild = "=1.0.101"