Bump tempfile from 3.5.0 to 3.6.0 (#9591)

This commit is contained in:
dependabot[bot] 2023-07-03 09:49:48 +00:00 committed by GitHub
parent 9d76bf97a3
commit 9998fa50a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@ -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]]

View File

@ -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"