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

View File

@@ -6,10 +6,10 @@ license = "Apache-2.0"
version = "0.1.0"
[dependencies]
anyhow = "1.0.66"
byteorder = "1.4.3"
libc = "0.2.138"
log = "0.4.17"
anyhow = "1.0.81"
byteorder = "1.5.0"
libc = "0.2.153"
log = "0.4.21"
net_gen = { path = "../net_gen" }
thiserror = "1.0.37"
thiserror = "1.0.58"
vmm-sys-util = "0.12.1"