Skip to content

Commit 2d71876

Browse files
chore(deps): update rust crate rand to 0.10.0
1 parent 0dd5ca0 commit 2d71876

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ nix = { version = "0.30", default-features = false }
6464
parse_datetime = "0.11.0"
6565
phf = "0.13.0"
6666
phf_codegen = "0.13.0"
67-
rand = { version = "0.9.0", features = ["small_rng"] }
67+
rand = { version = "0.10.0", features = ["small_rng"] }
6868
rangemap = "1.5.1"
6969
regex = "1.10.2"
7070
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)