Skip to content

Commit

Permalink
build(deps): bump clap to 4.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Oct 23, 2024
1 parent 093032d commit e7b3526
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/hougesen/kdlfmt/compare/v0.0.4...HEAD)

- build(deps): bump clap to 4.5.20 [`#44`](https://github.com/hougesen/kdlfmt/pull/44)
- build(deps): upgrade kdl to 6.0.0-alpha.1 [`#43`](https://github.com/hougesen/kdlfmt/pull/43)
- build(deps): bump clap from 4.5.16 to 4.5.18 [`#42`](https://github.com/hougesen/kdlfmt/pull/42)
- build(deps): bump ignore from 0.4.22 to 0.4.23 [`#41`](https://github.com/hougesen/kdlfmt/pull/41)
Expand Down
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["development-tools", "command-line-utilities"]
rust-version = "1.74"

[dependencies]
clap = { version = "4.5.18", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
clap_complete = "4.5.28"
console = "0.15.8"
env_logger = "0.11.5"
Expand Down

0 comments on commit e7b3526

Please sign in to comment.