Skip to content

Commit

Permalink
Merge 14f472a into c81dd18
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
2 parents c81dd18 + 14f472a commit cfdf633
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Dependencies
- Bump `thiserror` from 1.0.59 to 1.0.61 ([#564](https://github.com/wcampbell0x2a/backhand/pull/564))
- Bump `libc` from 0.2.154 to 0.2.155 ([#557](https://github.com/wcampbell0x2a/backhand/pull/557))
- Bump `clap` from 4.5.4 to 4.5.7 ([#569](https://github.com/wcampbell0x2a/backhand/pull/569))

## [v0.18.0] - 2024-05-24
### `backhand`
Expand Down
12 changes: 6 additions & 6 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 @@ -13,7 +13,7 @@ readme = "../README.md"

[dependencies]
nix = { version = "0.28.0", default-features = false, features = ["fs"] }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
clap = { version = "4.5.7", features = ["derive", "wrap_help"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
libc = "0.2.155"
clap_complete = "4.5.2"
Expand Down

0 comments on commit cfdf633

Please sign in to comment.