Skip to content

Commit

Permalink
cargo: update ocicrypt-rs and oci-distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Mikko Ylinen <[email protected]>
  • Loading branch information
mythi authored and arronwy committed Oct 28, 2022
1 parent 689af36 commit 67038cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ flate2 = "1.0"
futures-util = "0.3"
libc = "0.2"
nix = "0.23.0"
oci-distribution = { git = "https://github.com/krustlet/oci-distribution", rev = "1ba0d94a900a97aa1bcac032a67ea23766bcfdef" }
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 = "e28e1d922aad72f3faeff480fc26af9c7643124c" }
ocicrypt-rs = { git = "https://github.com/confidential-containers/ocicrypt-rs", rev = "2a09bd03abbfae99e065e3ec4bdddd0054a62d2f" }
serde = { version = ">=1.0.27", features = ["serde_derive", "rc"] }
serde_json = ">=1.0.9"
sha2 = ">=0.10"
Expand Down
2 changes: 1 addition & 1 deletion signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sigstore_rs = { git = "https://github.com/sigstore/sigstore-rs", rev = "6dd3281c

[build-dependencies]
tonic-build = "0.5"
shadow-rs = "0.5.25"
shadow-rs = "0.17.1"

[dev-dependencies]
rstest = "0.15.0"
Expand Down
1 change: 1 addition & 0 deletions src/pull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ impl PullClient {
self.client
.pull_manifest_and_config(&self.reference, &self.auth)
.await
.map_err(|e| anyhow!("failed to pull manifest {}", e.to_string()))
}

/// pull_layers pulls an image layers and do ondemand decrypt/decompress.
Expand Down

0 comments on commit 67038cd

Please sign in to comment.