From 47910549eb608ef8b8d9446af78b0587358e85ba Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 26 Feb 2024 23:03:23 +0000 Subject: [PATCH] Update Rust crate tempfile to 3.10.1 PR created by Renovate Bot. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b37292..9d95660 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1618,9 +1618,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "tempfile" -version = "3.10.0" +version = "3.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a365e8cd18e44762ef95d87f284f4b5cd04107fec2ff3052bd6a3e6069669e67" +checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index fb70172..c47f505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ poise = "0.6.1" reqwest = { version = "0.11.24", features = ["json"] } serde_json = "1.0.114" serenity = "0.12.0" -tempfile = "3.10.0" +tempfile = "3.10.1" sysinfo = "0.30.5" tokio = { version = "1.36.0", features = ["macros", "signal", "rt-multi-thread"] } uptime_lib = "0.3.0" -- 2.34.1