mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
fix(deps): update rust crate libc to 0.2.147
This commit is contained in:
parent
85c4e7d797
commit
824097d224
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1340,9 +1340,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.146"
|
version = "0.2.147"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libloading"
|
name = "libloading"
|
||||||
|
|
|
@ -287,7 +287,7 @@ half = "2.2"
|
||||||
indicatif = "0.17"
|
indicatif = "0.17"
|
||||||
is-terminal = "0.4.7"
|
is-terminal = "0.4.7"
|
||||||
itertools = "0.11.0"
|
itertools = "0.11.0"
|
||||||
libc = "0.2.146"
|
libc = "0.2.147"
|
||||||
lscolors = { version = "0.14.0", default-features = false, features = [
|
lscolors = { version = "0.14.0", default-features = false, features = [
|
||||||
"nu-ansi-term",
|
"nu-ansi-term",
|
||||||
] }
|
] }
|
||||||
|
|
|
@ -36,7 +36,7 @@ time = { workspace = true, optional = true, features = [
|
||||||
data-encoding = { version = "2.4", optional = true }
|
data-encoding = { version = "2.4", optional = true }
|
||||||
data-encoding-macro = { version = "0.1.13", optional = true }
|
data-encoding-macro = { version = "0.1.13", optional = true }
|
||||||
z85 = { version = "3.0.5", optional = true }
|
z85 = { version = "3.0.5", optional = true }
|
||||||
libc = { version = "0.2.146", optional = true }
|
libc = { version = "0.2.147", optional = true }
|
||||||
once_cell = { workspace = true }
|
once_cell = { workspace = true }
|
||||||
os_display = "0.1.3"
|
os_display = "0.1.3"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue