Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 653e7ec

Browse files
Merge 33b24e0 into 2e8f3bf
2 parents 2e8f3bf + 33b24e0 commit 653e7ec

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Bump `thiserror` from 1.0.53 to 1.0.56 ([#404](https://github.com/wcampbell0x2a/backhand/pull/404))
1919
- Bump `actions/upload-artifact` from 4.0.0 to 4.1.0 ([#423](https://github.com/wcampbell0x2a/backhand/pull/423))
2020
- Bump `libc` from 0.2.151 to 0.2.152 ([#408](https://github.com/wcampbell0x2a/backhand/pull/408))
21+
- Bump `clap_complete` from 4.4.5 to 4.4.7 ([#426](https://github.com/wcampbell0x2a/backhand/pull/426))
2122

2223
## [v0.14.1] - 2024-01-13
2324
### `backhand`

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backhand-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nix = { version = "0.27.1", default-features = false, features = ["fs"] }
1616
clap = { version = "4.4.17", features = ["derive", "wrap_help"] }
1717
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
1818
libc = "0.2.152"
19-
clap_complete = "4.4.5"
19+
clap_complete = "4.4.7"
2020
indicatif = "0.17.7"
2121
console = "0.15.7"
2222
rayon = "1.8.0"

0 commit comments

Comments
 (0)