fix(deps): update rust crate mcaptcha_pow_sha256 to 0.5.0 #6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -800,9 +800,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mcaptcha_pow_sha256"
|
name = "mcaptcha_pow_sha256"
|
||||||
version = "0.4.0"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "da77f893cceca2fb8f47064749c8a12013a71a56a1c97adc975bf6b053d4bd51"
|
checksum = "88b007473b7f3ef294022e8034f309b31ff0ba4c891c3bdf9dea7cd223f8ba45"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode",
|
"bincode",
|
||||||
"derive_builder",
|
"derive_builder",
|
||||||
|
|
|
@ -10,7 +10,7 @@ edition = "2021"
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mcaptcha_pow_sha256 = "0.4.0"
|
mcaptcha_pow_sha256 = "0.5.0"
|
||||||
clap = { version = "4.4", features = ["derive"] }
|
clap = { version = "4.4", features = ["derive"] }
|
||||||
tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] }
|
tokio = { version = "1.33", features = ["rt", "rt-multi-thread", "macros"] }
|
||||||
reqwest = { version = "0.11.18", features = ["json", "gzip", "native-tls-vendored"] }
|
reqwest = { version = "0.11.18", features = ["json", "gzip", "native-tls-vendored"] }
|
||||||
|
|
Loading…
Reference in a new issue