From f781c3ecc84634b6b7a00d4c7a0b000c0bd4da31 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 03:43:55 +0000 Subject: [PATCH] Update Rust crate clap to 4.5.42 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 923fd94..9c2da3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9" +checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" dependencies = [ "clap_builder", "clap_derive", @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.41" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d" +checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 6b92075..dd08df1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ libc = "0.2" tokio = { version = "1.47.0", features = ["full"] } tokio-tungstenite = "0.21" futures = "0.3" -clap = { version = "4.5.40", features = ["color", "derive"] } +clap = { version = "4.5.42", features = ["color", "derive"] } tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "3" rand = "0.8"