Skip to content

Commit

Permalink
Merge pull request #426 from wcampbell0x2a/dependabot/cargo/clap_comp…
Browse files Browse the repository at this point in the history
…lete-4.4.7

build(deps): bump clap_complete from 4.4.5 to 4.4.7
  • Loading branch information
wcampbell0x2a authored Jan 16, 2024
2 parents df8bbb2 + 33b24e0 commit 79f18eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `thiserror` from 1.0.53 to 1.0.56 ([#404](https://github.com/wcampbell0x2a/backhand/pull/404))
- Bump `actions/upload-artifact` from 4.0.0 to 4.1.0 ([#423](https://github.com/wcampbell0x2a/backhand/pull/423))
- Bump `libc` from 0.2.151 to 0.2.152 ([#408](https://github.com/wcampbell0x2a/backhand/pull/408))
- Bump `clap_complete` from 4.4.5 to 4.4.7 ([#426](https://github.com/wcampbell0x2a/backhand/pull/426))

## [v0.14.1] - 2024-01-13
### `backhand`
Expand Down
4 changes: 2 additions & 2 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 backhand-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nix = { version = "0.27.1", default-features = false, features = ["fs"] }
clap = { version = "4.4.17", features = ["derive", "wrap_help"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
libc = "0.2.152"
clap_complete = "4.4.5"
clap_complete = "4.4.7"
indicatif = "0.17.7"
console = "0.15.7"
rayon = "1.8.0"
Expand Down

0 comments on commit 79f18eb

Please sign in to comment.