Fix uploading (#305)

* Upgrade rust-s3 to fix tokio panics

* Run fmt

* Update deps
This commit is contained in:
Geometrically
2022-02-20 20:16:32 -07:00
committed by GitHub
parent 3ee144459f
commit 9492363b22
6 changed files with 416 additions and 812 deletions

View File

@@ -51,7 +51,7 @@ lazy_static = "1.4.0"
futures = "0.3.6"
futures-timer = "3.0.2"
rust-s3 = "0.26.1"
rust-s3 = "0.29.0"
async-trait = "0.1.41"
sqlx = { version = "0.5.10", features = ["runtime-actix-rustls", "postgres", "chrono", "offline", "macros", "migrate"] }