feat: bump libmcaptcha

This commit is contained in:
realaravinth 2022-08-09 16:29:05 +05:30
parent 8c576d2b07
commit f8e6bdf229
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1605,8 +1605,8 @@ checksum = "da83a57f3f5ba3680950aa3cbc806fc297bc0b289d42e8942ed528ace71b8145"
[[package]]
name = "libmcaptcha"
version = "0.2.1"
source = "git+https://github.com/mCaptcha/libmcaptcha?tag=0.2.1#f3318e5babe021e7fc9ba0b93e9db3b45ff6160a"
version = "0.2.2"
source = "git+https://github.com/mCaptcha/libmcaptcha?tag=0.2.2#62841b383e3406113fb1ff1db67ee6aeafd8aaf4"
dependencies = [
"actix",
"crossbeam-channel",

View file

@ -59,7 +59,7 @@ log = "0.4"
lazy_static = "1.4"
libmcaptcha = { version = "0.2.1", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"], tag ="0.2.1" }
libmcaptcha = { version = "0.2.2", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"], tag ="0.2.2" }
#libmcaptcha = { path = "../libmcaptcha", features = ["full"]}
rand = "0.8"

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 = []