From bfe0bd9f93def651b421c6b23c5a2ea11aa964b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:15:07 +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] --- web_atoms/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_atoms/Cargo.toml b/web_atoms/Cargo.toml index 88402e84..97dac405 100644 --- a/web_atoms/Cargo.toml +++ b/web_atoms/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] string_cache = "0.8.8" -phf = "0.11" +phf = "0.12" [build-dependencies] string_cache_codegen = "0.5.4"