From 362eb9581598283a950b8dec6a018089c45ca3f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 06:21:42 +0000 Subject: [PATCH] Bump clap from 4.5.41 to 4.5.42 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.41 to 4.5.42. - [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.41...clap_complete-v4.5.42) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- nix-script-haskell/Cargo.toml | 2 +- nix-script/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 819d25c..fb13e95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,9 +107,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[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", @@ -117,9 +117,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/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index c48f2e9..451e589 100644 --- a/nix-script-haskell/Cargo.toml +++ b/nix-script-haskell/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.98" -clap = { version = "4.5.41", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } +clap = { version = "4.5.42", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } nix-script-directives = { path = "../nix-script-directives" } log = "0.4.27" env_logger = "0.11.6" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index acbd4b7..503f4c0 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.98" -clap = { version = "4.5.41", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } +clap = { version = "4.5.42", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } directories = "6.0.0" env_logger = "0.11.6" fs2 = "0.4.3"