diff --git a/Cargo.lock b/Cargo.lock index 5bc23b871b..343c4fea26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -972,9 +972,9 @@ dependencies = [ [[package]] name = "pci_types" -version = "0.6.2" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebac2b2ee11791f721a51184b632a916b3044f2ee7b2374e7fdcfdf3eaf29c79" +checksum = "c65c73f2880004d305a2cb4b2d4a8e75377938efab5718a7e8b53e4a418346b0" dependencies = [ "bit_field", "bitflags 2.5.0", diff --git a/Cargo.toml b/Cargo.toml index b9ce5d59c8..9e0310829a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,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.6" } +pci_types = { version = "0.7" } rand_chacha = { version = "0.3", default-features = false } shell-words = { version = "1.1", default-features = false } simple-shell = { version = "0.0.1", optional = true }