From d85ef3f6a5ef756ea04495aefb4d068ac70f997f Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Thu, 27 Jan 2022 10:44:18 +0000 Subject: [PATCH] agent: Update ocicrypt-rs package - Update the ocicrypt-rs package after https://github.com/containers/ocicrypt-rs/issues/16 was fixed Signed-off-by: stevenhorsman --- src/agent/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agent/Cargo.lock b/src/agent/Cargo.lock index 5a9a7e7ec8..9ff6458a45 100644 --- a/src/agent/Cargo.lock +++ b/src/agent/Cargo.lock @@ -1302,7 +1302,7 @@ dependencies = [ [[package]] name = "ocicrypt-rs" version = "0.1.0" -source = "git+https://github.com/containers/ocicrypt-rs#9af596112a64326828416806e049cf0e0ffc9320" +source = "git+https://github.com/containers/ocicrypt-rs#c4e1505a7bb2f1f556b653b180fef972fa12ae79" dependencies = [ "aes", "aes-gcm",