Skip to content

fix(deps): update astral-tokio-tar advisory#9449

Merged
jdx merged 1 commit intomainfrom
codex/fix-astral-tokio-tar-advisory
Apr 28, 2026
Merged

fix(deps): update astral-tokio-tar advisory#9449
jdx merged 1 commit intomainfrom
codex/fix-astral-tokio-tar-advisory

Conversation

@jdx
Copy link
Copy Markdown
Owner

@jdx jdx commented Apr 28, 2026

Summary

  • update astral-tokio-tar from 0.6.0 to 0.6.1 in Cargo.lock
  • resolve the cargo-deny advisory reported in the failing lint job

Root Cause

The lint job failed in cargo deny check because astral-tokio-tar 0.6.0 is affected by the PAX header desynchronization advisory. The dependency is pulled through rattler_package_streaming.

Validation

  • rm -rf ~/.cargo/advisory-dbs && cargo deny check
  • cargo check
  • pre-commit hk suite, including all-features cargo check

Note

Low Risk
Lockfile-only dependency bump to address a known advisory; no application logic changes, with risk mainly limited to potential transitive behavior changes in tar extraction.

Overview
Updates the locked Rust dependency astral-tokio-tar from 0.6.0 to 0.6.1 (checksum updated) to resolve the PAX header desynchronization advisory flagged by cargo-deny.

No source changes beyond Cargo.lock; behavior changes are limited to whatever astral-tokio-tar updates in this patch release.

Reviewed by Cursor Bugbot for commit 38e4b93. Bugbot is set up for automated code reviews on this repo. Configure here.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Apr 28, 2026

No reviewable files after applying ignore patterns.

@jdx jdx enabled auto-merge (squash) April 28, 2026 12:55
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the astral-tokio-tar dependency in Cargo.lock from version 0.6.0 to 0.6.1. I have no feedback to provide.

@jdx jdx merged commit ea44f78 into main Apr 28, 2026
37 checks passed
@jdx jdx deleted the codex/fix-astral-tokio-tar-advisory branch April 28, 2026 13:09
@github-actions
Copy link
Copy Markdown

Hyperfine Performance

mise x -- echo

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.25 x -- echo 18.7 ± 0.5 17.5 23.1 1.00
mise x -- echo 19.2 ± 0.6 17.9 25.8 1.03 ± 0.04

mise env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.25 env 18.4 ± 0.4 17.4 21.4 1.00 ± 0.04
mise env 18.4 ± 0.5 17.3 22.8 1.00

mise hook-env

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.25 hook-env 18.7 ± 0.6 17.1 22.4 1.04 ± 0.04
mise hook-env 18.1 ± 0.5 16.8 20.9 1.00

mise ls

Command Mean [ms] Min [ms] Max [ms] Relative
mise-2026.4.25 ls 18.9 ± 0.6 17.4 21.2 1.01 ± 0.04
mise ls 18.7 ± 0.4 17.4 19.8 1.00

xtasks/test/perf

Command mise-2026.4.25 mise Variance
install (cached) 119ms 118ms +0%
ls (cached) 68ms 68ms +0%
bin-paths (cached) 67ms 67ms +0%
task-ls (cached) 717ms 705ms +1%

mise-en-dev added a commit that referenced this pull request Apr 29, 2026
### 🚀 Features

- **(deps)** add aube provider by @jdx in
[#9452](#9452)
- **(ls-remote)** add strict metadata mode by @jdx in
[#9448](#9448)

### 🐛 Bug Fixes

- **(env)** parse concatenated short form `-Eval` correctly by @bts in
[#9456](#9456)
- **(http)** improve HTML detection by using Content-Type header by
@phateffect in [#9407](#9407)
- **(task)** install monorepo subdir tools before running deps by @jdx
in [#9454](#9454)

### 📦️ Dependency Updates

- update astral-tokio-tar advisory by @jdx in
[#9449](#9449)
- respect -q flag for provider command stream by @JamBalaya56562 in
[#9457](#9457)

### New Contributors

- @JamBalaya56562 made their first contribution in
[#9457](#9457)
- @bts made their first contribution in
[#9456](#9456)
- @phateffect made their first contribution in
[#9407](#9407)

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant