From 10d06a6f25f7925940284e3f040f5e840b87297b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 13:28:40 +0000 Subject: [PATCH] chore(deps): update rust crate phf to 0.14.0 --- Cargo.lock | 17 +++++++++++++---- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5aa81aee..32aee254 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1467,11 +1467,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 0.14.0", "serde", ] @@ -1546,6 +1546,15 @@ dependencies = [ "siphasher", ] +[[package]] +name = "phf_shared" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6fd9027e2d9319be6349febd1db4e8d02aa544921200c9b777720ac34a3aa89" +dependencies = [ + "siphasher", +] + [[package]] name = "pin-project-lite" version = "0.2.17" @@ -1644,7 +1653,7 @@ dependencies = [ "clap_mangen", "ctor", "jiff", - "phf 0.13.1", + "phf 0.14.0", "phf_codegen 0.13.1", "pretty_assertions", "rand 0.10.1", diff --git a/Cargo.toml b/Cargo.toml index 58080761..6273bdc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ ctor = "1.0.0" dirs = "6.0.0" jiff = "0.2.15" nix = { version = "0.30", default-features = false, features = ["process"] } -phf = "0.13.1" +phf = "0.14.0" phf_codegen = "0.13.0" prettytable-rs = "0.10.0" rand = { version = "0.10.0" }