Skip to content

Update astral-tokio-tar requirement from 0.5 to 0.6#446

Merged
cgwalters merged 1 commit into
mainfrom
dependabot/cargo/astral-tokio-tar-0.6
Mar 31, 2026
Merged

Update astral-tokio-tar requirement from 0.5 to 0.6#446
cgwalters merged 1 commit into
mainfrom
dependabot/cargo/astral-tokio-tar-0.6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 20, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on astral-tokio-tar to permit the latest version.

Changelog

Sourced from astral-tokio-tar's changelog.

Changelog

0.5.6

  • Fixed a parser desynchronization vulnerability when reading tar archives that contain mismatched size information in PAX/ustar headers.

    This vulnerability is being tracked as GHSA-j5gw-2vrg-8fgx and CVE-2025-62518.

0.5.5

  • This is a corrective release for 0.5.4 to fix a debugging artifact that was accidentally left in the release.

0.5.4

0.5.3

0.5.2

0.5.1

0.5.0

  • Setting preserve_permissions to false will avoid setting any permissions on extracted files. In alexcrichton/tar-rs, setting preserve_permissions to false will still set read, write, and execute permissions on extracted files, but will avoid setting extended permissions (e.g., setuid, setgid, and sticky bits).
  • Avoid creating directories outside the unpack target (see: alexcrichton/tar-rs#259).
  • Added unpack_in_raw which memoizes the set of validated paths (and assumes a pre-canonicalized) unpack target to avoid redundant filesystem operations.
Commits
  • 1add8c8 astral-tokio-tar 0.6.0 (#71)
  • e5e0139 Merge commit from fork
  • e29cef1 Bump bytes from 1.10.0 to 1.11.1 (#69)
  • eb74efe Bump tokio from 1.43.0 to 1.43.1 (#70)
  • aafc292 docs: add security considerations to the README and entry::path documentation...
  • a53325f Bump zizmorcore/zizmor-action from 0.4.1 to 0.5.0 in the github-actions group...
  • c5eb81d Bump the github-actions group across 1 directory with 3 updates (#66)
  • ae1fc1d chore: prep release 0.5.6 (#61)
  • 22b3f88 Merge commit from fork
  • bf266ff Bump to v0.5.5 (#59)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 20, 2026
@cgwalters
cgwalters merged commit 59d803e into main Mar 31, 2026
11 checks passed
@cgwalters
cgwalters deleted the dependabot/cargo/astral-tokio-tar-0.6 branch March 31, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant