From ebc04877cb866f73cd81dce791b3cfbc3eb0694c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 05:19:36 +0000 Subject: [PATCH] build(deps): Bump kvm-bindings from 0.8.2 to 0.9.0 in the rust-vmm group Bumps the rust-vmm group with 1 update: [kvm-bindings](https://github.com/rust-vmm/kvm-bindings). Updates `kvm-bindings` from 0.8.2 to 0.9.0 - [Release notes](https://github.com/rust-vmm/kvm-bindings/releases) - [Changelog](https://github.com/rust-vmm/kvm-bindings/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/kvm-bindings/compare/v0.8.2...v0.9.0) --- updated-dependencies: - dependency-name: kvm-bindings dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-vmm ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f5515c0..b574e5f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -709,6 +709,12 @@ dependencies = [ "vmm-sys-util", ] +[[package]] +name = "kvm-bindings" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3c1030d8ce8a7ac5797738f98d6e16450d2ddd298b4555c492009108822d3bd" + [[package]] name = "kvm-ioctls" version = "0.17.0" @@ -716,7 +722,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bedae2ca4a531bebe311abaf9691f5cc14eaa21475243caa2e39c43bb872947d" dependencies = [ "bitflags 2.6.0", - "kvm-bindings", + "kvm-bindings 0.8.2", "libc", "vmm-sys-util", ] @@ -1446,7 +1452,7 @@ dependencies = [ "gdbstub", "gdbstub_arch", "hermit-entry", - "kvm-bindings", + "kvm-bindings 0.9.0", "kvm-ioctls", "libc", "log", diff --git a/Cargo.toml b/Cargo.toml index 997e8feb..27c198e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ rftrace-frontend = { version = "0.1", optional = true } sysinfo = { version = "0.30.13", default-features = false } [target.'cfg(target_os = "linux")'.dependencies] -kvm-bindings = "0.8" +kvm-bindings = "0.9" kvm-ioctls = "0.17" vmm-sys-util = "0.12"