diff --git a/Cargo.lock b/Cargo.lock index 05cfa3f7..abac23f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,9 +466,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.0" +version = "3.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" +checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" dependencies = [ "fastrand", "getrandom 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index eaadd783..c1aac8ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,4 +52,4 @@ fdt = "0.1.5" dirs = "6.0.0" rand = "0.9.0" ssh2 = { version = "0.9.5", features = ["vendored-openssl"] } -tempfile = "3.19.0" +tempfile = "3.19.1"