Skip to content

Commit 06ba425

Browse files
chore(deps): update rust crate rand to 0.9
1 parent 1336160 commit 06ba425

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
@@ -42,7 +42,7 @@ phf_codegen = "0.11.2"
4242
textwrap = { version = "0.16.1", features = ["terminal_size"] }
4343
xattr = "1.3.1"
4444
tempfile = "3.10.1"
45-
rand = { version = "0.8", features = ["small_rng"] }
45+
rand = { version = "0.9", features = ["small_rng"] }
4646
bytesize = "2.0.0"
4747
chrono = { version = "0.4.37", default-features = false, features = [
4848
"clock",

0 commit comments

Comments
 (0)