Skip to content

Commit

Permalink
deps: Bump ocicrypt-rs to v0.5.1
Browse files Browse the repository at this point in the history
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 <fabiano.fidencio@intel.com>
  • Loading branch information
fidencio authored and Xynnn007 committed Apr 14, 2023
1 parent f031741 commit 7678008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 7678008

Please sign in to comment.