Skip to content

Commit af5759e

Browse files
Bump kvm-bindings from 0.13.0 to 0.14.0
Bumps [kvm-bindings](https://github.com/rust-vmm/kvm) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/rust-vmm/kvm/releases) - [Commits](rust-vmm/kvm@kvm-bindings-v0.13.0...kvm-bindings-v0.14.0) --- updated-dependencies: - dependency-name: kvm-bindings dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00d620b commit af5759e

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
@@ -74,7 +74,7 @@ lazy_static = "1.4.0"
7474

7575
[target.'cfg(unix)'.dependencies]
7676
seccompiler = { version = "0.5.0", optional = true }
77-
kvm-bindings = { version = "0.13", features = ["fam-wrappers"], optional = true }
77+
kvm-bindings = { version = "0.14", features = ["fam-wrappers"], optional = true }
7878
kvm-ioctls = { version = "0.23", 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}

0 commit comments

Comments
 (0)