Skip to content

Commit

Permalink
Merge pull request #4945 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.146
  • Loading branch information
cakebaker committed Jun 6, 2023
2 parents c15ef24 + c68b665 commit 8a543d3
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 @@ -290,7 +290,7 @@ humantime_to_duration = "0.2.1"
indicatif = "0.17"
is-terminal = "0.4.7"
itertools = "0.10.5"
libc = "0.2.144"
libc = "0.2.146"
lscolors = { version = "0.14.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.4", optional=true }
data-encoding-macro = { version="0.1.13", optional=true }
z85 = { version="3.0.5", optional=true }
libc = { version="0.2.144", optional=true }
libc = { version="0.2.146", optional=true }
once_cell = { workspace=true }
os_display = "0.1.3"

Expand Down

0 comments on commit 8a543d3

Please sign in to comment.