build: Bulk update dependencies

Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
Rob Bradford
2024-04-06 08:47:54 +01:00
parent f409c4b63b
commit 7966925c1c
23 changed files with 404 additions and 470 deletions
+4 -4
View File
@@ -6,16 +6,16 @@ edition = "2021"
[dependencies]
acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" }
anyhow = "1.0.79"
anyhow = "1.0.81"
arch = { path = "../arch" }
bitflags = "2.4.2"
bitflags = "2.5.0"
byteorder = "1.5.0"
event_monitor = { path = "../event_monitor" }
hypervisor = { path = "../hypervisor" }
libc = "0.2.153"
log = "0.4.20"
log = "0.4.21"
pci = { path = "../pci" }
thiserror = "1.0.52"
thiserror = "1.0.58"
tpm = { path = "../tpm" }
versionize = "0.2.0"
versionize_derive = "0.1.6"