Skip to content

Commit b072e1a

Browse files
authored
Merge pull request #2862 from itowlson/official-async-tar
Use official async-tar
2 parents 0a4edc4 + 61e22e0 commit b072e1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ edition = { workspace = true }
77
[dependencies]
88
anyhow = { workspace = true }
99
async-compression = { version = "0.4", features = ["gzip", "tokio"] }
10-
# Fork with nested async-std dependency bumped to satisfy Windows build; branch/revision is protected
11-
async-tar = { git = "https://github.com/vdice/async-tar", rev = "71e037f9652971e7a55b412a8e47a37b06f9c29d" }
10+
async-tar = "0.5"
1211
base64 = "0.22"
1312
chrono = "0.4"
1413
# Fork with updated auth to support ACR login

0 commit comments

Comments
 (0)