From 5012fedf62d8488d76667c3bd256569b3571d7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:27:07 +0000 Subject: [PATCH] Bump phf from 0.12.1 to 0.13.1 Bumps [phf](https://github.com/rust-phf/rust-phf) from 0.12.1 to 0.13.1. - [Release notes](https://github.com/rust-phf/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md) - [Commits](https://github.com/rust-phf/rust-phf/compare/v0.12.1...v0.13.1) --- updated-dependencies: - dependency-name: phf dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42d16e8..25b1d11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2434,12 +2434,12 @@ dependencies = [ [[package]] name = "phf" -version = "0.12.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" +checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" dependencies = [ - "phf_macros 0.12.1", - "phf_shared 0.12.1", + "phf_macros 0.13.1", + "phf_shared 0.13.1", "serde", ] @@ -2455,12 +2455,12 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.12.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b" +checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737" dependencies = [ "fastrand", - "phf_shared 0.12.1", + "phf_shared 0.13.1", ] [[package]] @@ -2479,12 +2479,12 @@ dependencies = [ [[package]] name = "phf_macros" -version = "0.12.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368" +checksum = "812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef" dependencies = [ - "phf_generator 0.12.1", - "phf_shared 0.12.1", + "phf_generator 0.13.1", + "phf_shared 0.13.1", "proc-macro2", "quote", "syn", @@ -2502,9 +2502,9 @@ dependencies = [ [[package]] name = "phf_shared" -version = "0.12.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" +checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" dependencies = [ "siphasher", ] @@ -3908,7 +3908,7 @@ dependencies = [ "parse-changelog", "paste", "patternscan", - "phf 0.12.1", + "phf 0.13.1", "reqwest", "retour", "rfd", diff --git a/Cargo.toml b/Cargo.toml index 4620693..cbecc50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ anyhow = "1.0.98" function_name = "0.3.0" rust-i18n = "3.1.5" csv = "1.3.1" -phf = { version = "0.12.1", features = ["macros"] } +phf = { version = "0.13.1", features = ["macros"] } directories = "6.0.0" chrono = { version = "0.4", features = ["serde"] } fs-err = "=3.1.0"