1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Merge pull request #5008 from uutils/renovate/libc-0.x

fix(deps): update rust crate libc to 0.2.147
This commit is contained in:
Daniel Hofstetter 2023-06-26 07:56:10 +02:00 committed by GitHub
commit 6a7b5379ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -287,7 +287,7 @@ half = "2.2"
indicatif = "0.17"
is-terminal = "0.4.7"
itertools = "0.11.0"
libc = "0.2.146"
libc = "0.2.147"
lscolors = { version = "0.14.0", default-features = false, features = [
"nu-ansi-term",
] }