Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update tar to 0.4.42 #14632

Merged
merged 1 commit into from
Oct 2, 2024
Merged

chore(deps): update tar to 0.4.42 #14632

merged 1 commit into from
Oct 2, 2024

Commits on Oct 2, 2024

  1. chore(deps): update tar to 0.4.42

    The new version of tar enables the creation of sparse tar archives by
    default.  The ability to read such sparse entries was added in tar
    0.4.6, which has been in use starting from Cargo 0.13 and Rust 1.12.
    Additionally, `docker cp` doesn't support sparse tar entries in the GNU
    format.  For compatibility with older versions of Rust and Cargo, as
    well as with `docker cp`, this commit disables sparse archive creation
    in the corresponding cases where the `tar::Builder` is used.  See
    rust-lang#14594.
    xzfc committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0c74d24 View commit details
    Browse the repository at this point in the history