Skip to content

Commit

Permalink
Merge cd60812 into c7230db
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 14, 2024
2 parents c7230db + cd60812 commit b031e9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 70 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
### Dependencies
- Bump `clap` from 4.4.12 to 4.4.16 ([#417](https://github.com/wcampbell0x2a/backhand/pull/417))
- Bump `thiserror` from 1.0.53 to 1.0.56 ([#404](https://github.com/wcampbell0x2a/backhand/pull/404))
- Bump `console` from 0.15.7 to 0.15.8 ([#413](https://github.com/wcampbell0x2a/backhand/pull/413))

## [v0.14.1] - 2024-01-13
### `backhand`
Expand Down
72 changes: 3 additions & 69 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 @@ -18,7 +18,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
libc = "0.2.150"
clap_complete = "4.4.5"
indicatif = "0.17.7"
console = "0.15.7"
console = "0.15.8"
rayon = "1.8.0"
backhand = { path = "../backhand", default-features = false, version = "0.14.1" }
tracing = "0.1.40"
Expand Down

0 comments on commit b031e9b

Please sign in to comment.