Skip to content

Commit

Permalink
build(deps): update oci-spec requirement from 0.5.4 to 0.6.3
Browse files Browse the repository at this point in the history
Updates the requirements on [oci-spec](https://github.com/containers/oci-spec-rs) to permit the latest version.
- [Release notes](https://github.com/containers/oci-spec-rs/releases)
- [Changelog](https://github.com/containers/oci-spec-rs/blob/main/release.md)
- [Commits](youki-dev/oci-spec-rs@v0.5.7...v0.6.3)

---
updated-dependencies:
- dependency-name: oci-spec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 6ae9954 commit c56b321
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/runc-shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libc = "0.2.95"
time = { version = "0.3.7", features = ["serde", "std"] }
serde = { version = "1.0.133", features = ["derive"] }
serde_json = "1.0.74"
oci-spec = "0.5.4"
oci-spec = "0.6.3"
crossbeam = "0.8.1"

# Async dependencies
Expand Down
2 changes: 1 addition & 1 deletion crates/runc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async = ["tokio", "async-trait", "futures", "tokio-pipe"]
libc = "0.2.112"
log = "0.4.14"
nix = "0.25"
oci-spec = "0.5.4"
oci-spec = "0.6.3"
path-absolutize = "3.0.11"
rand = "0.8.4"
serde = { version = "1.0.133", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tokio-stream = "0.1.8"
async-trait = "0.1.56"
async-stream = "0.3.3"
futures = "0.3.21"
oci-spec = "0.5.7"
oci-spec = "0.6.3"
serde_json = "1.0.82"
libc = "0.2.107"
nix = "0.23.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/shim/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde_derive = "1.0.136"
serde = "1.0.136"
uuid = { version = "1.0.0", features = ["v4"] }
signal-hook = "0.3.13"
oci-spec = "0.5.4"
oci-spec = "0.6.3"
prctl = "1.0.0"
page_size = "0.4.2"
regex = "1"
Expand Down

0 comments on commit c56b321

Please sign in to comment.