Skip to content

Commit a34d7ae

Browse files
authored
Merge pull request #377 from waywardmonkeys/update-to-rand-0.9
Upgrade dev-dependency `rand` to 0.9
2 parents e5723e4 + b8bdead commit a34d7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)