From 4d0658e3fa9fa72ba745d021e62157fca6d0f364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 7 Nov 2022 08:54:53 +0100 Subject: [PATCH] agent: Bump image-rs to `v0.2.0` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit image-rs tagged its v0.2.0 release, let's bump it here as we're about to release the payload for the v0.2.0 Confidential Containers release. Fixes: #5593 Signed-off-by: Fabiano FidĂȘncio --- src/agent/Cargo.lock | 6 +++--- src/agent/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index e31132556..0cd05a507 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -1920,7 +1920,7 @@ dependencies = [ [[package]] name = "image-rs" version = "0.1.0" -source = "git+https://github.com/confidential-containers/image-rs?rev=60bfcfa86011355362992f91bdd92da75e75eec6#60bfcfa86011355362992f91bdd92da75e75eec6" +source = "git+https://github.com/confidential-containers/image-rs?tag=v0.2.0#3aca6fd576f50b9e960309caddeb9d91573d4e69" dependencies = [ "anyhow", "dircpy", @@ -2810,7 +2810,7 @@ dependencies = [ [[package]] name = "ocicrypt-rs" version = "0.1.0" -source = "git+https://github.com/confidential-containers/ocicrypt-rs?rev=2a09bd03abbfae99e065e3ec4bdddd0054a62d2f#2a09bd03abbfae99e065e3ec4bdddd0054a62d2f" +source = "git+https://github.com/confidential-containers/ocicrypt-rs?tag=v0.2.0#2a09bd03abbfae99e065e3ec4bdddd0054a62d2f" dependencies = [ "aes 0.8.1", "aes-gcm 0.9.4", @@ -4280,7 +4280,7 @@ dependencies = [ [[package]] name = "signature" version = "0.1.0" -source = "git+https://github.com/confidential-containers/image-rs?rev=60bfcfa86011355362992f91bdd92da75e75eec6#60bfcfa86011355362992f91bdd92da75e75eec6" +source = "git+https://github.com/confidential-containers/image-rs?tag=v0.2.0#3aca6fd576f50b9e960309caddeb9d91573d4e69" dependencies = [ "anyhow", "async-trait", diff --git a/src/agent/Cargo.toml b/src/agent/Cargo.toml index 61c3db811..aa3a682fd 100644 --- a/src/agent/Cargo.toml +++ b/src/agent/Cargo.toml @@ -68,7 +68,7 @@ toml = "0.5.8" clap = { version = "3.0.1", features = ["derive"] } # Image pull/decrypt -image-rs = { git = "https://github.com/confidential-containers/image-rs", rev = "60bfcfa86011355362992f91bdd92da75e75eec6" } +image-rs = { git = "https://github.com/confidential-containers/image-rs", tag = "v0.2.0" } # "vendored" feature for openssl is required by musl build openssl = { version = "0.10.38", features = ["vendored"] }