1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

fix(deps): update rust crate libc to 0.2.142

This commit is contained in:
renovate[bot] 2023-04-20 17:09:10 +00:00 committed by GitHub
parent 89d6b8dfea
commit 790958e4f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -289,7 +289,7 @@ half = "2.2"
indicatif = "0.17"
is-terminal = "0.4.6"
itertools = "0.10.5"
libc = "0.2.141"
libc = "0.2.142"
lscolors = { version = "0.14.0", default-features=false, features = ["nu-ansi-term"] }
memchr = "2"
nix = { version="0.26", default-features=false }