Skip to content

Commit aa06527

Browse files
dependabot[bot]mergify[bot]
authored andcommittedFeb 24, 2025·
build(deps): bump libc from 0.2.169 to 0.2.170
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.169 to 0.2.170. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.170/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.169...0.2.170) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c4eef49 commit aa06527

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ clap = { version = "4", default-features = false, features = [
1717
"help",
1818
] }
1919
log = "0.4.26"
20-
libc = "0.2.169"
20+
libc = "0.2.170"
2121
parking_lot = "0.12.3"
2222
nix = { version = "0.29.0", features = [
2323
"fs",

0 commit comments

Comments
 (0)
Please sign in to comment.