Skip to content

Commit

Permalink
Merge pull request #413 from wcampbell0x2a/dependabot/cargo/console-0…
Browse files Browse the repository at this point in the history
….15.8

build(deps): bump console from 0.15.7 to 0.15.8
  • Loading branch information
wcampbell0x2a authored Jan 16, 2024
2 parents bb91542 + a338dcd commit 4084e00
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 @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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))
- Bump `assert_cmd` from 2.0.12 to 2.0.13 ([#422](https://github.com/wcampbell0x2a/backhand/pull/422))
- 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.152"
clap_complete = "4.4.7"
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 4084e00

Please sign in to comment.