Skip to content

Commit

Permalink
Merge 29128f3 into 5688719
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
2 parents 5688719 + 29128f3 commit c825a70
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 @@ -83,6 +83,7 @@ For example, the following is now allowed:
- Bump `actions/upload-artifact` from 3.1.3 to 4.0.0 ([#380](https://github.com/wcampbell0x2a/backhand/pull/380))
- Bump `tempfile` from 3.8.1 to 3.9.0 ([#398](https://github.com/wcampbell0x2a/backhand/pull/398))
- Bump `document-features` from 0.2.7 to 0.2.8 ([#400](https://github.com/wcampbell0x2a/backhand/pull/400))
- Bump `console` from 0.15.7 to 0.15.8 ([#413](https://github.com/wcampbell0x2a/backhand/pull/413))

## [v0.13.0] - 2023-06-18
### 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 @@ -17,7 +17,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 }
tracing = "0.1.40"
Expand Down

0 comments on commit c825a70

Please sign in to comment.