Skip to content

Commit d8d8602

Browse files
Bump kvm-bindings from 0.10.0 to 0.11.0
Bumps [kvm-bindings](https://github.com/rust-vmm/kvm) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/rust-vmm/kvm/releases) - [Changelog](https://github.com/rust-vmm/kvm/blob/v0.11.0/CHANGELOG.md) - [Commits](rust-vmm/kvm@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: kvm-bindings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc9cda5 commit d8d8602

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Cargo.lock

Lines changed: 11 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
@@ -71,7 +71,7 @@ windows-version = "0.1"
7171

7272
[target.'cfg(unix)'.dependencies]
7373
seccompiler = { version = "0.4.0", optional = true }
74-
kvm-bindings = { version = "0.10.0", features = ["fam-wrappers"], optional = true }
74+
kvm-bindings = { version = "0.11.0", features = ["fam-wrappers"], optional = true }
7575
kvm-ioctls = { version = "0.19.1", optional = true }
7676
mshv-bindings2 = { package="mshv-bindings", version = "=0.2.1", optional = true }
7777
mshv-ioctls2 = { package="mshv-ioctls", version = "=0.2.1", optional = true}

0 commit comments

Comments
 (0)