Merge pull request 'fix(deps): update rust crate mcaptcha_pow_sha256 to 0.5.0' (#6) from renovate/mcaptcha_pow_sha256-0.x into master
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

Reviewed-on: #6
This commit is contained in:
Aravinth Manivannan 2024-06-07 23:12:51 +05:30
commit 97fbae2a7f
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -807,9 +807,9 @@ dependencies = [
[[package]]
name = "mcaptcha_pow_sha256"
version = "0.4.0"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da77f893cceca2fb8f47064749c8a12013a71a56a1c97adc975bf6b053d4bd51"
checksum = "88b007473b7f3ef294022e8034f309b31ff0ba4c891c3bdf9dea7cd223f8ba45"
dependencies = [
"bincode",
"derive_builder",

View file

@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
mcaptcha_pow_sha256 = "0.4.0"
mcaptcha_pow_sha256 = "0.5.0"
clap = { version = "4.4", features = ["derive"] }
tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] }
reqwest = { version = "0.11.18", features = ["json", "gzip", "native-tls-vendored"] }