Skip to content

Commit 23ce747

Browse files
committed
Auto merge of #7874 - ehuss:update-tar, r=Eh2406
Update tar. Updates to the latest tar. rust-lang/rust is currently on 0.4.20. The change I'm most interested in is fixing the TarError cause/source, so that Cargo reports a better error message. Compare: ``` Caused by: failed to unpack `/…/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.25/curl/docs/libcurl/libcurl-multi.3` ``` to the new version: ``` Caused by: failed to unpack `curl-sys-0.4.25/curl/docs/libcurl/libcurl-multi.3` into `/…/registry/src/github.com-1ecc6299db9ec823/curl-sys-0.4.25/curl/docs/libcurl/libcurl-multi.3` Caused by: No space left on device (os error 28) ```
2 parents c55d363 + 635c423 commit 23ce747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ serde_ignored = "0.1.0"
6060
serde_json = { version = "1.0.30", features = ["raw_value"] }
6161
shell-escape = "0.1.4"
6262
strip-ansi-escapes = "0.1.0"
63-
tar = { version = "0.4.18", default-features = false }
63+
tar = { version = "0.4.26", default-features = false }
6464
tempfile = "3.0"
6565
termcolor = "1.0"
6666
toml = "0.5.3"

0 commit comments

Comments
 (0)