From df14faa0b8b6bd15b2f59722746661d8f025899a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:27:48 +0000 Subject: [PATCH] build(deps): update oci-spec requirement from 0.5.4 to 0.6.4 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.7...v0.6.4) --- 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/sandbox/Cargo.toml | 2 +- crates/shim/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/runc-shim/Cargo.toml b/crates/runc-shim/Cargo.toml index 48d1b3f7..7a9e5300 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.4" crossbeam = "0.8.1" # Async dependencies diff --git a/crates/runc/Cargo.toml b/crates/runc/Cargo.toml index e9b0cf07..69cec2a9 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.25" -oci-spec = "0.5.4" +oci-spec = "0.6.4" path-absolutize = "3.0.11" rand = "0.8.4" serde = { version = "1.0.133", features = ["derive"] } diff --git a/crates/sandbox/Cargo.toml b/crates/sandbox/Cargo.toml index 7cd1fe8d..b82f29a4 100644 --- a/crates/sandbox/Cargo.toml +++ b/crates/sandbox/Cargo.toml @@ -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.4" serde_json = "1.0.82" libc = "0.2.107" nix = "0.23.0" diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index aa606a6a..e9f5ee91 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -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.4" prctl = "1.0.0" page_size = "0.4.2" regex = "1"