Skip to content

Commit 5826ef3

Browse files
Update Rust crate rand_chacha to 0.9.0
1 parent 2ede6f1 commit 5826ef3

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
@@ -76,7 +76,7 @@ progenitor-client = "0.9.1"
7676
proptest = "1.6.0"
7777
rayon = "1.10.0"
7878
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
79-
rand_chacha = "0.3.1"
79+
rand_chacha = "0.9.0"
8080
reedline = "0.38.0"
8181
rangemap = "1.5.1"
8282
reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] }

0 commit comments

Comments
 (0)