chore: update vmm-sys-util to 0.15.0

update vmm-sys-util to 0.15.0

Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
This commit is contained in:
Egor Lazarchuk
2025-11-05 17:10:42 +00:00
committed by ShadowCurse
parent 936b18fce6
commit 87d0d801a4
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@@ -10,9 +10,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.66" version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[package]] [[package]]
name = "micro_http" name = "micro_http"
@@ -24,9 +24,9 @@ dependencies = [
[[package]] [[package]]
name = "vmm-sys-util" name = "vmm-sys-util"
version = "0.14.0" version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d21f366bf22bfba3e868349978766a965cbe628c323d58e026be80b8357ab789" checksum = "506c62fdf617a5176827c2f9afbcf1be155b03a9b4bf9617a60dbc07e3a1642f"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"libc", "libc",

View File

@@ -7,4 +7,4 @@ edition = "2021"
[dependencies] [dependencies]
libc = "0.2.66" libc = "0.2.66"
vmm-sys-util = "0.14.0" vmm-sys-util = "0.15.0"