Skip to content

Commit

Permalink
Merge pull request #4706 from uutils/renovate/libc-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate libc to 0.2.141
  • Loading branch information
sylvestre authored Apr 4, 2023
2 parents 7949778 + 120a5f6 commit a778786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ half = "2.2"
indicatif = "0.17"
is-terminal = "0.4.6"
itertools = "0.10.5"
libc = "0.2.140"
libc = "0.2.141"
lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] }
memchr = "2"
nix = { version="0.26", default-features=false }
Expand Down
2 changes: 1 addition & 1 deletion src/uucore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.140", optional=true }
libc = { version="0.2.141", optional=true }
once_cell = { workspace=true }
os_display = "0.1.3"

Expand Down

0 comments on commit a778786

Please sign in to comment.