From 144aa691fa874b95e5891c8bfaf9f12d429edc2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 07:34:18 +0000 Subject: [PATCH] Bump clap from 4.5.51 to 4.5.53 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.51 to 4.5.53. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.51...clap_complete-v4.5.53) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.53 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a4a91f1..19546323 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -447,9 +447,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" +checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" dependencies = [ "clap_builder", "clap_derive", @@ -457,9 +457,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.51" +version = "4.5.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" +checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" dependencies = [ "anstyle", "clap_lex", diff --git a/Cargo.toml b/Cargo.toml index aaba4bf3..f6afe156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ base32 = "0.5.1" blake2 = "0.10.6" bitvec = { version = "1.0.1", features = ["serde"] } cfg-if = "1.0.3" -clap = { version = "4.5.45", default-features = false, features = ["derive", "std", "help", "usage"] } +clap = { version = "4.5.53", default-features = false, features = ["derive", "std", "help", "usage"] } criterion = { version = "0.7.0", features = ["html_reports"] } dashmap = "6.1.0" ed25519-consensus = "2.1.0"