From 7bda1e70bb0dcddeddc79d06416a22201825ac12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 07:36:12 +0000 Subject: [PATCH] chore(deps): update rust crate phf to 0.14.0 --- Cargo.lock | 19 +++++-------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6c2680..8bae4e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1018,11 +1018,11 @@ dependencies = [ [[package]] name = "phf" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" +checksum = "010378780309880b08997fae13be7834dba947d36393bd372f2b1556deb2a2f6" dependencies = [ - "phf_shared 0.13.1", + "phf_shared", "serde", ] @@ -1033,7 +1033,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41b585a510fb76fdebead6897982ef2a03a21d8e6cbcca904999742a4afc6ffe" dependencies = [ "phf_generator", - "phf_shared 0.14.0", + "phf_shared", ] [[package]] @@ -1043,16 +1043,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aeb62e0959d5a1bebc965f4d15d9e2b7cea002b6b0f5ba8cde6cc26738467100" dependencies = [ "fastrand", - "phf_shared 0.14.0", -] - -[[package]] -name = "phf_shared" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" -dependencies = [ - "siphasher", + "phf_shared", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2b9e749..45572d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ clap_complete = "4.5" clap_mangen = "0.3" ctor = "1.0.0" libc = "0.2.153" -phf = "0.13.0" +phf = "0.14.0" phf_codegen = "0.14.0" rand = { version = "0.10.0" } regex = "1.10.4"