Change download logic to just opening file

Co-authored-by: Kurbanov Bulat <kurbanovbul@gmail.com>
This commit is contained in:
Шатунов Антон
2024-05-07 02:13:17 +03:00
parent dbd4b547c6
commit e18d9555a6
4 changed files with 20 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"]}
tower-http = { version = "0.5.2", features = ["trace"] }
sentry-tracing = "0.32.3"
tokio = "1.37.0"
tokio = { version = "1.37.0", features = [ "full" ] }
tokio-util = { version = "0.7.11", features = [ "full" ] }
axum-prometheus = "0.6.1"