From 9324a52a5692319e97293b310e65041b7b9337ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 08:25:07 +0000 Subject: [PATCH] chore(deps): update rust crate phf_codegen to 0.11.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25414fb03..1e4265dc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1702,9 +1702,9 @@ dependencies = [ [[package]] name = "phf_codegen" -version = "0.11.1" +version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" +checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" dependencies = [ "phf_generator", "phf_shared", diff --git a/Cargo.toml b/Cargo.toml index c49b1c432..21c455f0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -303,7 +303,7 @@ onig = { version = "~6.4", default-features = false } ouroboros = "0.15.6" parse_datetime = "0.4.0" phf = "0.11.1" -phf_codegen = "0.11.1" +phf_codegen = "0.11.2" platform-info = "2.0.1" quick-error = "2.0.1" rand = { version = "0.8", features = ["small_rng"] }