From 9eaa79acd258584c3ed7c331c73b2deba1083f2c Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 23 Jun 2026 16:15:07 +0200 Subject: [PATCH] Bump phf & phf_codegen from 0.13.1 to 0.14.0 --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ad58600aa2..7b46950797f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2207,9 +2207,9 @@ 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", "serde", @@ -2217,9 +2217,9 @@ dependencies = [ [[package]] name = "phf_codegen" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1" +checksum = "41b585a510fb76fdebead6897982ef2a03a21d8e6cbcca904999742a4afc6ffe" dependencies = [ "phf_generator", "phf_shared", @@ -2227,9 +2227,9 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" +checksum = "aeb62e0959d5a1bebc965f4d15d9e2b7cea002b6b0f5ba8cde6cc26738467100" dependencies = [ "fastrand", "phf_shared", @@ -2237,9 +2237,9 @@ dependencies = [ [[package]] name = "phf_shared" -version = "0.13.1" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" +checksum = "c6fd9027e2d9319be6349febd1db4e8d02aa544921200c9b777720ac34a3aa89" dependencies = [ "siphasher", ] diff --git a/Cargo.toml b/Cargo.toml index f82063f2e24..e5acdde8ae8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -438,8 +438,8 @@ num-prime = "0.5.0" num-traits = "0.2.19" onig = { version = "~6.5.1", default-features = false } parse_datetime = "0.14.0" -phf = "0.13.1" -phf_codegen = "0.13.1" +phf = "0.14.0" +phf_codegen = "0.14.0" platform-info = "2.0.3" pretty_assertions = "1.4.1" procfs = "0.18"