From 78d58bc046a65b7bb748297dff5b75918241dcfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:56:10 +0000 Subject: [PATCH] chore(deps): update proptest-derive requirement from 0.6 to 0.7 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/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/compare/proptest-derive-0.6.0...proptest-derive-0.7.0) --- updated-dependencies: - dependency-name: proptest-derive dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/async-compression/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/async-compression/Cargo.toml b/crates/async-compression/Cargo.toml index a31b8a8..e6cf67e 100644 --- a/crates/async-compression/Cargo.toml +++ b/crates/async-compression/Cargo.toml @@ -65,7 +65,7 @@ futures = "0.3.5" futures-test = "0.3.5" ntest = "0.9" proptest = "1" -proptest-derive = "0.6" +proptest-derive = "0.7" rand = "0.9" tokio = { version = "1.38.2", default-features = false, features = [ "io-util",