From 095793e08f563b4b4abf066b12e033fba38522fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 22:53:53 +0000 Subject: [PATCH] Update phf_shared requirement from 0.13 to 0.14 Updates the requirements on [phf_shared](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/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: phf_shared dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/Cargo.toml b/macro/Cargo.toml index ae7ecdc..0d07fa4 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -23,7 +23,7 @@ fnv = "1" indexmap = "2" convert_case = "0.11" syn = { version = "2", features = ["full", "fold", "extra-traits", "visit"] } -phf_shared = { version = "0.13", optional = true } +phf_shared = { version = "0.14", optional = true } phf_generator = { version = "0.13", optional = true } [dev-dependencies]