Skip to content

Commit

Permalink
build(deps): Bump kvm-bindings from 0.8.2 to 0.9.0 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.8.2 to 0.9.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.8.2...v0.9.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 Jul 29, 2024
1 parent 5a1158b commit ebc0487
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 @@ -62,7 +62,7 @@ rftrace-frontend = { version = "0.1", optional = true }
sysinfo = { version = "0.30.13", default-features = false }

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

Expand Down

0 comments on commit ebc0487

Please sign in to comment.