Update Rust crate tempfile to 3.9.0

PR created by Renovate Bot.
This commit is contained in:
Renovate 2023-12-28 03:31:44 +00:00
parent 5d8dda4ca9
commit 2bd60593e7
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1662,15 +1662,15 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
[[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",
"fastrand",
"redox_syscall",
"rustix",
"windows-sys 0.48.0",
"windows-sys 0.52.0",
]
[[package]]

View File

@ -10,7 +10,7 @@ poise = "0.5.7"
reqwest = "0.11.23"
serde_json = "1.0.108"
serenity = "0.12.0"
tempfile = "3.8.1"
tempfile = "3.9.0"
tokio = { version = "1.35.1", features = ["macros", "signal", "rt-multi-thread"] }
[[bin]]