Compare commits

..
6 Commits
Author SHA1 Message Date
phoenix fb68602b5d bump: icarus_models
songparser / Check (pull_request) Successful in 1m0s
songparser / Rustfmt (pull_request) Successful in 49s
songparser / Clippy (pull_request) Successful in 1m47s
songparser / build (pull_request) Successful in 1m28s
songparser / Test Suite (pull_request) Successful in 2m40s
2026-07-07 22:32:49 -04:00
phoenix 0d5ed853f4 bump: icarus_meta 2026-07-07 22:32:06 -04:00
phoenix 336ea54c4c bump: reqwest 2026-07-07 22:29:58 -04:00
phoenix cbc5a11669 bump: uuid 2026-07-07 22:29:15 -04:00
phoenix 13e32174d5 bump: time 2026-07-07 22:28:53 -04:00
phoenix 5d98bbf7c4 bump: serde_json 2026-07-07 22:28:22 -04:00
2 changed files with 155 additions and 488 deletions
Generated
+149 -482
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -7,11 +7,11 @@ rust-version = "1.95"
[dependencies]
tokio = { version = "1.52.3", features = ["full"] }
futures = { version = "0.3.32" }
reqwest = { version = "0.13.3", features = ["json", "stream", "multipart"] }
reqwest = { version = "0.13.4", features = ["json", "stream", "multipart"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = { version = "1.0.149" }
time = { version = "0.3.47", features = ["macros", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.6.0" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.11.1" }
serde_json = { version = "1.0.150" }
time = { version = "0.3.53", features = ["macros", "serde"] }
uuid = { version = "1.23.4", features = ["v4", "serde"] }
icarus_meta = { git = "ssh://git@git.kundeng.us/phoenix/icarus_meta.git", tag = "v0.6.1" }
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.11.3" }
icarus_envy = { git = "ssh://git@git.kundeng.us/phoenix/icarus_envy.git", tag = "v0.7.0" }