From 9780da7e7dea6ac1f5b7578d512bfa319a51fa53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:12:40 +0000 Subject: [PATCH] build(deps): bump pci_types from 0.5.0 to 0.6.1 Bumps [pci_types](https://github.com/rust-osdev/pci_types) from 0.5.0 to 0.6.1. - [Commits](https://github.com/rust-osdev/pci_types/commits) --- updated-dependencies: - dependency-name: pci_types dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2e6633d94..5fa440df8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,11 +756,12 @@ dependencies = [ [[package]] name = "pci_types" -version = "0.5.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec74736768a26e78cdc5d8d54b32ab60dd5ed82aef39c4e00c47e78145b90fa4" +checksum = "831e5bebf010674bc2e8070b892948120d4c453c71f37387e1ffea5636620dbe" dependencies = [ "bit_field", + "bitflags 2.4.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5789209afb..0b2a66f168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ num = { version = "0.4", default-features = false } num-derive = "0.4" num-traits = { version = "0.2", default-features = false } pci-ids = { version = "0.2", optional = true } -pci_types = { version = "0.5" } +pci_types = { version = "0.6" } pflock = "0.2" qemu-exit = "3.0" rand_chacha = { version = "0.3", default-features = false }