Update Rust crate tempfile to 3.9.0 #6

Merged
Renovate merged 1 commits from renovate/tempfile-3.x into master 2023-12-27 22:31:47 -05:00
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

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

View File

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