From 767800855738c559d54b3f84810876b669ec3b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 14 Apr 2023 14:26:20 +0200 Subject: [PATCH] deps: Bump ocicrypt-rs to v0.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've missed one dependency bump while releasing ocicrypt-rs v0.5.0, which lead to a new v0.5.1 release, which we should use here. Signed-off-by: Fabiano FidĂȘncio --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59f744c68..8cd8f1015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ log = "0.4.14" nix = { version = "0.26", optional = true } oci-distribution = { git = "https://github.com/krustlet/oci-distribution.git", rev = "f44124c" } oci-spec = "0.5.8" -ocicrypt-rs = { git = "https://github.com/confidential-containers/ocicrypt-rs", tag = "v0.5.0", default-features = false, features = ["keywrap-jwe", "async-io"], optional = true } +ocicrypt-rs = { git = "https://github.com/confidential-containers/ocicrypt-rs", tag = "v0.5.1", default-features = false, features = ["keywrap-jwe", "async-io"], optional = true } prost = { version = "0.11", optional = true } sequoia-openpgp = { version = "1.7.0", default-features = false, features = ["compression", "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"], optional = true } protobuf = { version = "3.2.0", optional = true }