From b9acb61d9da446131becbc1f78aa8dc589604b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:16:47 +0000 Subject: [PATCH] Bump tempfile from 3.6.0 to 3.7.0 (#9780) --- Cargo.lock | 14 +++++--------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2feb67ae09..9a99925622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1207,12 +1207,9 @@ checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" [[package]] name = "fastrand" -version = "1.9.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" -dependencies = [ - "instant", -] +checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "fd-lock" @@ -5012,15 +5009,14 @@ checksum = "06f6b473c37f9add4cf1df5b4d66a8ef58ab6c895f1a3b3f949cf3e21230140e" [[package]] name = "tempfile" -version = "3.6.0" +version = "3.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" +checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" dependencies = [ - "autocfg", "cfg-if", "fastrand", "redox_syscall 0.3.5", - "rustix 0.37.23", + "rustix 0.38.3", "windows-sys 0.48.0", ] diff --git a/Cargo.toml b/Cargo.toml index 0a9a1c7fd3..234fe21d76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ is-terminal = "0.4.8" [dev-dependencies] nu-test-support = { path = "./crates/nu-test-support", version = "0.82.1" } -tempfile = "3.6" +tempfile = "3.7" assert_cmd = "2.0" criterion = "0.5" pretty_assertions = "1.0"