diff --git a/Cargo.toml b/Cargo.toml index 9c7a758f..0f989309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ nix = { version = "0.30", default-features = false, features = ["process"] } phf = "0.13.1" phf_codegen = "0.13.0" prettytable-rs = "0.10.0" -rand = { version = "0.9.0", features = ["small_rng"] } +rand = { version = "0.10.0", features = ["small_rng"] } ratatui = "0.30.0" regex = "1.10.4" rustix = { version = "1.1.2", features = ["fs"] }