Skip to content

Commit

Permalink
Cargo: update ocicrypt-rs dependency
Browse files Browse the repository at this point in the history
In preparation for CoCo 0.5 release, bumped the ocicrypt-rs for
the commit 55ab22d.

Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Apr 12, 2023
1 parent 56345b6 commit 0672642
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.git", rev = "1053963", default-features = false, features = ["keywrap-jwe", "async-io"], optional = true }
ocicrypt-rs = { git = "https://github.com/confidential-containers/ocicrypt-rs", rev = "55ab22d", 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 0672642

Please sign in to comment.