From 2cf2fd4a9222a0c9b2072297d3b3b6fcee25201a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 01:44:43 +0000 Subject: [PATCH] build(deps): update oci-spec requirement from 0.5.8 to 0.6.0 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](https://github.com/containers/oci-spec-rs/compare/v0.5.8...v0.6.0) --- updated-dependencies: - dependency-name: oci-spec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/runc-shim/Cargo.toml | 2 +- crates/runc/Cargo.toml | 2 +- crates/shim/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/runc-shim/Cargo.toml b/crates/runc-shim/Cargo.toml index dd7bb5e..087b372 100644 --- a/crates/runc-shim/Cargo.toml +++ b/crates/runc-shim/Cargo.toml @@ -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.0" crossbeam = "0.8.1" # Async dependencies diff --git a/crates/runc/Cargo.toml b/crates/runc/Cargo.toml index 3e5fdcb..cb70d82 100644 --- a/crates/runc/Cargo.toml +++ b/crates/runc/Cargo.toml @@ -18,7 +18,7 @@ async = ["tokio", "async-trait", "futures", "tokio-pipe"] libc = "0.2.112" log = "0.4.14" nix = "0.26" -oci-spec = "0.5.4" +oci-spec = "0.6.0" path-absolutize = "3.0.11" rand = "0.8.4" serde = { version = "1.0.133", features = ["derive"] } diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index 4d2f697..e13d175 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -31,7 +31,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.8" +oci-spec = "0.6.0" prctl = "1.0.0" page_size = "0.5.0" regex = "1"