Skip to content

Commit

Permalink
chore(deps): update rust crate proptest to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Dec 17, 2024
1 parent fee71ad commit 066f4e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
19 changes: 6 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ owo-colors = "4.1.0"
pathdiff = { version = "0.2.3", features = ["camino"] }
pin-project-lite = "0.2.15"
pretty_assertions = "1.4.1"
proptest = "1.5.0"
proptest = "1.6.0"
quick-junit = "0.5.1"
rand = "0.8.5"
recursion = "0.5.2"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ indexmap = { version = "2.7.0", features = ["serde"] }
log = { version = "0.4.22", default-features = false, features = ["std"] }
memchr = { version = "2.7.4" }
miette = { version = "7.4.0", features = ["fancy"] }
num-traits = { version = "0.2.19", default-features = false, features = ["libm", "std"] }
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }
rand = { version = "0.8.5" }
serde = { version = "1.0.216", features = ["alloc", "derive"] }
serde_json = { version = "1.0.133", features = ["unbounded_depth"] }
Expand Down

0 comments on commit 066f4e4

Please sign in to comment.