From a12ee56f821a4b9a0b7ebc553fd2dbe1ce6d85df Mon Sep 17 00:00:00 2001 From: "Wang, Arron" Date: Mon, 7 Nov 2022 15:19:56 +0800 Subject: [PATCH] cargo: Bump ocicrypt-rs to v0.2.0 Fixes: #73 Signed-off-by: Wang, Arron --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e816a6a73..cb85cf9d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2" nix = "0.23.0" oci-distribution = "0.9.3" oci-spec = { git = "https://github.com/containers/oci-spec-rs" } -ocicrypt-rs = { git = "https://github.com/confidential-containers/ocicrypt-rs", rev = "2a09bd03abbfae99e065e3ec4bdddd0054a62d2f" } +ocicrypt-rs = { git = "https://github.com/confidential-containers/ocicrypt-rs", tag = "v0.2.0" } serde = { version = ">=1.0.27", features = ["serde_derive", "rc"] } serde_json = ">=1.0.9" sha2 = ">=0.10"