Skip to content

Commit 906d76c

Browse files
Update Rust crate rand to 0.9.0
1 parent 2bd6ed2 commit 906d76c

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
@@ -75,7 +75,7 @@ progenitor = "0.9.1"
7575
progenitor-client = "0.9.1"
7676
proptest = "1.6.0"
7777
rayon = "1.10.0"
78-
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
78+
rand = { version = "0.9.0", features = ["min_const_gen", "small_rng"] }
7979
rand_chacha = "0.3.1"
8080
reedline = "0.38.0"
8181
rangemap = "1.5.1"

0 commit comments

Comments
 (0)