diff --git a/Cargo.lock b/Cargo.lock index 6ded38ac..63a20634 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1784,7 +1784,8 @@ checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" [[package]] name = "libmcaptcha" version = "0.2.4" -source = "git+https://github.com/mCaptcha/libmcaptcha?tag=0.2.4#681a5c6380373440f56f4c0bda2ffac5654df773" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3bd24de3df9ea98d75d929dc4df5d637832213d3deb61d2cfa5c9055ccdaea6b" dependencies = [ "actix", "crossbeam-channel", diff --git a/Cargo.toml b/Cargo.toml index ad33aa8e..66efa6c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,8 +59,7 @@ log = "0.4" lazy_static = "1.4" -libmcaptcha = { tag = "0.2.4", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"] } -#libmcaptcha = { path = "../libmcaptcha", features = ["full"]} +libmcaptcha = "0.2.4" rand = "0.8" diff --git a/db/db-core/Cargo.toml b/db/db-core/Cargo.toml index ab6156ad..72561de7 100644 --- a/db/db-core/Cargo.toml +++ b/db/db-core/Cargo.toml @@ -13,8 +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.4", git = "https://github.com/mCaptcha/libmcaptcha", features = ["minimal"], default-features = false, tag = "0.2.4"} -#libmcaptcha = { branch = "master", git = "https://github.com/mCaptcha/libmcaptcha", features = ["full"] } +libmcaptcha = "0.2.4" [features] default = []