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

chore(deps): update rust crate libc to 0.2.150

This commit is contained in:
renovate[bot] 2023-11-05 13:50:12 +00:00 committed by GitHub
parent 44d105d015
commit 4f14a9d552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -286,7 +286,7 @@ glob = "0.3.1"
half = "2.3"
indicatif = "0.17"
itertools = "0.11.0"
libc = "0.2.149"
libc = "0.2.150"
lscolors = { version = "0.15.0", default-features = false, features = [
"nu-ansi-term",
] }