From 5288b5de3061fe303bb5318dc484b458d5eb4034 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 29 Jun 2025 19:30:29 +0000 Subject: [PATCH] Updated lofty and tempfile (#38) Reviewed-on: https://git.kundeng.us/phoenix/icarus_meta/pulls/38 Co-authored-by: phoenix Co-committed-by: phoenix --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc173ba..df265a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,9 +211,9 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.19.1" +version = "3.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" +checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" dependencies = [ "fastrand", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 5c56dc4..e6b87a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" rust-version = "1.88" [dependencies] -lofty = { version = "0.22.3" } +lofty = { version = "0.22.4" } [dev-dependencies] -tempfile = { version = "3.19.1" } +tempfile = { version = "3.20.0" }