From 3ec06d7f203221a7c50dd3deedbd66ecd10383f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 23:16:38 +0000 Subject: [PATCH] Update phf requirement from 0.10.0 to 0.11.0 Updates the requirements on [phf](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 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..bdae3de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ x86 = { version = "0.51", features = ["unstable"] } log = "0.4" custom_error = { version = "1.9", default-features = false, features = ["unstable"] } bit_field = "0.10.1" -phf = { version = "0.10.0", default-features = false } +phf = { version = "0.11.0", default-features = false } [build-dependencies] pciid-parser = "0.5.0"