Skip to content

Commit

Permalink
Bump proptest from 1.5.0 to 1.6.0
Browse files Browse the repository at this point in the history
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/commits)

---
updated-dependencies:
- dependency-name: proptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent b26f0eb commit 9c41e0e
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 lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async-pidfd = "0.1"
[dev-dependencies]
tempfile = "3.13"
warp = "0.3"
proptest = "1.5"
proptest = "1.6"

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion lading_payload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tokio = { workspace = true }
arbitrary = { version = "1", optional = true, features = ["derive"] }

[dev-dependencies]
proptest = "1.4"
proptest = "1.6"
proptest-derive = "0.5.0"
criterion = { version = "0.5", features = ["html_reports"] }

Expand Down

0 comments on commit 9c41e0e

Please sign in to comment.