Updated lofty and tempfile (#38)
Some checks failed
Rust Build / Check (pull_request) Successful in 27s
Rust Build / Rustfmt (push) Successful in 28s
Rust Build / Clippy (push) Successful in 29s
Rust Build / build (push) Successful in 33s
Rust Build / Test Suite (pull_request) Failing after 32s
Rust Build / Rustfmt (pull_request) Successful in 26s
Rust Build / Check (push) Successful in 27s
Release Tagging / release (push) Successful in 32s
Rust Build / Test Suite (push) Successful in 28s
Rust Build / Clippy (pull_request) Successful in 27s
Rust Build / build (pull_request) Successful in 29s

Reviewed-on: #38
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
2025-06-29 19:30:29 +00:00
committed by phoenix
parent f51b3a0c4e
commit 5288b5de30
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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" }