From a5c6eb1e5696416aada4f4e8eddaf70dbb64cf52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 23:57:50 +0000 Subject: [PATCH] Update phf_codegen requirement from 0.10.0 to 0.11.2 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/v0.10.0...phf_codegen-v0.11.2) --- updated-dependencies: - dependency-name: phf_codegen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45cb9d3..6245c94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ armv8 = "0.0.1" [build-dependencies] pciid-parser = "0.5.0" -phf_codegen = "0.10.0" +phf_codegen = "0.11.2" [[bin]] name = "testdrive"