Skip to content

Commit 4a93719

Browse files
authored
Upgrade async-tar to v0.5.1 (#40911)
This PR switches us back to the upstream version of `async-tar` and upgrades to v0.5.1. This version has the patch we need: dignifiedquire/async-tar@0c18195. Release Notes: - N/A
1 parent d558005 commit 4a93719

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,7 @@ async-fs = "2.1"
452452
async-lock = "2.1"
453453
async-pipe = { git = "https://github.com/zed-industries/async-pipe-rs", rev = "82d00a04211cf4e1236029aa03e6b6ce2a74c553" }
454454
async-recursion = "1.0.0"
455-
# WARNING: If you change this, you must also publish a new version of zed-async-tar to crates.io
456-
async-tar = { git = "https://github.com/zed-industries/async-tar", rev = "a307f6bf3e4219c3a457bea0cab198b6d7c36e25", package = "zed-async-tar", version = "0.5.0-zed" }
455+
async-tar = "0.5.1"
457456
async-task = "4.7"
458457
async-trait = "0.1"
459458
async-tungstenite = "0.31.0"

0 commit comments

Comments
 (0)