diff --git a/Cargo.lock b/Cargo.lock index cdf49568..cca598fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -394,9 +394,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index 115f39a8..e7304680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,4 +49,4 @@ fdt = "0.1.5" dirs = "5.0.1" rand = "0.8.5" ssh2 = { version = "0.9.4", features = ["vendored-openssl"] } -tempfile = "3.10.0" +tempfile = "3.10.1"