You've already forked AstralRinth
forked from didirus/AstralRinth
Fix deps, download URLs, remove duplicate deps (#310)
This commit is contained in:
@@ -13,11 +13,11 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
actix = "0.12.0"
|
||||
actix-web = "4.0.0-rc.2"
|
||||
actix-web = "4.0.0"
|
||||
actix-rt = "2.6.0"
|
||||
tokio-stream = "0.1.8"
|
||||
actix-multipart = "0.4.0-beta.13"
|
||||
actix-cors = "0.6.0-beta.8"
|
||||
actix-multipart = "0.4.0"
|
||||
actix-cors = "0.6.0"
|
||||
|
||||
meilisearch-sdk = "0.6.0"
|
||||
reqwest = { version = "0.11.9", features = ["json"] }
|
||||
@@ -36,6 +36,7 @@ sha1 = { version = "0.6.0", features = ["std"] }
|
||||
sha2 = "0.9.2"
|
||||
bitflags = "1.2.1"
|
||||
zip = "0.5.12"
|
||||
itertools = "0.10.3"
|
||||
|
||||
validator = { version = "0.13", features = ["derive"] }
|
||||
regex = "1.5.4"
|
||||
@@ -59,4 +60,4 @@ sqlx = { version = "0.5.10", features = ["runtime-actix-rustls", "postgres", "ch
|
||||
bytes = "1.1.0"
|
||||
|
||||
dashmap = "4.0.2"
|
||||
hex = "0.4.3"
|
||||
hex = "0.4.3"
|
||||
|
||||
Reference in New Issue
Block a user