mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 12:44:39 +00:00
runtime-rs: update Cargo.lock
src/dragonball/Cargo.toml is updated and the Cargo.lock is not commited into repo. Fixes: #5280 Signed-off-by: Bin Liu <bin@hyper.sh>
This commit is contained in:
parent
901893163f
commit
457b0beaf0
5
src/runtime-rs/Cargo.lock
generated
5
src/runtime-rs/Cargo.lock
generated
@ -1430,9 +1430,9 @@ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "linux-loader"
|
name = "linux-loader"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "85feaf25cc99be9662ab951bc68a10ae4436dbc9ba931b7fcb4e8fde67d9aa24"
|
checksum = "62a2f912deca034ec34b0a43a390059ea98daac40e440ebe8bea88f3315fe168"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"vm-memory",
|
"vm-memory",
|
||||||
]
|
]
|
||||||
@ -2345,6 +2345,7 @@ dependencies = [
|
|||||||
"common",
|
"common",
|
||||||
"hyper",
|
"hyper",
|
||||||
"hyperlocal",
|
"hyperlocal",
|
||||||
|
"hypervisor",
|
||||||
"kata-types",
|
"kata-types",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"linux_container",
|
"linux_container",
|
||||||
|
Loading…
Reference in New Issue
Block a user