Skip to content

Commit 3d27d9c

Browse files
Bump kvm-ioctls from 0.19.1 to 0.20.0
Bumps [kvm-ioctls](https://github.com/rust-vmm/kvm) from 0.19.1 to 0.20.0. - [Release notes](https://github.com/rust-vmm/kvm/releases) - [Commits](https://github.com/rust-vmm/kvm/commits) --- updated-dependencies: - dependency-name: kvm-ioctls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6c07c3 commit 3d27d9c

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

Cargo.lock

Lines changed: 13 additions & 4 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
@@ -74,7 +74,7 @@ seccompiler = { version = "0.4.0", optional = true }
7474
mshv-bindings = { workspace = true, optional = true }
7575
mshv-ioctls = { workspace = true, optional = true }
7676
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers"], optional = true }
77-
kvm-ioctls = { version = "0.19.1", optional = true }
77+
kvm-ioctls = { version = "0.20.0", optional = true }
7878

7979
[dev-dependencies]
8080
uuid = { version = "1.12.1", features = ["v4"] }

0 commit comments

Comments
 (0)