fix uploads
Some checks failed
/ upload (release) Has been cancelled

This commit is contained in:
pavel 2026-02-27 16:28:30 +01:00
commit 24975c2e0d
7 changed files with 117 additions and 52 deletions

View file

@ -17,7 +17,7 @@ sea-orm-migration = { version = "1.1", default-features = false, features = ["sq
serde = { version = "1", features = ["derive"] }
serde_json = "1"
futures-util = "0.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1", features = ["fs", "io-util", "macros", "rt-multi-thread"] }
tower-http = { version = "0.6", features = ["trace", "fs"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }