m_captcha bump and gc config in settings

This commit is contained in:
realaravinth
2021-03-24 14:31:11 +05:30
parent 8d2d81ed76
commit d012fec687
5 changed files with 217 additions and 206 deletions

View File

@@ -25,15 +25,15 @@ path = "./src/tests-migrate.rs"
[dependencies]
actix-web = "3"
actix = "0.10"
actix = "0.11"
actix-identity = "0.3"
actix-http = "2.2"
sqlx = { version = "0.4.0", features = [ "runtime-actix-rustls", "postgres" ] }
sqlx = { version = "0.5.0", features = [ "runtime-actix-rustls", "postgres" ] }
argon2-creds = { version = "0.2", git = "https://github.com/realaravinth/argon2-creds", commit = "61f2d1d" }
config = "0.10"
validator = { version = "0.12", features = ["derive"]}
config = "0.11"
validator = { version = "0.13", features = ["derive"]}
derive_builder = "0.9"
derive_more = "0.99"
@@ -49,10 +49,10 @@ log = "0.4"
lazy_static = "1.4"
m_captcha = { version = "0.1.1", git = "https://github.com/mCaptcha/mCaptcha" }
m_captcha = { version = "0.1.2", git = "https://github.com/mCaptcha/mCaptcha" }
rand = "0.8"
[dev-dependencies]
actix-rt = "1"
actix-rt = "2"