Skip to content

Bump astral-tokio-tar from 0.6.4 to 0.7.0 in /rust - #6

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rust/astral-tokio-tar-0.7.0
Open

Bump astral-tokio-tar from 0.6.4 to 0.7.0 in /rust#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/rust/astral-tokio-tar-0.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown

Bumps astral-tokio-tar from 0.6.4 to 0.7.0.

Release notes

Sourced from astral-tokio-tar's releases.

astral-tokio-tar v0.7.0

What's Changed

Full Changelog: astral-sh/tokio-tar@v0.6.4...v0.7.0

Changelog

Sourced from astral-tokio-tar's changelog.

0.7.0

  • Remove all unsafe code from the crate
  • New API: Entry::effective_size returns the effective size of an archive entry, including any pax size records that apply to it
  • Changed: Header::entry_size is now Header::raw_entry_size
  • Changed: Header::size is now Header::raw_file_size

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

Dependabot compatibility score

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)

Bumps [astral-tokio-tar](https://github.com/astral-sh/tokio-tar) from 0.6.4 to 0.7.0.
- [Release notes](https://github.com/astral-sh/tokio-tar/releases)
- [Changelog](https://github.com/astral-sh/tokio-tar/blob/main/CHANGELOG.md)
- [Commits](astral-sh/tokio-tar@v0.6.4...v0.7.0)

---
updated-dependencies:
- dependency-name: astral-tokio-tar
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from artob as a code owner August 31, 2026 22:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 31, 2026
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.

0 participants