diff --git a/Cargo.lock b/Cargo.lock index 8d8a9a3..bd5838e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1638,14 +1638,15 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.10.1" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if", "fastrand 2.1.0", + "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2157,6 +2158,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-targets" version = "0.48.5" diff --git a/axoupdater-cli/Cargo.toml b/axoupdater-cli/Cargo.toml index e61153b..d8f68c4 100644 --- a/axoupdater-cli/Cargo.toml +++ b/axoupdater-cli/Cargo.toml @@ -26,7 +26,7 @@ axoasset = { version = "1.0.0", default-features = false, features = [ ] } axoprocess = "0.2.0" camino = { version = "1.1.7", features = ["serde1"] } -tempfile = "3.10.1" +tempfile = "3.12.0" tokio = { version = "1.36.0", features = ["full"] } [[bin]]