Skip to content

Commit

Permalink
build(deps): Bump the rust-vmm group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the rust-vmm group with 3 updates: [kvm-bindings](https://github.com/rust-vmm/kvm-bindings), [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) and [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util).


Updates `kvm-bindings` from 0.6.0 to 0.7.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.6.0...v0.7.0)

Updates `kvm-ioctls` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases)
- [Changelog](https://github.com/rust-vmm/kvm-ioctls/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/kvm@v0.15.0...v0.16.0)

Updates `vmm-sys-util` from 0.11.2 to 0.12.1
- [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases)
- [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/vmm-sys-util/commits/v0.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent dd03d76 commit 726350d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ rftrace = { version = "0.1", optional = true }
rftrace-frontend = { version = "0.1", optional = true }

[target.'cfg(target_os = "linux")'.dependencies]
kvm-bindings = "0.6"
kvm-ioctls = "0.15"
kvm-bindings = "0.7"
kvm-ioctls = "0.16"
mac_address = "1.1"
nix = { version = "0.27", features = ["mman", "pthread", "signal"] }
tun-tap = { version = "0.1", default-features = false }
virtio-bindings = { version = "0.2", features = ["virtio-v4_14_0"] }
vmm-sys-util = "0.11"
vmm-sys-util = "0.12"

[target.'cfg(target_os = "macos")'.dependencies]
burst = "0.0"
Expand Down

0 comments on commit 726350d

Please sign in to comment.