Skip to content

Commit

Permalink
Update Rust crate proptest-derive to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Oct 3, 2023
1 parent d8a469e commit 9d71277
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 82 deletions.
123 changes: 44 additions & 79 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ once_cell = "1.18.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = { version = "0.6.4", default-features = false }
proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }
rayon = { version = "1.8.0", optional = true }
semver = "1.0.19"
serde = { version = "1.0.188", features = ["derive"] }
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 @@ itertools = "0.11.0"
owo-colors = { version = "3.5.0", optional = true }
pathdiff = { version = "0.2.1", features = ["camino"] }
proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }
rayon = "1.8.0"
serde = { version = "1.0.188", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ toml = { version = "0.5.11", features = ["preserve_order"] }
[build-dependencies]
proc-macro2 = { version = "1.0.66" }
quote = { version = "1.0.32" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "full"] }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "full", "visit"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.32", features = ["full"] }

[target.x86_64-unknown-linux-gnu.dependencies]
Expand Down

0 comments on commit 9d71277

Please sign in to comment.