Skip to content

Commit 5c867f6

Browse files
committed
Update proptest dependency version in Cargo.toml
- Bumped the `proptest` dependency from version 1.5 to 1.9 to leverage the latest features and improvements. - This update ensures compatibility with recent changes and enhances the testing capabilities of the cache library.
1 parent 0c2d155 commit 5c867f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ rand_distr = "0.5"
5353
serde = { version = "1.0", features = ["derive"] }
5454
serde_json = "1.0"
5555
chrono = "0.4"
56-
proptest = "1.5"
56+
proptest = "1.9"
5757
arbitrary = { version = "1.4", features = ["derive"] }
5858

5959
# =============================================================================

0 commit comments

Comments
 (0)