Skip to content

Commit bcb3952

Browse files
dependabot[bot]ludfjig
authored andcommitted
Bump vmm-sys-util from 0.13.0 to 0.14.0 (#523)
Bumps [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md) - [Commits](rust-vmm/vmm-sys-util@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: vmm-sys-util dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9327cb0 commit bcb3952

File tree

3 files changed

+8
-23
lines changed

3 files changed

+8
-23
lines changed

Cargo.lock

Lines changed: 7 additions & 17 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
@@ -34,7 +34,7 @@ tracing = { version = "0.1.41", features = ["log"] }
3434
tracing-log = "0.2.0"
3535
tracing-core = "0.1.33"
3636
hyperlight-common = { workspace = true, default-features = true }
37-
vmm-sys-util = "0.13.0"
37+
vmm-sys-util = "0.14.0"
3838
crossbeam = "0.8.0"
3939
crossbeam-channel = "0.5.15"
4040
thiserror = "2.0.12"

src/hyperlight_host/src/error.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,6 @@ pub enum HyperlightError {
150150
#[error("The flatbuffer is invalid")]
151151
InvalidFlatBuffer(#[from] InvalidFlatbuffer),
152152

153-
/// Error occurred in KVM Operation
154-
#[error("KVM Error {0:?}")]
155-
#[cfg(kvm)]
156-
KVMError(#[from] kvm_ioctls::Error),
157-
158153
/// Conversion of str to Json failed
159154
#[error("Conversion of str data to json failed")]
160155
JsonConversionFailure(#[from] serde_json::Error),

0 commit comments

Comments
 (0)