Compare commits

...
10 Commits
Author SHA1 Message Date
phoenix b04bbe2137 Changing file key of processed coverart
pr CI / Test Suite (pull_request) Successful in 4m10s
2026-08-15 11:18:13 -04:00
phoenix 12b3cd6ebc cargo update 2026-08-15 11:17:55 -04:00
phoenix 952755aaba bump: labyrinth 2026-08-15 11:08:04 -04:00
phoenix a3cef94108 bump: sienvy 2026-08-15 11:07:49 -04:00
phoenix b25fbc213d bump: simeta 2026-08-15 11:07:17 -04:00
phoenix 4dad8d2be4 bump: time 2026-08-15 11:06:55 -04:00
phoenix 4fbd8fc2bc bump: uuid 2026-08-15 11:06:26 -04:00
phoenix 430cb4ee60 bump: futures 2026-08-15 11:05:57 -04:00
phoenix d5c7fa6c2b bump: tokio-util 2026-08-15 11:04:49 -04:00
phoenix e98742fa95 bump: tokio 2026-08-15 11:04:20 -04:00
3 changed files with 216 additions and 214 deletions
Generated
+207 -205
View File
File diff suppressed because it is too large Load Diff
+8 -8
View File
@@ -12,24 +12,24 @@ axum-extra = { version = "0.12.6", features = ["cookie"] }
openssl = { version = "0.10.81", features = ["vendored"] }
serde = { version = "1.0.229", features = ["derive"] }
serde_json = { version = "1.0.151" }
tokio = { version = "1.52.3", features = ["full"] }
tokio-util = { version = "0.7.18", features = ["io"] }
tokio = { version = "1.53.1", features = ["full"] }
tokio-util = { version = "0.7.19", features = ["io"] }
tower = { version = "0.5.3", features = ["full"] }
tower-http = { version = "0.7.0", features = ["cors", "timeout"] }
tracing-subscriber = "0.3.23"
futures = { version = "0.3.32" }
futures = { version = "0.3.34" }
mime_guess = { version = "2.0.5" }
uuid = { version = "1.24.0", features = ["v4", "serde"] }
uuid = { version = "1.24.1", features = ["v4", "serde"] }
sqlx = { version = "0.9.0", features = ["postgres", "runtime-tokio", "tls-native-tls", "time", "uuid"] }
time = { version = "0.3.54", features = ["formatting", "macros", "parsing", "serde"] }
time = { version = "0.3.55", features = ["formatting", "macros", "parsing", "serde"] }
jsonwebtoken = { version = "10.3.0", features = ["rust_crypto"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.5.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
simeta = { git = "ssh://git@git.kundeng.us/phoenix/simeta.git", tag = "v0.6.1-main-b690995806-680" }
simeta = { git = "ssh://git@git.kundeng.us/phoenix/simeta.git", tag = "v0.6.2" }
simodels = { git = "ssh://git@git.kundeng.us/phoenix/simodels.git", tag = "v0.11.4" }
sienvy = { git = "ssh://git@git.kundeng.us/phoenix/sienvy.git", tag = "v0.8.0-main-d06c8fdf49-006" }
labyrinth = { git = "ssh://git@git.kundeng.us/phoenix/labyrinth.git", tag = "v0.0.4" }
sienvy = { git = "ssh://git@git.kundeng.us/phoenix/sienvy.git", tag = "v0.8.1" }
labyrinth = { git = "ssh://git@git.kundeng.us/phoenix/labyrinth.git", tag = "v0.0.5" }
[dev-dependencies]
common-multipart-rfc7578 = { version = "0.7.0" }
+1 -1
View File
@@ -99,7 +99,7 @@ pub mod endpoint {
raw_data: data,
..Default::default()
};
let new_file_key = format!("processed/song/{filename}");
let new_file_key = format!("processed/coverart/{filename}");
match lr.upload(&new_file_key, &data).await {
Ok(_resp) => {