Skip to content

Commit

Permalink
Merge pull request #592 from wcampbell0x2a/dependabot/cargo/libc-0.2.158
Browse files Browse the repository at this point in the history
build(deps): bump libc from 0.2.155 to 0.2.158
  • Loading branch information
wcampbell0x2a authored Aug 25, 2024
2 parents 0d0ac6d + fe43788 commit 65d9c64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +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.63 ([#564](https://github.com/wcampbell0x2a/backhand/pull/564), [#578](https://github.com/wcampbell0x2a/backhand/pull/578))
- Bump `libc` from 0.2.154 to 0.2.155 ([#557](https://github.com/wcampbell0x2a/backhand/pull/557))
- Bump `libc` from 0.2.154 to 0.2.158 ([#557](https://github.com/wcampbell0x2a/backhand/pull/557), [#592](https://github.com/wcampbell0x2a/backhand/pull/592))
- Bump `clap` from 4.5.4 to 4.5.13 ([#569](https://github.com/wcampbell0x2a/backhand/pull/569), [#574](https://github.com/wcampbell0x2a/backhand/pull/574), [#582](https://github.com/wcampbell0x2a/backhand/pull/582))
- Bump `rustc-hash` from 1.1.0 to 2.0.0 ([#570](https://github.com/wcampbell0x2a/backhand/pull/570))
- Bump `clap_complete` from 4.5.2 to 4.5.8 ([#575](https://github.com/wcampbell0x2a/backhand/pull/575))
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.13", features = ["derive", "wrap_help"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
libc = "0.2.155"
libc = "0.2.158"
clap_complete = "4.5.8"
indicatif = "0.17.8"
console = "0.15.8"
Expand Down

0 comments on commit 65d9c64

Please sign in to comment.