From eb1472d7f16caa097c86a30f219de546473a1538 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 03:57:09 +0000 Subject: [PATCH] chore(deps): update rust crate phf to 0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a64e26..c497108 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ clap_mangen = "0.2" regex = "1.10.4" sysinfo = "0.34" libc = "0.2.153" -phf = "0.11.2" +phf = "0.13.0" phf_codegen = "0.11.2" textwrap = { version = "0.16.1", features = ["terminal_size"] } xattr = "1.3.1"