Fix update route (#364)

* Fix version updates route

* Run formatter, fix clippy, run prepare
This commit is contained in:
Geometrically
2022-06-08 21:17:17 -07:00
committed by GitHub
parent e497af4c26
commit f0ab40d748
4 changed files with 33 additions and 17 deletions

View File

@@ -16,6 +16,7 @@ path = "src/main.rs"
actix = "0.13.0"
actix-web = { git = "https://github.com/modrinth/actix-web", rev = "88c7c18" }
actix-rt = "2.7.0"
tokio = { version = "1.19.0", features = ["sync"] }
tokio-stream = "0.1.8"
actix-multipart = { git = "https://github.com/modrinth/actix-web", rev = "88c7c18" }
actix-cors = { git = "https://github.com/modrinth/actix-extras.git", rev = "34d301f" }