From 04e9b0d5b9ae84284a371a65cf82f70b9fb7df4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:47:57 +0000 Subject: [PATCH] Bump clap from 4.5.15 to 4.5.16 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.15 to 4.5.16. - [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.15...clap_complete-v4.5.16) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nix-script-haskell/Cargo.toml | 2 +- nix-script/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6bf01e..94de9a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.15" +version = "4.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11d8838454fda655dafd3accb2b6e2bea645b9e4078abe84a22ceb947235c5cc" +checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" dependencies = [ "clap_builder", "clap_derive", diff --git a/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index 6e6dd50..ae2a8f1 100644 --- a/nix-script-haskell/Cargo.toml +++ b/nix-script-haskell/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.86" -clap = { version = "4.5.15", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } +clap = { version = "4.5.16", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } nix-script-directives = { path = "../nix-script-directives" } log = "0.4.22" env_logger = "0.11.5" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 7726dd4..d31e23f 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.86" -clap = { version = "4.5.15", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } +clap = { version = "4.5.16", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } directories = "5.0.1" env_logger = "0.11.5" fs2 = "0.4.3"