Skip to content

Commit

Permalink
Merge pull request #557 from wcampbell0x2a/dependabot/cargo/libc-0.2.155
Browse files Browse the repository at this point in the history
build(deps): bump libc from 0.2.154 to 0.2.155
  • Loading branch information
wcampbell0x2a authored Jun 6, 2024
2 parents 24ef73d + 27e12d0 commit c81dd18
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 @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Dependencies
- Bump `thiserror` from 1.0.59 to 1.0.61 ([#564](https://github.com/wcampbell0x2a/backhand/pull/564))
- Bump `libc` from 0.2.154 to 0.2.155 ([#557](https://github.com/wcampbell0x2a/backhand/pull/557))

## [v0.18.0] - 2024-05-24
### `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 @@ -15,7 +15,7 @@ readme = "../README.md"
nix = { version = "0.28.0", default-features = false, features = ["fs"] }
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
libc = "0.2.154"
libc = "0.2.155"
clap_complete = "4.5.2"
indicatif = "0.17.8"
console = "0.15.8"
Expand Down

0 comments on commit c81dd18

Please sign in to comment.