diff --git a/Cargo.lock b/Cargo.lock index 0793ce8..373d3e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,9 +107,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.5.37" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071" +checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" dependencies = [ "clap_builder", "clap_derive", @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.37" +version = "4.5.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2" +checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" dependencies = [ "anstream", "anstyle", diff --git a/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index 7f65c32..92ec472 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.37", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } +clap = { version = "4.5.38", 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 c95c1c5..cdc85b7 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.37", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } +clap = { version = "4.5.38", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } directories = "6.0.0" env_logger = "0.11.6" fs2 = "0.4.3"