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 Apr 8, 2021
1 parent 06264cf commit 706d0a6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 10 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 jormungandr-lib/Cargo.toml
Expand Up @@ -31,7 +31,7 @@ http = "0.2.2"
eccoxide = { git = "https://github.com/eugene-babichenko/eccoxide.git", branch = "fast-u64-scalar-mul", features = ["fast-u64-scalar-mul"], optional = true }

[dev-dependencies]
quickcheck = "0.9"
quickcheck = "1.0"
# FIXME required to work with quickcheck 0.9. Remove after migrating another crate or newer quickcheck
rand07 = { package = "rand", version = "0.7" }
chain-impl-mockchain = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "master", features = [ "property-test-api" ] }
Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Expand Up @@ -72,7 +72,7 @@ features = ["rustls-tls"]
[dev-dependencies]
rand_core = "0.6"
tokio = { version = "^1.4", features = ["full"] }
quickcheck = "0.9"
quickcheck = "1.0"
quickcheck_macros = "0.9"
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" ] }
Expand Down

0 comments on commit 706d0a6

Please sign in to comment.