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)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 18, 2021
1 parent 8ac50f0 commit 3e8a2e8
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 43 deletions.
123 changes: 81 additions & 42 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 jormungandr-lib/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ base64 = "0.13.0"

[dev-dependencies]
rand = "0.7"
quickcheck = "0.9"
quickcheck = "1.0"
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-addr = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
chain-crypto = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
Expand Down

0 comments on commit 3e8a2e8

Please sign in to comment.