Skip to content

Commit

Permalink
build(deps): Bump kvm-bindings in the rust-vmm group
Browse files Browse the repository at this point in the history
Bumps the rust-vmm group with 1 update: [kvm-bindings](https://github.com/rust-vmm/kvm-bindings).


Updates `kvm-bindings` from 0.9.1 to 0.10.0
- [Release notes](https://github.com/rust-vmm/kvm-bindings/releases)
- [Changelog](https://github.com/rust-vmm/kvm-bindings/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/kvm-bindings@v0.9.1...v0.10.0)

---
updated-dependencies:
- dependency-name: kvm-bindings
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 43fda42 commit 38862b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 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 @@ -64,7 +64,7 @@ sysinfo = { version = "0.31.4", default-features = false, features = ["system"]
vm-fdt = "0.3"

[target.'cfg(target_os = "linux")'.dependencies]
kvm-bindings = "0.9"
kvm-bindings = "0.10"
kvm-ioctls = "0.18"
vmm-sys-util = "0.12"

Expand Down

0 comments on commit 38862b2

Please sign in to comment.