diff --git a/Cargo.lock b/Cargo.lock index c20cc688d..d1d196124 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,9 +198,9 @@ dependencies = [ [[package]] name = "cargo-zigbuild" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62c7a684a073770cf281a394dc95a87c9ece9619fd6742619bdedfc47422aa92" +checksum = "fa1c1972c286bca3f372afc606fc2ca23753e4cbd448d290daf3cc5314bfeb2b" dependencies = [ "anyhow", "cargo-options", @@ -1677,15 +1677,6 @@ version = "0.6.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" -[[package]] -name = "remove_dir_all" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" -dependencies = [ - "winapi", -] - [[package]] name = "rfc2047-decoder" version = "0.2.1" @@ -2040,16 +2031,15 @@ checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" [[package]] name = "tempfile" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" +checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" dependencies = [ "cfg-if", "fastrand", - "libc", "redox_syscall", - "remove_dir_all", - "winapi", + "rustix", + "windows-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 59081c183..f15a63b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ clap = { version = "4.0.0", features = ["derive", "env", "wrap_help"] } clap_complete_command = { version = "0.4.0", optional = true } # cross compile -cargo-zigbuild = { version = "0.16.1", default-features = false, optional = true } +cargo-zigbuild = { version = "0.16.2", default-features = false, optional = true } cargo-xwin = { version = "0.14.0", default-features = false, optional = true } # log