mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-14 05:19:21 +00:00
cargo: Agent cargo.lock updated
The Cargo.lock for agent needs to be updated to include "safe-path" dependency. Fixes: #8350 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
1
src/agent/Cargo.lock
generated
1
src/agent/Cargo.lock
generated
@@ -1202,6 +1202,7 @@ dependencies = [
|
|||||||
"oci",
|
"oci",
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"rand",
|
"rand",
|
||||||
|
"safe-path",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"slog",
|
"slog",
|
||||||
"slog-scope",
|
"slog-scope",
|
||||||
|
Reference in New Issue
Block a user