Skip to content

Commit

Permalink
build(deps): bump clap to 4.5.16 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen authored Aug 16, 2024
1 parent b357676 commit 23691ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

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

- feat: support multiple file inputs [`#36`](https://github.com/hougesen/kdlfmt/pull/36)
- feat: support multiple file inputs (#36) [`#35`](https://github.com/hougesen/kdlfmt/issues/35)
- chore: bump dev version to 0.0.4 [`e2cc78b`](https://github.com/hougesen/kdlfmt/commit/e2cc78b2c9066b56414e7a8d06b9b3f321751790)

#### [v0.0.3](https://github.com/hougesen/kdlfmt/compare/v0.0.2...v0.0.3)
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.13", features = ["derive"] }
clap = { version = "4.5.16", features = ["derive"] }
clap_complete = "4.5.12"
console = "0.15.8"
env_logger = "0.11.5"
Expand Down

0 comments on commit 23691ab

Please sign in to comment.