Updated lofty and tempfile (#38)

Reviewed-on: #38
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-06-29 19:30:29 +00:00
committed by phoenix
parent f51b3a0c4e
commit 5288b5de30
2 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -211,9 +211,9 @@ dependencies = [
[[package]] [[package]]
name = "tempfile" name = "tempfile"
version = "3.19.1" version = "3.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
dependencies = [ dependencies = [
"fastrand", "fastrand",
"getrandom", "getrandom",
+2 -2
View File
@@ -5,7 +5,7 @@ edition = "2024"
rust-version = "1.88" rust-version = "1.88"
[dependencies] [dependencies]
lofty = { version = "0.22.3" } lofty = { version = "0.22.4" }
[dev-dependencies] [dev-dependencies]
tempfile = { version = "3.19.1" } tempfile = { version = "3.20.0" }