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

@@ -14,8 +14,8 @@ igvm = []
[dependencies]
block = { path = "../block" }
devices = { path = "../devices" }
epoll = "4.3.1"
libc = "0.2.152"
epoll = "4.3.3"
libc = "0.2.153"
libfuzzer-sys = "0.4.7"
linux-loader = { version = "0.11.0", features = ["elf", "bzimage", "pe"] }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }