Skip to content

Commit

Permalink
Merge pull request #5008 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.147
  • Loading branch information
cakebaker authored Jun 26, 2023
2 parents b03a88e + 824097d commit 6a7b537
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 @@ -287,7 +287,7 @@ half = "2.2"
indicatif = "0.17"
is-terminal = "0.4.7"
itertools = "0.11.0"
libc = "0.2.146"
libc = "0.2.147"
lscolors = { version = "0.14.0", default-features = false, features = [
"nu-ansi-term",
] }
Expand Down
2 changes: 1 addition & 1 deletion src/uucore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ time = { workspace = true, optional = true, features = [
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.146", optional = true }
libc = { version = "0.2.147", optional = true }
once_cell = { workspace = true }
os_display = "0.1.3"

Expand Down

0 comments on commit 6a7b537

Please sign in to comment.