Switch to streaming the uploaded file to disk
This commit is contained in:
@@ -10,11 +10,13 @@ serde = { version = "1.0.210", features = ["derive"] }
|
||||
steam-openid = "0.2.0"
|
||||
time = { version = "0.3.36", features = ["formatting", "parsing"] }
|
||||
tokio = { version = "1.40.0", features = ["rt", "macros", "net", "mio", "rt-multi-thread"] }
|
||||
tokio-util = { version = "0.7", features = ["io"]}
|
||||
tower-sessions = "0.13.0"
|
||||
tower-http = { version = "0.6", features = ["fs"] }
|
||||
tracing = { version = "0.1.40", features = ["async-await"] }
|
||||
tracing-subscriber = "0.3.18"
|
||||
futures-util = "0.3"
|
||||
futures = "0.3"
|
||||
|
||||
diesel = { version = "2.2", features = ["serde_json", "chrono"] }
|
||||
diesel-async = { version = "0.5", features = ["postgres"] }
|
||||
|
||||
Reference in New Issue
Block a user