handle libmcaptcha actor errors

This commit is contained in:
realaravinth
2021-08-20 18:15:55 +05:30
parent 6ef941f73d
commit 068c49080e
6 changed files with 50 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ members = [
actix-web = "4.0.0-beta.8"
actix = "0.12"
actix-identity = "0.4.0-beta.2"
actix-http = "3.0.0-beta.8"
actix-http = "3.0.0-beta.9"
actix-rt = "2"
actix-cors = "0.6.0-beta.2"
actix-service = "2.0.0"
@@ -42,6 +42,7 @@ rust-embed = "6.0.0"
cache-buster = { git = "https://github.com/realaravinth/cache-buster" }
futures = "0.3.15"
tokio = { version = "1", features = ["sync"]}
sqlx = { version = "0.5.5", features = [ "runtime-actix-rustls", "postgres", "time", "offline" ] }
argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"}