Skip to content

Commit 2c2af42

Browse files
chore(deps): update proptest-derive requirement from 0.6 to 0.7 (#399)
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](proptest-rs/proptest@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f072ce5 commit 2c2af42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/async-compression/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ futures = "0.3.5"
6565
futures-test = "0.3.5"
6666
ntest = "0.9"
6767
proptest = "1"
68-
proptest-derive = "0.6"
68+
proptest-derive = "0.7"
6969
rand = "0.9"
7070
tokio = { version = "1.38.2", default-features = false, features = [
7171
"io-util",

0 commit comments

Comments
 (0)