Skip to content

Commit 4fff898

Browse files
committed
chore: bump dependencies
Mainly to update vmm-sys-util to 0.14.0 version. Signed-off-by: Babis Chalios <[email protected]>
1 parent b2eaf98 commit 4fff898

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ xen = ["backend-mmap", "bitflags", "vmm-sys-util"]
2323
libc = { version = "0.2.39", optional = true }
2424
arc-swap = { version = "1.0.0", optional = true }
2525
bitflags = { version = "2.4.0", optional = true }
26-
thiserror = "1.0.40"
27-
vmm-sys-util = { version = "0.12.1", optional = true }
26+
thiserror = "2.0.12"
27+
vmm-sys-util = { version = "0.14.0", optional = true }
2828

2929
[target.'cfg(target_family = "windows")'.dependencies.winapi]
3030
version = "0.3"
3131
features = ["errhandlingapi", "sysinfoapi"]
3232

3333
[dev-dependencies]
34-
criterion = "0.5.0"
34+
criterion = "0.6.0"
3535
matches = "0.1.0"
36-
vmm-sys-util = "0.12.1"
36+
vmm-sys-util = "0.14.0"
3737

3838
[[bench]]
3939
name = "main"

0 commit comments

Comments
 (0)