Skip to content

Commit

Permalink
Merge pull request #340 from wcampbell0x2a/dependabot/cargo/clap-4.4.8
Browse files Browse the repository at this point in the history
chore(deps): Bump clap from 4.4.7 to 4.4.8
  • Loading branch information
wcampbell0x2a authored Nov 13, 2023
2 parents 19ce3fa + cb1e806 commit 54f43b8
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 @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Dependencies
- Bump `env_logger` from 0.10.0 to 0.10.1 ([#341](https://github.com/wcampbell0x2a/backhand/pull/341))
- Bump `clap` from 4.4.7 to 4.4.8 ([#340](https://github.com/wcampbell0x2a/backhand/pull/340))

## [v0.13.0] - 2023-06-18
### backhand
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 backhand-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Binaries for the reading, creating, and modification of SquashFS

[dependencies]
nix = { version = "0.27.1", default-features = false, features = ["fs"] }
clap = { version = "4.4.7", features = ["derive", "wrap_help"] }
clap = { version = "4.4.8", features = ["derive", "wrap_help"] }
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt"] }
libc = "0.2.150"
clap_complete = "4.4.4"
Expand Down

0 comments on commit 54f43b8

Please sign in to comment.