Skip to content

Commit

Permalink
Merge pull request #3558 from uutils/dependabot/cargo/once_cell-1.12.0
Browse files Browse the repository at this point in the history
build(deps): bump once_cell from 1.11.0 to 1.12.0
  • Loading branch information
sylvestre authored Jun 7, 2022
2 parents d7b7b7f + 5a42c06 commit 702a0b7
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 src/uu/ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ termsize = "0.1.6"
glob = "0.3.0"
lscolors = { version = "0.10.0", features = ["ansi_term"] }
uucore = { version = ">=0.0.8", package = "uucore", path = "../../uucore", features = ["entries", "fs"] }
once_cell = "1.10.0"
once_cell = "1.12.0"
atty = "0.2"
selinux = { version="0.2", optional = true }

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 @@ data-encoding = { version="2.1", optional=true }
data-encoding-macro = { version="0.1.12", optional=true }
z85 = { version="3.0.5", optional=true }
libc = { version="0.2.126", optional=true }
once_cell = "1.10.0"
once_cell = "1.12.0"
os_display = "0.1.3"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 702a0b7

Please sign in to comment.