Skip to content

Commit b4777dc

Browse files
Update quickcheck requirement from 0.9.2 to 1.0.3
Updates the requirements on [quickcheck](https://github.com/BurntSushi/quickcheck) to permit the latest version. - [Release notes](https://github.com/BurntSushi/quickcheck/releases) - [Commits](BurntSushi/quickcheck@0.9.2...1.0.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent e3f304e commit b4777dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ futures = "0.3.4"
4040
async-std = "1.5.0"
4141

4242
[dev-dependencies]
43-
quickcheck = "0.9.2"
43+
quickcheck = "1.0.3"
4444
data-encoding = "2.2.0"
4545
remove_dir_all = "0.6.0"
4646
tempfile = "3.1.0"

0 commit comments

Comments
 (0)