diff --git a/Cargo.lock b/Cargo.lock index 5c52341e1..6f1848ec6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2615,9 +2615,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" +checksum = "a40f762a77d2afa88c2d919489e390a12bdd261ed568e60cfa7e48d4e20f0d33" dependencies = [ "cfg-if", "fastrand", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 02a964fa0..dd3648158 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -45,7 +45,7 @@ crossbeam-channel = "0.5.14" thiserror = "2.0.11" prometheus = "0.13.3" strum = { version = "0.27", features = ["derive"] } -tempfile = { version = "3.16", optional = true } +tempfile = { version = "3.17", optional = true } serde_yaml = "0.9" anyhow = "1.0" @@ -85,7 +85,7 @@ signal-hook-registry = "1.4.1" envy = { version = "0.4.2" } serde = "1.0" proptest = "1.6.0" -tempfile = "3.16.0" +tempfile = "3.17.0" crossbeam-queue = "0.3.12" tracing-serde = "0.2.0" serial_test = "3.1.1"