Skip to content

Commit 70f2d54

Browse files
authored
Merge pull request #2983 from vdice/fix/oci-jwt-crate-patch
fix(oci): update oci-distribution crate to get jwt fix
2 parents 771282e + cde49f4 commit 70f2d54

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

Cargo.lock

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dkregistry = { git = "https://github.com/fermyon/dkregistry-rs", rev = "161cf2b6
1717
docker_credential = "1"
1818
futures-util = "0.3"
1919
itertools = { workspace = true }
20-
oci-distribution = { git = "https://github.com/fermyon/oci-distribution", rev = "7e4ce9be9bcd22e78a28f06204931f10c44402ba" }
20+
oci-distribution = { git = "https://github.com/fermyon/oci-distribution", rev = "7b291a39f74d1a3c9499d934a56cae6580fc8e37" }
2121
reqwest = "0.12"
2222
serde = { workspace = true }
2323
serde_json = { workspace = true }

0 commit comments

Comments
 (0)