diff --git a/Cargo.lock b/Cargo.lock index 52f9016dda..55a570e9f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4282,15 +4282,6 @@ version = "0.6.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244" -[[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 = "retain_mut" version = "0.1.9" @@ -5118,16 +5109,15 @@ dependencies = [ [[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 0.36.8", + "windows-sys 0.42.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6af1938229..0ebedd0813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ atty = "0.2" [dev-dependencies] nu-test-support = { path = "./crates/nu-test-support", version = "0.76.1" } -tempfile = "3.2.0" +tempfile = "3.4.0" assert_cmd = "2.0.2" criterion = "0.4" pretty_assertions = "1.0.0"