diff --git a/Cargo.lock b/Cargo.lock index 766a1ad016..3e3926ec6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5203,15 +5203,16 @@ checksum = "06f6b473c37f9add4cf1df5b4d66a8ef58ab6c895f1a3b3f949cf3e21230140e" [[package]] name = "tempfile" -version = "3.5.0" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" +checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" dependencies = [ + "autocfg", "cfg-if 1.0.0", "fastrand", "redox_syscall 0.3.5", "rustix 0.37.19", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3cd6060037..49f3b97bd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ atty = "0.2" [dev-dependencies] nu-test-support = { path = "./crates/nu-test-support", version = "0.82.1" } -tempfile = "3.5" +tempfile = "3.6" assert_cmd = "2.0" criterion = "0.5" pretty_assertions = "1.0"