Skip to content

Commit

Permalink
Bump quickcheck from 0.9.2 to 1.0.3
Browse files Browse the repository at this point in the history
Bumps [quickcheck](https://github.com/BurntSushi/quickcheck) from 0.9.2 to 1.0.3.
- [Release notes](https://github.com/BurntSushi/quickcheck/releases)
- [Commits](BurntSushi/quickcheck@0.9.2...1.0.3)

---
updated-dependencies:
- dependency-name: quickcheck
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 16, 2022
1 parent 6463196 commit 288f4f1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 10 deletions.
39 changes: 30 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vitup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tokio-rustls = "0.23.2"
tokio-stream = { version = "0.1.8", features = ["net"] }

[dev-dependencies]
quickcheck = "0.9"
quickcheck = "1.0"
quickcheck_macros = "0.9"
assert_fs ="1.0"
assert_cmd = "1.0"
Expand Down

0 comments on commit 288f4f1

Please sign in to comment.