Skip to content

Commit 576d720

Browse files
chore(deps): bump kvm-ioctls from 0.24.0 to 0.25.0 (#1541)
Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/rust-vmm/kvm/releases) - [Commits](rust-vmm/kvm@kvm-ioctls-v0.24.0...kvm-ioctls-v0.25.0) --- updated-dependencies: - dependency-name: kvm-ioctls dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88f0d0e commit 576d720

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/hyperlight_host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lazy_static = "1.4.0"
7575

7676
[target.'cfg(unix)'.dependencies]
7777
kvm-bindings = { version = "0.14", features = ["fam-wrappers"], optional = true }
78-
kvm-ioctls = { version = "0.24", optional = true }
78+
kvm-ioctls = { version = "0.25", optional = true }
7979
mshv-bindings = { version = "0.6", optional = true }
8080
mshv-ioctls = { version = "0.6", optional = true}
8181

0 commit comments

Comments
 (0)