From 72a9ae166d4c60d4f724d00bcac5dbffde8b03cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 18:02:41 +0000 Subject: [PATCH] Update phf_codegen requirement from 0.10.0 to 0.11.1 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.1) --- 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 6d80db2..0dd743f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ armv8 = { git = "https://github.com/achreto/rust-armv8" } [build-dependencies] pciid-parser = "0.5.0" -phf_codegen = "0.10.0" +phf_codegen = "0.11.1" [[bin]] name = "testdrive"