From 9095a14cf3d3958a614339d7812c34dd43b38e4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 13:59:20 +0000 Subject: [PATCH] Update phf_codegen requirement from 0.11 to 0.12 Updates the requirements on [phf_codegen](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/master/RELEASE_PROCESS.md) - [Commits](https://github.com/rust-phf/rust-phf/compare/phf_codegen-v0.11.1...v0.12.1) --- updated-dependencies: - dependency-name: phf_codegen dependency-version: 0.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index bbe6b789c..5a32a3e95 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Steven Fackler "] [dependencies] -phf_codegen = "0.11" +phf_codegen = "0.12" regex = "1.0" marksman_escape = "0.1" linked-hash-map = "0.5"