Skip to content

Commit 84c12c5

Browse files
committed
Update vmm-sys-util dependency
Signed-off-by: Tyler Fanelli <[email protected]>
1 parent a5bdff2 commit 84c12c5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/cpuid/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Amazon Firecracker team <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
vmm-sys-util = ">=0.11"
8+
vmm-sys-util = "0.12.1"
99

1010
[target.'cfg(target_os = "linux")'.dependencies]
1111
kvm-bindings = { version = ">=0.11", features = ["fam-wrappers"] }

src/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ bitflags = "1.2.0"
99
env_logger = "0.9.0"
1010
libc = ">=0.2.85"
1111
log = "0.4.0"
12-
vmm-sys-util = ">=0.11"
12+
vmm-sys-util = "0.12.1"

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ kvm-ioctls = ">=0.21"
5252
hvf = { path = "../hvf" }
5353

5454
[dev-dependencies]
55-
vmm-sys-util = ">=0.11"
55+
vmm-sys-util = "0.12.1"

0 commit comments

Comments
 (0)