From d2df4c64d8738052916024fc3f4073e36318b9cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 07:53:02 +0000 Subject: [PATCH] Update phf requirement from 0.11 to 0.12 Updates the requirements on [phf](https://github.com/rust-phf/rust-phf) to permit the latest version. - [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/phf-v0.11.1...v0.12.1) --- updated-dependencies: - dependency-name: phf dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a0f650fa..cf48bd95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ mac = "0.1" tendril = "0.4" string_cache = "0.8.8" string_cache_codegen = "0.5.4" -phf = "0.11" +phf = "0.12" phf_codegen = "0.11" # Dev dependencies