Skip to content

Commit

Permalink
Merge pull request #2862 from itowlson/official-async-tar
Browse files Browse the repository at this point in the history
Use official async-tar
  • Loading branch information
itowlson committed Sep 25, 2024
2 parents 0a4edc4 + 61e22e0 commit b072e1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions crates/oci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ edition = { workspace = true }
[dependencies]
anyhow = { workspace = true }
async-compression = { version = "0.4", features = ["gzip", "tokio"] }
# Fork with nested async-std dependency bumped to satisfy Windows build; branch/revision is protected
async-tar = { git = "https://github.com/vdice/async-tar", rev = "71e037f9652971e7a55b412a8e47a37b06f9c29d" }
async-tar = "0.5"
base64 = "0.22"
chrono = "0.4"
# Fork with updated auth to support ACR login
Expand Down

0 comments on commit b072e1a

Please sign in to comment.