diff --git a/Cargo.lock b/Cargo.lock index 2cccfb44..67691a59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,9 +465,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.22.0" +version = "3.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84fa4d11fadde498443cca10fd3ac23c951f0dc59e080e9f4b93d4df4e4eea53" +checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index e4e14f76..b66d119a 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.22.0" +tempfile = "3.23.0"