Skip to content

Commit cdd67a7

Browse files
Update Rust crate proptest to 1.8.0
1 parent 15300e8 commit cdd67a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hashbrown = { version = "0.16.0", default-features = false, features = ["allocat
3030
hugealloc = "0.1.1"
3131
iddqd = { path = "crates/iddqd", default-features = false }
3232
iddqd-test-utils = { path = "crates/iddqd-test-utils" }
33-
proptest = { version = "1.7.0", default-features = false, features = ["std"] }
33+
proptest = { version = "1.8.0", default-features = false, features = ["std"] }
3434
ref-cast = "1.0.24"
3535
rustc-hash = { version = "2.1.1", default-features = false }
3636
schemars = "0.8.22"

0 commit comments

Comments
 (0)