diff --git a/Cargo.lock b/Cargo.lock index b7ba8fc..5e627f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,10 +498,12 @@ dependencies = [ [[package]] name = "icarus_meta" -version = "0.4.0" -source = "git+ssh://git@git.kundeng.us/phoenix/icarus_meta.git?tag=v0.4.0#f372d059155691c0bac52594fa0d14867078e461" +version = "0.4.2" +source = "git+ssh://git@git.kundeng.us/phoenix/icarus_meta.git?tag=v0.4.2-main-71374eb731-680#71374eb73180966d11a7298df06fdc6e999c3c78" dependencies = [ + "imghdr", "lofty", + "rand", ] [[package]] @@ -625,6 +627,12 @@ dependencies = [ "icu_properties", ] +[[package]] +name = "imghdr" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8b35f3ad95576ac81603375dfe47a0450b70a368aa34d2b6e5bb0a0d7f02428" + [[package]] name = "indexmap" version = "2.12.0" @@ -1293,7 +1301,7 @@ dependencies = [ [[package]] name = "songparser" -version = "0.4.3" +version = "0.4.4" dependencies = [ "futures", "icarus_envy", diff --git a/Cargo.toml b/Cargo.toml index a08daae..77a8bbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "songparser" -version = "0.4.3" +version = "0.4.4" edition = "2024" rust-version = "1.90" @@ -13,6 +13,6 @@ serde_json = { version = "1.0.145" } time = { version = "0.3.44", features = ["macros", "serde"] } uuid = { version = "1.18.1", features = ["v4", "serde"] } rand = { version = "0.9.2" } -icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.4.0" } +icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.4.2-main-71374eb731-680" } icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.8.0" } icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.5.0" }