1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

chore(deps): bump oci-spec from 0.6.2 to 0.6.3

Bumps [oci-spec](https://github.com/containers/oci-spec-rs) from 0.6.2 to 0.6.3.
- [Release notes](https://github.com/containers/oci-spec-rs/releases)
- [Changelog](https://github.com/containers/oci-spec-rs/blob/main/release.md)
- [Commits](https://github.com/containers/oci-spec-rs/compare/v0.6.2...v0.6.3)

---
updated-dependencies:
- dependency-name: oci-spec
  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-10-11 00:18:53 +00:00 committed by GitHub
parent 8faff1c7d8
commit ed59e96901
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 8 deletions

4
Cargo.lock generated

@ -2354,9 +2354,9 @@ dependencies = [
[[package]]
name = "oci-spec"
version = "0.6.2"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9421b067205c68dc80af7c68599a9c1eb113f975aafeb874cea7f4d5d41ce3fb"
checksum = "95e7c5a234613dd98d240891270925718736701c2dbce9c5587567133cf8220f"
dependencies = [
"derive_builder",
"getset",

@ -22,7 +22,7 @@ cgroupsv2_devices = ["rbpf", "libbpf-sys", "errno", "libc", "nix/dir"]
[dependencies]
nix = { version = "0.27.1", features = ["signal", "user", "fs"] }
procfs = "0.15.1"
oci-spec = { version = "~0.6.2", features = ["runtime"] }
oci-spec = { version = "~0.6.3", features = ["runtime"] }
fixedbitset = "0.4.2"
serde = { version = "1.0", features = ["derive"] }
rbpf = { version = "0.2.0", optional = true }
@ -34,7 +34,7 @@ tracing = { version = "0.1.37", features = ["attributes"] }
[dev-dependencies]
anyhow = "1.0"
oci-spec = { version = "~0.6.2", features = ["proptests", "runtime"] }
oci-spec = { version = "~0.6.3", features = ["proptests", "runtime"] }
quickcheck = "1"
mockall = { version = "0.11.4", features = [] }
clap = "4.1.6"

@ -39,7 +39,7 @@ nix = { version = "0.27.1", features = [
"term",
"hostname",
] }
oci-spec = { version = "~0.6.2", features = ["runtime"] }
oci-spec = { version = "~0.6.3", features = ["runtime"] }
once_cell = "1.18.0"
procfs = "0.15.1"
prctl = "1.0.0"
@ -54,7 +54,7 @@ tracing = { version = "0.1.37", features = ["attributes"] }
safe-path = "0.1.0"
[dev-dependencies]
oci-spec = { version = "~0.6.2", features = ["proptests", "runtime"] }
oci-spec = { version = "~0.6.3", features = ["proptests", "runtime"] }
quickcheck = "1"
serial_test = "2.0.0"
tempfile = "3"

@ -11,7 +11,7 @@ libcgroups = { path = "../../crates/libcgroups" }
libcontainer = { path = "../../crates/libcontainer" }
nix = "0.27.1"
num_cpus = "1.16"
oci-spec = { version = "0.6.1", features = ["runtime"] }
oci-spec = { version = "0.6.3", features = ["runtime"] }
once_cell = "1.18.0"
pnet_datalink = "0.34.0"
procfs = "0.15.1"

@ -4,7 +4,7 @@ version = "0.0.1"
edition = "2021"
[dependencies]
oci-spec = { version = "0.6.1", features = ["runtime"] }
oci-spec = { version = "0.6.3", features = ["runtime"] }
nix = "0.27.1"
anyhow = "1.0"