From 5f60036fc7357599286734cadbccd79ad66397bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 23:16:44 +0000 Subject: [PATCH] Update phf_codegen requirement from 0.10.0 to 0.11.0 Updates the requirements on [phf_codegen](https://github.com/sfackler/rust-phf) to permit the latest version. - [Release notes](https://github.com/sfackler/rust-phf/releases) - [Changelog](https://github.com/rust-phf/rust-phf/blob/master/CHANGELOG.md) - [Commits](https://github.com/sfackler/rust-phf/compare/v0.10.0...v0.11.0) --- 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 d97d1ac..6fe2a45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ phf = { version = "0.10.0", default-features = false } [build-dependencies] pciid-parser = "0.5.0" -phf_codegen = "0.10.0" +phf_codegen = "0.11.0" [[bin]] name = "testdrive"