Skip to content

Commit

Permalink
build(deps): Bump pci_types from 0.6.2 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [pci_types](https://github.com/rust-osdev/pci_types) from 0.6.2 to 0.7.0.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 1bfcb44 commit 3ecf0a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 3ecf0a5

Please sign in to comment.