1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-04-24 19:05:32 +02:00

chore(deps): bump once_cell from 1.17.1 to 1.17.2

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.17.2.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.17.1...v1.17.2)

---
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] 2023-05-30 01:09:53 +00:00 committed by GitHub
parent 7f6efb3fdc
commit 3b84293b24
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -2344,9 +2344,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.1"
version = "1.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
[[package]]
name = "openssl"

View File

@ -29,7 +29,7 @@ futures = { version = "0.3", features = ["thread-pool"] }
libc = "0.2.144"
nix = "0.26.2"
oci-spec = { version = "^0.6.0", features = ["runtime"] }
once_cell = "1.17.1"
once_cell = "1.17.2"
procfs = "0.15.1"
prctl = "1.0.0"
libcgroups = { version = "0.0.5", path = "../libcgroups", default-features = false }

View File

@ -33,7 +33,7 @@ libcontainer = { version = "0.0.5", path = "../libcontainer", default-features =
liboci-cli = { version = "0.0.5", path = "../liboci-cli" }
nix = "0.26.2"
oci-spec = { version = "^0.6.0", features = ["runtime"] }
once_cell = "1.17.1"
once_cell = "1.17.2"
pentacle = "1.0.0"
procfs = "0.15.1"
serde = { version = "1.0", features = ["derive"] }

View File

@ -12,7 +12,7 @@ libcontainer = { path = "../../../crates/libcontainer" }
nix = "0.26.2"
num_cpus = "1.15"
oci-spec = "0.6.0"
once_cell = "1.17.1"
once_cell = "1.17.2"
pnet_datalink = "0.33.0"
procfs = "0.15.1"
rand = "0.8.5"