feat: bump libmcaptcha

This commit is contained in:
realaravinth
2022-08-09 16:29:05 +05:30
parent 8c576d2b07
commit f8e6bdf229
3 changed files with 4 additions and 4 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 = { version = "0.2.1", git = "https://github.com/mCaptcha/libmcaptcha", features = ["minimal"], default-features = false, tag = "0.2.1"}
libmcaptcha = { version = "0.2.2", git = "https://github.com/mCaptcha/libmcaptcha", features = ["minimal"], default-features = false, tag = "0.2.2"}
[features]
default = []