From 79f1aceca80842abcc47fd2235d617a5ea771d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:26:08 +0000 Subject: [PATCH] Update proptest-derive requirement from 0.4 to 0.5 Updates the requirements on [proptest-derive](https://github.com/proptest-rs/proptest) to permit the latest version. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/0.4.0...proptest-derive-0.5.0) --- updated-dependencies: - dependency-name: proptest-derive dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e9b508f..7c13d71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,5 +53,5 @@ rayon = "1" rand = { version = "0.8", features = ["small_rng"] } pretty_assertions = "1.0" metrohash = "1" -proptest-derive = "0.4" +proptest-derive = "0.5" static_assertions = "1.1.0"