Skip to content

Commit

Permalink
Update Rust crate proptest to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Aug 1, 2024
1 parent 4750f18 commit 4b17049
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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 guppy-cmdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
clap = { version = "3.2.25", features = ["derive"] }
color-eyre = { version = "0.6.3", default-features = false }
guppy = { path = "../guppy" }
proptest = { version = "1.4.0", optional = true }
proptest = { version = "1.5.0", optional = true }
guppy-workspace-hack.workspace = true

[features]
Expand Down
2 changes: 1 addition & 1 deletion guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ itertools = "0.13.0"
once_cell = "1.19.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = { version = "0.6.5", default-features = false }
proptest = { version = "1.4.0", optional = true }
proptest = { version = "1.5.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }
rayon = { version = "1.10.0", optional = true }
semver = "1.0.23"
Expand Down
2 changes: 1 addition & 1 deletion internal-tools/benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false # this is a private crate

[dependencies]
guppy = { path = "../../guppy", features = ["proptest1"] }
proptest = "1.4.0"
proptest = "1.5.0"
proptest-ext = { path = "../proptest-ext" }
guppy-workspace-hack.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion internal-tools/cargo-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
tempfile = "3.10.1"
once_cell = "1.19.0"
pathdiff = "0.2.1"
proptest = "1.4.0"
proptest = "1.5.0"
2 changes: 1 addition & 1 deletion internal-tools/fixture-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
fixtures = { path = "../../fixtures" }
hakari = { path = "../../tools/hakari", features = ["cli-support", "proptest1"] }
once_cell = "1.19.0"
proptest = "1.4.0"
proptest = "1.5.0"
proptest-ext = { path = "../proptest-ext" }
structopt = "0.3.26"
guppy-workspace-hack.workspace = true
2 changes: 1 addition & 1 deletion internal-tools/proptest-ext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ publish = false # this is a private crate
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
proptest = "1.4.0"
proptest = "1.5.0"
twox-hash = { version = "1.6.3", default-features = false }
guppy-workspace-hack.workspace = true
2 changes: 1 addition & 1 deletion target-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ maintenance = { status = "actively-developed" }

[dependencies]
cfg-expr = { version = "0.16.0", features = ["targets"] }
proptest = { version = "1.4.0", optional = true }
proptest = { version = "1.5.0", optional = true }
serde = { version = "1.0.204", optional = true, features = ["derive"] }
serde_json = { version = "1.0.117", optional = true }
target-lexicon = { version = "0.12.16", features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ indenter = "0.3.3"
itertools = "0.13.0"
owo-colors = { version = "3.5.0", optional = true }
pathdiff = { version = "0.2.1", features = ["camino"] }
proptest = { version = "1.4.0", optional = true }
proptest = { version = "1.5.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }
rayon = "1.10.0"
serde = { version = "1.0.204", features = ["derive"], optional = true }
Expand Down

0 comments on commit 4b17049

Please sign in to comment.