diff --git a/Cargo.lock b/Cargo.lock index 8cf82135..71c86566 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,9 +465,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.20.0" +version = "3.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" +checksum = "15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 7f4109ac..404cd442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,4 +52,4 @@ fdt = "0.1.5" dirs = "6.0.0" rand = "0.9.2" ssh2 = { version = "0.9.5", features = ["vendored-openssl"] } -tempfile = "3.20.0" +tempfile = "3.21.0"