From ac7ce309d7f41e5f4ab7cd2770e8f329d8e458a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 02:04:45 +0000 Subject: [PATCH] chore(deps): update rust crate phf to 0.14.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80e3b0f..a6f3c4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ oxc_allocator = "0.133.0" oxc_ast = "0.133.0" oxc_parser = "0.133.0" oxc_span = "0.133.0" -phf = "0.13.1" +phf = "0.14.0" phf_codegen = "0.13.1" quick-xml = {version = "0.40.1", features = ["serialize"]} rand = "0.10.1"