Skip to content

Commit c3faa29

Browse files
Bump proptest from 1.6.0 to 1.7.0
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.6.0 to 1.7.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-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fbcb87 commit c3faa29

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lading/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async-pidfd = "0.1"
9898
[dev-dependencies]
9999
tempfile = "3.20"
100100
warp = "0.3"
101-
proptest = "1.6"
101+
proptest = "1.7"
102102

103103
[features]
104104
default = []

lading_payload/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tokio = { workspace = true }
4040
arbitrary = { version = "1", optional = true, features = ["derive"] }
4141

4242
[dev-dependencies]
43-
proptest = "1.6"
43+
proptest = "1.7"
4444
proptest-derive = "0.5.1"
4545
criterion = { version = "0.6", features = ["html_reports"] }
4646

0 commit comments

Comments
 (0)