Skip to content

Commit

Permalink
Bump clap from 4.4.1 to 4.4.2 (#2561)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.1...v4.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2023
1 parent b47fac0 commit 347c968
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ version = "=1.9.3"
version = "0.3.68"

[dependencies.clap]
version = "4.3"
version = "4.4"
features = [ "derive", "env", "color", "unstable-styles" ]

[dependencies.color-backtrace]
Expand Down
2 changes: 1 addition & 1 deletion compiler/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ workspace = true
features = [ "account", "network" ]

[dependencies.clap]
version = "4.3"
version = "4.4"
features = [ "derive" ]

[dependencies.indexmap]
Expand Down
2 changes: 1 addition & 1 deletion tests/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version = "=1.9.3"
version = "0.3.68"

[dependencies.clap]
version = "4.3"
version = "4.4"
features = [ "derive" ]

[dependencies.serde]
Expand Down

0 comments on commit 347c968

Please sign in to comment.