Merge pull request #1510 from comit-network/dependabot/cargo/tempfile-3.9.0

build(deps): bump tempfile from 3.8.1 to 3.9.0
This commit is contained in:
Byron Hambly 2023-12-29 15:51:42 +02:00 committed by GitHub
commit 8387fb8c3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -4449,15 +4449,15 @@ dependencies = [
[[package]]
name = "tempfile"
version = "3.8.1"
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
dependencies = [
"cfg-if 1.0.0",
"fastrand",
"redox_syscall 0.4.1",
"rustix",
"windows-sys 0.48.0",
"windows-sys 0.52.0",
]
[[package]]