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

Skip to content

Commit b36de88

Browse files
Merge pull request #408 from wcampbell0x2a/dependabot/cargo/libc-0.2.152
build(deps): bump libc from 0.2.151 to 0.2.152
2 parents e3222a5 + 7b0738e commit b36de88

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
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Bump `clap` from 4.4.12 to 4.4.16 ([#417](https://github.com/wcampbell0x2a/backhand/pull/417))
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))
20+
- Bump `libc` from 0.2.151 to 0.2.152 ([#408](https://github.com/wcampbell0x2a/backhand/pull/408))
2021

2122
## [v0.14.1] - 2024-01-13
2223
### `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
@@ -15,7 +15,7 @@ readme = "../README.md"
1515
nix = { version = "0.27.1", default-features = false, features = ["fs"] }
1616
clap = { version = "4.4.16", features = ["derive", "wrap_help"] }
1717
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
18-
libc = "0.2.150"
18+
libc = "0.2.152"
1919
clap_complete = "4.4.5"
2020
indicatif = "0.17.7"
2121
console = "0.15.7"

0 commit comments

Comments
 (0)