Skip to content

Commit 5e004bd

Browse files
waywardmonkeyscuviper
authored andcommitted
Upgrade dev-dependency rand to 0.9
(cherry picked from commit b8bdead)
1 parent 6b9915e commit 5e004bd

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
@@ -28,7 +28,7 @@ default-features = false
2828

2929
[dev-dependencies]
3030
itertools = "0.14"
31-
rand = {version = "0.8", features = ["small_rng"] }
31+
rand = {version = "0.9", features = ["small_rng"] }
3232
quickcheck = { version = "1.0", default-features = false }
3333
fnv = "1.0"
3434
lazy_static = "1.3"

0 commit comments

Comments
 (0)