diff --git a/Cargo.toml b/Cargo.toml index b415f6a..2717ba3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ nix = { version = "0.30", default-features = false } parse_datetime = "0.11.0" phf = "0.13.0" phf_codegen = "0.13.0" -rand = { version = "0.9.0", features = ["small_rng"] } +rand = { version = "0.10.0", features = ["small_rng"] } rangemap = "1.5.1" regex = "1.10.2" serde = { version = "1.0", features = ["derive"] }