Skip to content

Commit

Permalink
Bump proptest from 0.10.1 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [proptest](https://github.com/altsysrq/proptest) from 0.10.1 to 1.0.0.
- [Release notes](https://github.com/altsysrq/proptest/releases)
- [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v0.10.1...1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
Closes: diem#7695
  • Loading branch information
dependabot[bot] authored and bors-libra committed Feb 22, 2021
1 parent ff7a53a commit 19c69cb
Show file tree
Hide file tree
Showing 40 changed files with 72 additions and 77 deletions.
19 changes: 9 additions & 10 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 client/transaction-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ move-core-types = { path = "../../language/move-core/types", version = "0.1.0" }
diem-types = { path = "../../types", version = "0.1.0" }
diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" }

proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
diem-proptest-helpers = { path = "../../common/proptest-helpers", version = "0.1.0", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions common/bitvec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ edition = "2018"

[dependencies]
diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }
proptest = { version = "0.10.1", default-features = true, optional = true }
proptest = { version = "1.0.0", default-features = true, optional = true }
proptest-derive = { version = "0.3.0", optional = true }
serde = { version = "1.0.123", features = ["derive"] }
serde_bytes = "0.11.5"

[dev-dependencies]
bcs = "0.1.2"
diem-proptest-helpers = { path = "../proptest-helpers", version = "0.1.0"}
proptest = { version = "0.10.1", default-features = true }
proptest = { version = "1.0.0", default-features = true }
proptest-derive = { version = "0.3.0" }

[features]
Expand Down
2 changes: 1 addition & 1 deletion common/nibble/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dependencies]
diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }
proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }
serde = { version = "1.0.123", features = ["derive"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion common/proptest-helpers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ edition = "2018"
[dependencies]
crossbeam = "0.8.0"
diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }
proptest = "0.10.1"
proptest = "1.0.0"
proptest-derive = "0.3.0"
2 changes: 1 addition & 1 deletion common/short-hex-str/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ diem-workspace-hack = { path = "../workspace-hack", version = "0.1.0" }

[dev-dependencies]
hex = "0.4.2"
proptest = "0.10.1"
proptest = "1.0.0"
12 changes: 4 additions & 8 deletions common/workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ num-traits = { version = "0.2.14", features = ["default", "i128", "std"] }
once_cell = { version = "1.6.0", features = ["alloc", "default", "std"] }
petgraph = { version = "0.5.1", features = ["default", "graphmap", "matrix_graph", "stable_graph"] }
prost = { version = "0.7.0", features = ["default", "prost-derive", "std"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7.3", features = ["alloc", "default", "getrandom", "getrandom_package", "libc", "std"] }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
rand = { version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
reqwest = { version = "0.11.1", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] }
rusty-fork = { version = "0.3.0", features = ["default", "timeout", "wait-timeout"] }
serde = { version = "1.0.123", features = ["alloc", "default", "derive", "rc", "serde_derive", "std"] }
Expand Down Expand Up @@ -81,8 +80,7 @@ petgraph = { version = "0.5.1", features = ["default", "graphmap", "matrix_graph
proc-macro2 = { version = "0.4.30", features = ["default", "proc-macro"] }
prost = { version = "0.7.0", features = ["default", "prost-derive", "std"] }
quote = { version = "0.6.13", features = ["default", "proc-macro"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7.3", features = ["alloc", "default", "getrandom", "getrandom_package", "libc", "std"] }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
rand = { version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
reqwest = { version = "0.11.1", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] }
rusty-fork = { version = "0.3.0", features = ["default", "timeout", "wait-timeout"] }
serde = { version = "1.0.123", features = ["alloc", "default", "derive", "rc", "serde_derive", "std"] }
Expand Down Expand Up @@ -124,8 +122,7 @@ num-traits = { version = "0.2.14", features = ["default", "i128", "std"] }
once_cell = { version = "1.6.0", features = ["alloc", "default", "std"] }
petgraph = { version = "0.5.1", features = ["default", "graphmap", "matrix_graph", "stable_graph"] }
prost = { version = "0.7.0", features = ["default", "prost-derive", "std"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7.3", features = ["alloc", "default", "getrandom", "getrandom_package", "libc", "std"] }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
rand = { version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
reqwest = { version = "0.11.1", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] }
rusty-fork = { version = "0.3.0", features = ["default", "timeout", "wait-timeout"] }
serde = { version = "1.0.123", features = ["alloc", "default", "derive", "rc", "serde_derive", "std"] }
Expand Down Expand Up @@ -168,8 +165,7 @@ petgraph = { version = "0.5.1", features = ["default", "graphmap", "matrix_graph
proc-macro2 = { version = "0.4.30", features = ["default", "proc-macro"] }
prost = { version = "0.7.0", features = ["default", "prost-derive", "std"] }
quote = { version = "0.6.13", features = ["default", "proc-macro"] }
rand-ca01ad9e24f5d932 = { package = "rand", version = "0.7.3", features = ["alloc", "default", "getrandom", "getrandom_package", "libc", "std"] }
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
rand = { version = "0.8.3", features = ["alloc", "default", "getrandom", "libc", "rand_chacha", "rand_hc", "small_rng", "std", "std_rng"] }
reqwest = { version = "0.11.1", features = ["__tls", "blocking", "default", "default-tls", "hyper-tls", "json", "native-tls", "native-tls-crate", "serde_json", "stream", "tokio-native-tls"] }
rusty-fork = { version = "0.3.0", features = ["default", "timeout", "wait-timeout"] }
serde = { version = "1.0.123", features = ["alloc", "default", "derive", "rc", "serde_derive", "std"] }
Expand Down
4 changes: 2 additions & 2 deletions consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mirai-annotations = { version = "1.10.1", default-features = false }
num-derive = { version = "0.3.3", default-features = false }
num-traits = { version = "0.2.14", default-features = false }
once_cell = "1.6.0"
proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }
rand = { version = "0.8.3", default-features = false }
serde = { version = "1.0.123", default-features = false }
serde_json = "1.0.62"
Expand Down Expand Up @@ -57,7 +57,7 @@ storage-interface = { path = "../storage/storage-interface", version = "0.1.0" }
subscription-service = { path = "../common/subscription-service", version = "0.1.0" }

[dev-dependencies]
proptest = "0.10.1"
proptest = "1.0.0"
tempfile = "3.2.0"

consensus-types = { path = "consensus-types", version = "0.1.0", default-features = false, features = ["fuzzing"] }
Expand Down
4 changes: 2 additions & 2 deletions consensus/consensus-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0.38"
mirai-annotations = { version = "1.10.1", default-features = false }
proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }
serde = { version = "1.0.123", default-features = false }

executor-types = { path = "../../execution/executor-types", version = "0.1.0" }
Expand All @@ -23,7 +23,7 @@ short-hex-str = { path = "../../common/short-hex-str", version = "0.1.0" }


[dev-dependencies]
proptest = "0.10.1"
proptest = "1.0.0"

diem-types = { path = "../../types", version = "0.1.0", features = ["fuzzing"] }

Expand Down
4 changes: 2 additions & 2 deletions consensus/safety-rules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
once_cell = "1.6.0"
rand = { version = "0.8.3", default-features = false }
proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }
rand_core = "0.6.2"

crash-handler = { path = "../../common/crash-handler", version = "0.1.0" }
Expand All @@ -34,7 +34,7 @@ thiserror = "1.0.24"
[dev-dependencies]
criterion = "0.3.4"
tempfile = "3.2.0"
proptest = "0.10.1"
proptest = "1.0.0"

consensus-types = { path = "../consensus-types", version = "0.1.0", features = ["fuzzing"] }
diem-config = { path = "../../config", version = "0.1.0", features = ["fuzzing"] }
Expand Down
4 changes: 2 additions & 2 deletions crypto/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hex = "0.4.2"
hkdf = "0.10.0"
once_cell = "1.6.0"
mirai-annotations = "1.10.1"
proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
rand = "0.8.0"
rand_core = { version = "0.6.2", default-features = false }
Expand All @@ -39,7 +39,7 @@ diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0"
[dev-dependencies]
bitvec = "0.19.4"
byteorder = "1.4.2"
proptest = "0.10.1"
proptest = "1.0.0"
proptest-derive = "0.3.0"
ripemd160 = "0.9.1"
criterion = "0.3.4"
Expand Down
4 changes: 2 additions & 2 deletions execution/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0"
scratchpad = { path = "../../storage/scratchpad", version = "0.1.0" }
storage-interface = { path = "../../storage/storage-interface", version = "0.1.0" }

proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }

[dev-dependencies]
proptest = "0.10.1"
proptest = "1.0.0"
rand = "0.8.3"

compiled-stdlib = { path = "../../language/diem-framework/compiled", version = "0.1.0" }
Expand Down
4 changes: 2 additions & 2 deletions json-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = { version = "1.0.123", features = ["derive"], default-features = false }
tokio = { version = "1.2.0", features = ["full"] }
warp = { version = "0.3.0", features = ["tls"] }
reqwest = { version = "0.11.1", features = ["blocking", "json"], default_features = false, optional = true }
proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }

bcs = "0.1.2"
diem-config = { path = "../config", version = "0.1.0" }
Expand All @@ -42,7 +42,7 @@ network = { path = "../network", version = "0.1.0" }
storage-interface = { path = "../storage/storage-interface", version = "0.1.0" }

[dev-dependencies]
proptest = "0.10.1"
proptest = "1.0.0"
reqwest = { version = "0.11.1", features = ["blocking", "json"], default_features = false }
rand = { version = "0.8.3" }

Expand Down
2 changes: 1 addition & 1 deletion language/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
anyhow = "1.0.38"
criterion = "0.3.4"
once_cell = "1.6.0"
proptest = "0.10.1"
proptest = "1.0.0"

bytecode-verifier = { path = "../bytecode-verifier", version = "0.1.0" }
language-e2e-tests = { path = "../testing-infra/e2e-tests", version = "0.1.0" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dev-dependencies]
petgraph = "0.5.1"
proptest = "0.10.1"
proptest = "1.0.0"

bytecode-verifier = { path = "../", version = "0.1.0" }
diem-types = { path = "../../../types", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion language/bytecode-verifier/invalid-mutations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = false
[dependencies]
vm = { path = "../../vm", version = "0.1.0" }
diem-types = { path = "../../../types", version = "0.1.0" }
proptest = "0.10.1"
proptest = "1.0.0"
diem-proptest-helpers = { path = "../../../common/proptest-helpers", version = "0.1.0" }
diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" }

Expand Down
2 changes: 1 addition & 1 deletion language/diem-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_json = "1.0.62"
serde = { version = "1.0.123", default-features = false }

[dev-dependencies]
proptest = "0.10.1"
proptest = "1.0.0"

diem-types = { path = "../../types", version = "0.1.0", features = ["fuzzing"] }

Expand Down
2 changes: 1 addition & 1 deletion language/e2e-testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ transaction-builder = { path = "../transaction-builder", version = "0.1.0"}
transaction-builder-generated = { path = "../../client/transaction-builder", version = "0.1.0"}
vm = { path = "../vm", version = "0.1.0" }
diem-vm = { path = "../diem-vm", version = "0.1.0" }
proptest = "0.10.1"
proptest = "1.0.0"
diem-logger = { path = "../../common/logger", version = "0.1.0" }
compiled-stdlib = { path = "../diem-framework/compiled", version = "0.1.0" }
diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" }
Expand Down
4 changes: 2 additions & 2 deletions language/move-core/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
anyhow = "1.0.38"
hex = "0.4.2"
rand = "0.8.3"
proptest = { version = "0.10.1", default-features = false, optional = true }
proptest = { version = "1.0.0", default-features = false, optional = true }
mirai-annotations = "1.10.1"
proptest-derive = { version = "0.3.0", default-features = false, optional = true }
ref-cast = "1.0.6"
Expand All @@ -29,7 +29,7 @@ diem-crypto-derive = { path = "../../../crypto/crypto-derive", version = "0.1.0"

[dev-dependencies]
once_cell = "1.6.0"
proptest = "0.10.1"
proptest = "1.0.0"
proptest-derive = "0.3.0"
regex = "1.4.3"
serde_json = "1.0.62"
Expand Down
2 changes: 1 addition & 1 deletion language/move-vm/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ vm = { path = "../../vm", version = "0.1.0" }
[dev-dependencies]
anyhow = "1.0.38"
hex = "0.4.2"
proptest = "0.10.1"
proptest = "1.0.0"

compiler = { path = "../../compiler", version = "0.1.0" }
diem-state-view = { path = "../../../storage/state-view", version = "0.1.0" }
Expand Down
4 changes: 2 additions & 2 deletions language/move-vm/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2018"
[dependencies]
mirai-annotations = "1.10.1"
once_cell = "1.6.0"
proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }
sha2 = "0.9.3"
serde = { version = "1.0.123", features = ["derive", "rc"] }
smallvec = "1.6.1"
Expand All @@ -24,7 +24,7 @@ move-core-types = { path = "../../move-core/types", version = "0.1.0" }
vm = { path = "../../vm", version = "0.1.0" }

[dev-dependencies]
proptest = "0.10.1"
proptest = "1.0.0"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion language/testing-infra/e2e-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ move-vm-types = { path = "../../move-vm/types", version = "0.1.0" }
vm = { path = "../../vm", version = "0.1.0" }
vm-genesis = { path = "../../tools/vm-genesis", version = "0.1.0" }
diem-vm = { path = "../../diem-vm", version = "0.1.0" }
proptest = "0.10.1"
proptest = "1.0.0"
proptest-derive = "0.3.0"
diem-proptest-helpers = { path = "../../../common/proptest-helpers", version = "0.1.0" }
diem-config = { path = "../../../config", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion language/tools/vm-genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ vm = { path = "../../vm", version = "0.1.0" }
diem-vm = { path = "../../diem-vm", version = "0.1.0" }

[dev-dependencies]
proptest = "0.10.1"
proptest = "1.0.0"
proptest-derive = "0.3.0"
diem-proptest-helpers = { path = "../../../common/proptest-helpers", version = "0.1.0" }

Expand Down
4 changes: 2 additions & 2 deletions language/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
anyhow = "1.0.38"
once_cell = "1.6.0"
mirai-annotations = "1.10.1"
proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
ref-cast = "1.0.6"
diem-crypto = { path = "../../crypto/crypto", version = "0.1.0" }
Expand All @@ -23,7 +23,7 @@ move-core-types = { path = "../move-core/types", version = "0.1.0" }
num-variants = { path = "../../common/num-variants", version = "0.1.0" }

[dev-dependencies]
proptest = "0.10.1"
proptest = "1.0.0"
proptest-derive = "0.3.0"
diem-proptest-helpers = { path = "../../common/proptest-helpers", version = "0.1.0" }
move-core-types = { path = "../move-core/types", version = "0.1.0", features = ["fuzzing"] }
Expand Down
2 changes: 1 addition & 1 deletion language/vm/serializer-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"

[dev-dependencies]
diem-workspace-hack = { path = "../../../common/workspace-hack", version = "0.1.0" }
proptest = "0.10.1"
proptest = "1.0.0"
proptest-derive = "0.3.0"
vm = { path = "../", version = "0.1.0", features = ["fuzzing"] }

Expand Down
4 changes: 2 additions & 2 deletions mempool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fail = "0.4.0"
futures = "0.3.12"
itertools = "0.10.0"
once_cell = "1.6.0"
proptest = { version = "0.10.1", optional = true }
proptest = { version = "1.0.0", optional = true }
rayon = "1.4.1"
serde = { version = "1.0.123", default-features = false }
tokio = { version = "1.2.0", features = ["full"] }
Expand Down Expand Up @@ -46,7 +46,7 @@ vm-validator = { path = "../vm-validator", version = "0.1.0" }
storage-service = { path = "../storage/storage-service", version = "0.1.0", optional = true }

[dev-dependencies]
proptest = "0.10.1"
proptest = "1.0.0"

diem-config = { path = "../config", version = "0.1.0", features = ["fuzzing"] }
diem-network-address = { path = "../network/network-address", version = "0.1.0" }
Expand Down
Loading

0 comments on commit 19c69cb

Please sign in to comment.