From f63e0dd97b6bfddd47f1a00a35a38f13e4ac652a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Aug 2025 00:12:29 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.43 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36bb9c6..27e7eff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -816,9 +816,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.42" +version = "4.5.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" +checksum = "50fd97c9dc2399518aa331917ac6f274280ec5eb34e555dd291899745c48ec6f" dependencies = [ "clap_builder", "clap_derive", @@ -826,9 +826,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.42" +version = "4.5.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" +checksum = "c35b5830294e1fa0462034af85cc95225a4cb07092c088c55bda3147cfcd8f65" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 36865d3..22cb9a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix-identity = "0.8.0" actix-web = "4.11.0" actix-session = { version = "0.10.1", features = ["cookie-session"] } actix-remote-ip = "0.1.0" -clap = { version = "4.5.42", features = ["derive", "env"] } +clap = { version = "4.5.43", features = ["derive", "env"] } include_dir = "0.7.4" log = "0.4.27" serde_json = "1.0.142"