diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index c99d63c873..2ebcfd3221 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -661,6 +661,7 @@ dependencies = [ "serde_json", "slog", "slog-scope", + "tempfile", ] [[package]] diff --git a/src/agent/rustjail/Cargo.toml b/src/agent/rustjail/Cargo.toml index 97c03d1e59..aea0f2fe8b 100644 --- a/src/agent/rustjail/Cargo.toml +++ b/src/agent/rustjail/Cargo.toml @@ -25,3 +25,4 @@ path-absolutize = "1.2.0" dirs = "3.0.1" anyhow = "1.0.32" cgroups = { git = "https://github.com/kata-containers/cgroups-rs", tag = "0.1.1"} +tempfile = "3.1.0"