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:
Archana Shinde
2023-11-01 11:54:33 -07:00
parent 4ede63fa4d
commit 58b4d1a264

1
src/agent/Cargo.lock generated
View File

@@ -1202,6 +1202,7 @@ dependencies = [
"oci",
"once_cell",
"rand",
"safe-path",
"serde_json",
"slog",
"slog-scope",