Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion v4/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ oci-client = { version = "0.17", default-features = false, features = ["rustls-t
# OCI image-layout v1.1 spec types — used by `LocalOciSource` to read/walk
# on-disk layouts (DDD-08, ADR-028 — Phase 2). Pure-data structs, no I/O.
# Apache-2.0 licensed.
oci-spec = "0.9"
oci-spec = "0.10"
# cosign / sigstore verification (ADR-014). Trust-key loading lands in Wave 3A.1;
# signature-manifest verification lands in Wave 3A.2. We intentionally keep the
# feature surface small to minimise compile time.
Expand Down
Loading