Skip to content

Commit

Permalink
Bump clap from 4.5.26 to 4.5.27
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.26 to 4.5.27.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.26...clap_complete-v4.5.27)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 575b75d commit 73bc5bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.95"
clap = { version = "4.5.26", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
clap = { version = "4.5.27", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
nix-script-directives = { path = "../nix-script-directives" }
log = "0.4.25"
env_logger = "0.11.6"
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.95"
clap = { version = "4.5.26", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
clap = { version = "4.5.27", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directories = "6.0.0"
env_logger = "0.11.6"
fs2 = "0.4.3"
Expand Down

0 comments on commit 73bc5bc

Please sign in to comment.