From 1f394d0d2ef7e932a58ebd96ce1f656375d901b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 20:45:04 +0000 Subject: [PATCH] Update Rust crate phf to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7473cab..59d6423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ argh = "0.1.13" rustls = { version = "0.23.29", default-features = false, features = ["ring"] } webpki-roots = "1.0.1" ctrlc = "3.4.7" -phf = { version = "0.11", features = ["macros"] } +phf = { version = "0.13", features = ["macros"] } [profile.release] debug = false