Skip to content

Commit

Permalink
Merge pull request #75 from arronwy/bump_ocicrypt-rs
Browse files Browse the repository at this point in the history
cargo: Bump ocicrypt-rs to v0.2.0
  • Loading branch information
fidencio authored Nov 7, 2022
2 parents 60bfcfa + a12ee56 commit 3aca6fd
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 @@ -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"
Expand Down

0 comments on commit 3aca6fd

Please sign in to comment.