diff --git a/Cargo.lock b/Cargo.lock index 07a1b87b..05cfa3f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,11 +466,10 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.18.0" +version = "3.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c317e0a526ee6120d8dabad239c8dadca62b24b6f168914bbbc8e2fb1f0e567" +checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" dependencies = [ - "cfg-if", "fastrand", "getrandom 0.3.1", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 833e7c28..eaadd783 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.18.0" +tempfile = "3.19.0"