Skip to content

Commit 7678008

Browse files
fidencioXynnn007
authored andcommittedApr 14, 2023
deps: Bump ocicrypt-rs to v0.5.1
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 <[email protected]>
1 parent f031741 commit 7678008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ log = "0.4.14"
2727
nix = { version = "0.26", optional = true }
2828
oci-distribution = { git = "https://github.com/krustlet/oci-distribution.git", rev = "f44124c" }
2929
oci-spec = "0.5.8"
30-
ocicrypt-rs = { git = "https://github.com/confidential-containers/ocicrypt-rs", tag = "v0.5.0", default-features = false, features = ["keywrap-jwe", "async-io"], optional = true }
30+
ocicrypt-rs = { git = "https://github.com/confidential-containers/ocicrypt-rs", tag = "v0.5.1", default-features = false, features = ["keywrap-jwe", "async-io"], optional = true }
3131
prost = { version = "0.11", optional = true }
3232
sequoia-openpgp = { version = "1.7.0", default-features = false, features = ["compression", "crypto-rust", "allow-experimental-crypto", "allow-variable-time-crypto"], optional = true }
3333
protobuf = { version = "3.2.0", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.