Skip to content

Commit a69b3e9

Browse files
committed
Update Rust crate proptest to 1.7.0
1 parent 11f231f commit a69b3e9

File tree

2 files changed

+16
-34
lines changed

2 files changed

+16
-34
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pin-project-lite = "0.2.16"
2121
[dev-dependencies]
2222
futures = "0.3.31"
2323
maplit = "1.0.2"
24-
proptest = { version = "1.6.0", features = ["timeout"] }
24+
proptest = { version = "1.7.0", features = ["timeout"] }
2525
proptest-derive = "0.5.1"
2626
tokio = { version = "1.21.2", features = ["macros", "sync", "test-util", "time"] }
2727
tokio-stream = { version = "0.1.17" }

0 commit comments

Comments
 (0)