Skip to content

Commit

Permalink
Bump clap from 3.2.25 to 4.5.3
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.25 to 4.5.3.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v3.2.25...v4.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent ab14c55 commit 6600013
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 99 deletions.
171 changes: 74 additions & 97 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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.79"
clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
clap = { version = "4.5.3", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directives = { path = "../directives" }
log = "0.4.20"
env_logger = "0.10.1"
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.79"
clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
clap = { version = "4.5.3", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directories = "5.0.1"
directives = { path = "../directives" }
lazy_static = "1.4.0"
Expand Down

0 comments on commit 6600013

Please sign in to comment.