From 633924e6ca2314d2b5e4ec7fe2bdae9731707d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 03:49:05 +0000 Subject: [PATCH] Bump phf_codegen from 0.11.2 to 0.11.3 Bumps [phf_codegen](https://github.com/rust-phf/rust-phf) from 0.11.2 to 0.11.3. - [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.2...phf_codegen-v0.11.3) --- updated-dependencies: - dependency-name: phf_codegen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42559ca7..f515d78c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3438,9 +3438,9 @@ dependencies = [ [[package]] name = "phf_codegen" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" +checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" dependencies = [ "phf_generator", "phf_shared", diff --git a/Cargo.toml b/Cargo.toml index 0c6179ad..390f98af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ serial_test = { version = "3.2.0", default-features = false } #─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── [build-dependencies] -phf_codegen = "0.11.2" +phf_codegen = "0.11.3" phf_shared = "0.11.2" rustrict = { version = "0.7.33", default-features = false, features = ["censor"] } once_cell = "1.20.2"