commit ff7297d670fc3b98a5ff2a6b216381b771471a2e
parent 023825edef37223e31877cc55795ebdb2498d28a
Author: mtmn <miro@haravara.org>
Date: Tue, 21 Apr 2026 01:54:17 +0200
fix: update lofty to 0.24.0
Former-commit-id: 9ff2203e2585dc0fe40bfbfa410b44a40053a495
Former-commit-id: 922c9715018ce68019b756a71b34a67934dc3345
Former-commit-id: 29f457f14cb667352d1501ae9757679204d94e2c
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/hakunadata/Cargo.toml b/hakunadata/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0"
clap = { version = "4.4", features = ["derive"] }
-lofty = "0.23.3"
+lofty = "0.24.0"
reqwest = { version = "0.13", features = ["json", "native-tls", "query"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
diff --git a/mack/Cargo.toml b/mack/Cargo.toml
@@ -14,7 +14,7 @@ license = "MIT"
clap = { version = "4.5.54", features = ["std", "derive", "help"], default-features = false }
regex = "1.12.2"
anyhow = "1.0.100"
-lofty = "0.23.3"
+lofty = "0.24.0"
funcfmt = "0.3.0"
cow-utils = "0.1.3"
rayon = "1.11.0"
diff --git a/matchakey/Cargo.toml b/matchakey/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2024"
anyhow = "1.0.101"
clap = { version = "4.5.57", features = ["derive"] }
colored = "3.1.1"
-lofty = "0.23.3"
+lofty = "0.24.0"
rand = "0.10.0"
rayon = "1.10"
regex = "1.12.3"
diff --git a/virittaa/Cargo.toml b/virittaa/Cargo.toml
@@ -12,7 +12,7 @@ noisy_float = "0.2.0"
anyhow = "1.0.45"
clap = { version = "4.5.35", features = ["derive"] }
walkdir = "2.5"
-lofty = "0.23.3"
+lofty = "0.24.0"
rayon = "1.10"
jemallocator = "0.5"
indicatif = "0.18.3"