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 Sep 21, 2022
1 parent cb30d62 commit 2ff72c9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
37 changes: 29 additions & 8 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 2ff72c9

Please sign in to comment.