mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-02 13:44:33 +00:00
agent/rustjail: add tempfile crate as depedency
Add tempfile crate as depedency, it will be used in the following commits to create temporary directories for unit testing. Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
d756f52c73
commit
3dc9452bc6
1
src/agent/Cargo.lock
generated
1
src/agent/Cargo.lock
generated
@ -661,6 +661,7 @@ dependencies = [
|
|||||||
"serde_json",
|
"serde_json",
|
||||||
"slog",
|
"slog",
|
||||||
"slog-scope",
|
"slog-scope",
|
||||||
|
"tempfile",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -25,3 +25,4 @@ path-absolutize = "1.2.0"
|
|||||||
dirs = "3.0.1"
|
dirs = "3.0.1"
|
||||||
anyhow = "1.0.32"
|
anyhow = "1.0.32"
|
||||||
cgroups = { git = "https://github.com/kata-containers/cgroups-rs", tag = "0.1.1"}
|
cgroups = { git = "https://github.com/kata-containers/cgroups-rs", tag = "0.1.1"}
|
||||||
|
tempfile = "3.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user