Skip to content

Commit 7921a5a

Browse files
Bump kvm-ioctls from 0.23.0 to 0.24.0
Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/rust-vmm/kvm/releases) - [Commits](rust-vmm/kvm@kvm-ioctls-v0.23.0...kvm-ioctls-v0.24.0) --- updated-dependencies: - dependency-name: kvm-ioctls dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00d620b commit 7921a5a

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

Cargo.lock

Lines changed: 14 additions & 5 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
[target.'cfg(unix)'.dependencies]
7676
seccompiler = { version = "0.5.0", optional = true }
7777
kvm-bindings = { version = "0.13", features = ["fam-wrappers"], optional = true }
78-
kvm-ioctls = { version = "0.23", optional = true }
78+
kvm-ioctls = { version = "0.24", optional = true }
7979
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }
8080
mshv-ioctls2 = { package="mshv-ioctls", version = "=0.2.1", optional = true}
8181
mshv-bindings3 = { package="mshv-bindings", version = "=0.3.2", optional = true }

0 commit comments

Comments
 (0)