Skip to content

Commit

Permalink
Merge pull request #187 from dschrempf/dependabot/cargo/clap-4.5.23
Browse files Browse the repository at this point in the history
Bump clap from 4.5.21 to 4.5.23
  • Loading branch information
dschrempf authored Dec 9, 2024
2 parents 3788e7b + d3a803d commit 1988493
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix-script-haskell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.93"
clap = { version = "4.5.21", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
clap = { version = "4.5.23", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
nix-script-directives = { path = "../nix-script-directives" }
log = "0.4.22"
env_logger = "0.11.5"
Expand Down
2 changes: 1 addition & 1 deletion nix-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.93"
clap = { version = "4.5.21", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
clap = { version = "4.5.23", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directories = "5.0.1"
env_logger = "0.11.5"
fs2 = "0.4.3"
Expand Down

0 comments on commit 1988493

Please sign in to comment.