Merged
Conversation
Contributor
|
No reviewable files after applying ignore patterns. |
Hyperfine Performance
|
| 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
astral-tokio-tarfrom0.6.0to0.6.1inCargo.locklintjobRoot Cause
The
lintjob failed incargo deny checkbecauseastral-tokio-tar 0.6.0is affected by the PAX header desynchronization advisory. The dependency is pulled throughrattler_package_streaming.Validation
rm -rf ~/.cargo/advisory-dbs && cargo deny checkcargo checkhksuite, including all-featurescargo checkNote
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-tarfrom0.6.0to0.6.1(checksum updated) to resolve the PAX header desynchronization advisory flagged bycargo-deny.No source changes beyond
Cargo.lock; behavior changes are limited to whateverastral-tokio-tarupdates in this patch release.Reviewed by Cursor Bugbot for commit 38e4b93. Bugbot is set up for automated code reviews on this repo. Configure here.