From e9828fb55d8191d2ab81870ad7e339b0005b130c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Oct 2025 00:41:31 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.51 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b8d097..7bb7ed5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" +checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" dependencies = [ "clap_builder", "clap_derive", @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" +checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 28ffdc2..a884dee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] log = "0.4.28" env_logger = "0.11.8" -clap = { version = "4.5.50", features = ["env", "derive"] } +clap = { version = "4.5.51", features = ["env", "derive"] } tokio = { version = "1.48.0", features = ["full"] } tokio-rustls = { version = "0.26.4", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.13.0"