build(deps): bump once_cell from 1.13.0 to 1.13.1

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/matklad/once_cell/releases)
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-17 16:20:25 +00:00 committed by GitHub
parent 383291f5b4
commit e465d0520f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -1319,9 +1319,9 @@ checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[package]]
name = "once_cell"
version = "1.13.0"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
[[package]]
name = "onig"

View file

@ -261,7 +261,7 @@ uudoc = [ "zip" ]
[dependencies]
clap = { version = "3.2", features = ["wrap_help", "cargo"] }
clap_complete = "3.1"
once_cell = "1.13.0"
once_cell = "1.13.1"
phf = "0.10.1"
selinux = { version="0.2", optional = true }
textwrap = { version="0.15", features=["terminal_size"] }

View file

@ -24,7 +24,7 @@ termsize = "0.1.6"
glob = "0.3.0"
lscolors = { version = "0.11.0", features = ["ansi_term"] }
uucore = { version = ">=0.0.8", package = "uucore", path = "../../uucore", features = ["entries", "fs"] }
once_cell = "1.13.0"
once_cell = "1.13.1"
atty = "0.2"
selinux = { version="0.2", optional = true }

View file

@ -33,7 +33,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.13.0"
once_cell = "1.13.1"
os_display = "0.1.3"
[target.'cfg(unix)'.dependencies]