Skip to content

Commit

Permalink
Merge 323fff2 into 27a6e13
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
2 parents 27a6e13 + 323fff2 commit 6b09095
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 @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `env_logger` from 0.10.1 to 0.10.2 ([#432](https://github.com/wcampbell0x2a/backhand/pull/432))
- Bump `rayon` from 1.8.0 to 1.8.1 ([#431](https://github.com/wcampbell0x2a/backhand/pull/431))
- Bump `clap` from 4.4.17 to 4.4.18 ([#428](https://github.com/wcampbell0x2a/backhand/pull/428))
- Bump `clap_complete` from 4.4.7 to 4.4.8 ([#444](https://github.com/wcampbell0x2a/backhand/pull/444))

## [v0.14.2] - 2024-01-16
### `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.18", features = ["derive", "wrap_help"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
libc = "0.2.152"
clap_complete = "4.4.7"
clap_complete = "4.4.8"
indicatif = "0.17.7"
console = "0.15.8"
rayon = "1.8.1"
Expand Down

0 comments on commit 6b09095

Please sign in to comment.