feat: bump libmcaptcha and pow_sha256

This commit is contained in:
realaravinth
2022-08-09 02:51:40 +05:30
parent cd6cecfe4a
commit ce1b3b0856
3 changed files with 130 additions and 112 deletions

View File

@@ -13,7 +13,7 @@ async-trait = "0.1.51"
thiserror = "1.0.30"
serde = { version = "1", features = ["derive"]}
url = { version = "2.2.2", features = ["serde"] }
libmcaptcha = { branch = "master", git = "https://github.com/mCaptcha/libmcaptcha", features = ["minimal"], default-features = false }
libmcaptcha = { version = "0.2.1", git = "https://github.com/mCaptcha/libmcaptcha", features = ["minimal"], default-features = false, tag = "0.2.1"}
[features]
default = []