diff --git a/CHANGELOG.md b/CHANGELOG.md index 1494f110..f79b9cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - deps: update dependency toolkit to v2.0.4(pr [#1249]) +- deps: update rust crate clap to 4.5.27(pr [#1250]) ## [3.0.5] - 2025-01-18 @@ -942,6 +943,7 @@ emitted if a tracing subscriber is not found. [#1247]: https://github.com/jerus-org/hcaptcha-rs/pull/1247 [#1248]: https://github.com/jerus-org/hcaptcha-rs/pull/1248 [#1249]: https://github.com/jerus-org/hcaptcha-rs/pull/1249 +[#1250]: https://github.com/jerus-org/hcaptcha-rs/pull/1250 [Unreleased]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.5...HEAD [3.0.5]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.4...v3.0.5 [3.0.4]: https://github.com/jerus-org/hcaptcha-rs/compare/v3.0.3...v3.0.4 diff --git a/Cargo.lock b/Cargo.lock index 939d9a94..b130f3e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,9 +282,9 @@ checksum = "bba18ee93d577a8428902687bcc2b6b45a56b1981a1f6d779731c86cc4c5db18" [[package]] name = "clap" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783" +checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796" dependencies = [ "clap_builder", "clap_derive", @@ -302,9 +302,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.26" +version = "4.5.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121" +checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 3ad093a2..69846e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ publish = false async-trait = "0.1.85" chrono = "0.4.39" claims = "0.8.0" -clap = "4.5.26" +clap = "4.5.27" clap-verbosity-flag = "3.0.2" color-eyre = "0.6.3" env_logger = "0.11.6"