diff --git a/Cargo.toml b/Cargo.toml index bba6e5fc..d3428c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ crossterm = "0.29.0" ctor = "0.4.1" libc = "0.2.154" nix = { version = "0.30", default-features = false, features = ["process"] } -phf = "0.11.2" +phf = "0.12.0" phf_codegen = "0.11.2" prettytable-rs = "0.10.0" rand = { version = "0.9.0", features = ["small_rng"] }