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
renovate-bot committed Sep 30, 2023
1 parent e683688 commit 875736c
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 95 deletions.
151 changes: 58 additions & 93 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 nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ maplit = "1.0.2"
pathdiff = { version = "0.2.1", features = ["camino"] }
pretty_assertions = "1.4.0"
proptest = "1.2.0"
proptest-derive = "0.3.0"
proptest-derive = "0.4.0"
test-case = "3.2.1"


Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ uuid = { version = "1.4.1", features = ["v4"] }
cc = { version = "1.0.83", default-features = false, features = ["parallel"] }
proc-macro2 = { version = "1.0.67" }
quote = { version = "1.0.33" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full"] }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "fold", "full", "visit"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.37", features = ["extra-traits", "full", "visit", "visit-mut"] }

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

0 comments on commit 875736c

Please sign in to comment.