Update Rust crate tempfile to 3.10.1

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-02-26 23:03:23 +00:00
parent 7d377544a5
commit 47910549eb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1618,9 +1618,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.10.0" version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"fastrand", "fastrand",

View File

@ -10,7 +10,7 @@ poise = "0.6.1"
reqwest = { version = "0.11.24", features = ["json"] } reqwest = { version = "0.11.24", features = ["json"] }
serde_json = "1.0.114" serde_json = "1.0.114"
serenity = "0.12.0" serenity = "0.12.0"
tempfile = "3.10.0" tempfile = "3.10.1"
sysinfo = "0.30.5" sysinfo = "0.30.5"
tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] } tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] }
uptime_lib = "0.3.0" uptime_lib = "0.3.0"