1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

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

fix(deps): update rust crate libc to 0.2.142
This commit is contained in:
Daniel Hofstetter 2023-04-21 07:53:23 +02:00 committed by GitHub
commit 5666980a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -1299,9 +1299,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.141"
version = "0.2.142"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
[[package]]
name = "libloading"

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 }

View file

@ -32,7 +32,7 @@ time = { workspace=true, optional=true, features = ["formatting", "local-offset"
data-encoding = { version="2.3", optional=true }
data-encoding-macro = { version="0.1.12", optional=true }
z85 = { version="3.0.5", optional=true }
libc = { version="0.2.141", optional=true }
libc = { version="0.2.142", optional=true }
once_cell = { workspace=true }
os_display = "0.1.3"