From 8c2b69aa671db53df1dcb39aab1664f8c5547953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Oct 2022 19:13:48 +0000 Subject: [PATCH] Update pciid-parser requirement from 0.5.0 to 0.6.0 Updates the requirements on [pciid-parser](https://github.com/ilyazzz/pci-id-parser) to permit the latest version. - [Release notes](https://github.com/ilyazzz/pci-id-parser/releases) - [Commits](https://github.com/ilyazzz/pci-id-parser/commits/v0.6.0) --- updated-dependencies: - dependency-name: pciid-parser 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 b44de9e..38dde95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ x86 = { version = "0.52", features = ["unstable"] } armv8 = "0.0.1" [build-dependencies] -pciid-parser = "0.5.0" +pciid-parser = "0.6.0" phf_codegen = "0.10.0" [[bin]]