Skip to content

Commit 1bf5973

Browse files
dependabot[bot]NobodyXu
authored andcommitted
chore(deps): update proptest-derive requirement from 0.5 to 0.6
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/0.6.0/CHANGELOG.md) - [Commits](proptest-rs/proptest@proptest-derive-0.5.0...0.6.0) --- updated-dependencies: - dependency-name: proptest-derive dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b938da commit 1bf5973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ futures = "0.3.5"
5555
futures-test = "0.3.5"
5656
ntest = "0.9"
5757
proptest = "1"
58-
proptest-derive = "0.5"
58+
proptest-derive = "0.6"
5959
rand = "0.9"
6060
tokio = { version = "1.38.2", default-features = false, features = ["io-util", "macros", "rt-multi-thread", "io-std"] }
6161
tokio-util = { version = "0.7", default-features = false, features = ["io"] }

0 commit comments

Comments
 (0)