update: using akm

This commit is contained in:
Maix0 2025-08-03 21:25:18 +02:00
parent 2714eb0585
commit 4b421ebe9e
3 changed files with 348 additions and 284 deletions

View file

@ -4,18 +4,18 @@ version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.8.1", features = ["multipart", "macros"] }
axum-extra = { version = "0.10.0", features = ["cookie-private"] }
axum = { version = "0.8.4", features = ["multipart", "macros"] }
axum-extra = { version = "0.10.1", features = ["cookie-private"] }
base64 = "0.22.1"
color-eyre = "0.6.3"
http = "1.2.0"
color-eyre = "0.6.5"
http = "1.3.1"
pct-str = "2.0.0"
rand = "0.8.5"
reqwest = { version = "0.12.12", features = ["json", "default-tls"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
time = "0.3.37"
tokio = { version = "1.43.0", features = ["full"] }
tower-http = { version = "0.6.2", features = ["trace"] }
rand = "0.9.2"
reqwest = { version = "0.12.22", features = ["json", "default-tls"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.142"
time = "0.3.41"
tokio = { version = "1.47.1", features = ["full"] }
tower-http = { version = "0.6.6", features = ["trace"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"