chore: Update from '_rust/main' template#111
Merged
Merged
Conversation
epage
commented
Jul 16, 2026
Member
- Tests created for any new feature or regression tests for bugfixes.
…thon-5.x chore(deps): update actions/setup-python action to v5
…tion-3.x chore(deps): update github/codeql-action action to v3
…n-3.x chore(deps): Update pre-commit/action action to v3.0.1
We might want to hold one or the other back
Now that we run clippy on stable, we can do this
This works well when a package is a safe abstraction but to universally apply in a template to all members of a workspace doesn't make sense.
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.3.11` → `0.3.12` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.3.12`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#0312) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.3.11...v0.3.12) Released on 2026-05-05. ##### Highlights `auto_update.cooldown_days` is now available in both the user-level global config (`~/.config/prek/prek.toml` on Linux and macOS, or `$XDG_CONFIG_HOME/prek/prek.toml` when set; `%APPDATA%\prek\prek.toml` on Windows) and project config. Set a user default for `prek auto-update`, then override it per project when a repository needs a different update cadence. ```toml [auto_update] cooldown_days = 7 ``` ##### Enhancements - Add global auto-update cooldown config ([#​2041](https://redirect.github.com/j178/prek/pull/2041)) - Add project auto-update cooldown config ([#​2044](https://redirect.github.com/j178/prek/pull/2044)) - Support `language: dart` ([#​1146](https://redirect.github.com/j178/prek/pull/1146)) ##### Bug fixes - Pass commit message file to workspace hooks ([#​2043](https://redirect.github.com/j178/prek/pull/2043)) - Preserve non-UTF8 filenames from git ([#​2023](https://redirect.github.com/j178/prek/pull/2023)) - ruby: put resolved Ruby's bin dir on `$PATH` for `gem` invocations ([#​2021](https://redirect.github.com/j178/prek/pull/2021)) ##### Documentation - Update docs with the new logo and icon ([#​2025](https://redirect.github.com/j178/prek/pull/2025)) - Point schema docs to SchemaStore ([#​2039](https://redirect.github.com/j178/prek/pull/2039)) ##### Contributors - [@​j178](https://redirect.github.com/j178) - [@​xiaoyanli-lyft](https://redirect.github.com/xiaoyanli-lyft) - [@​Lutra-Fs](https://redirect.github.com/Lutra-Fs) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.3.12` → `0.3.13` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.3.13`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#0313) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.3.12...v0.3.13) Released on 2026-05-06. ##### Bug fixes - Respect hook filters for message files ([#​2049](https://redirect.github.com/j178/prek/pull/2049)) ##### Documentation - Add Godot Engine to users in README ([#​2047](https://redirect.github.com/j178/prek/pull/2047)) ##### Contributors - [@​j178](https://redirect.github.com/j178) - [@​Calinou](https://redirect.github.com/Calinou) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | minor | `0.3.13` → `0.4.0` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.0`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#040) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.3.13...v0.4.0) Released on 2026-05-14. ##### Breaking changes These are narrow cleanup breaks in behavior that was either temporary or never worked correctly. Most users should not need to change anything. - Generated hook scripts no longer preserve `-q`, `-v`, or `--no-progress` passed to `prek install`. This only affects users who expected those global flags to be baked into installed hooks. ([#​1966](https://redirect.github.com/j178/prek/pull/1966)) - `language_version` no longer accepts direct executable paths. Use `language_version: system` for a system toolchain, or use a supported version request instead. This path form did not work reliably before, so existing working configs should be unaffected. ([#​1831](https://redirect.github.com/j178/prek/pull/1831)) ##### Enhancements - Expand tilde in `--config`, `--cd`, `--log-file` and `--git-dir` ([#​2063](https://redirect.github.com/j178/prek/pull/2063)) - Prevent auto-update cooldown downgrades ([#​2055](https://redirect.github.com/j178/prek/pull/2055)) - Use managed npm cache for node hooks ([#​2075](https://redirect.github.com/j178/prek/pull/2075)) ##### Bug fixes - Fix npm config env overrides for node hooks ([#​2074](https://redirect.github.com/j178/prek/pull/2074)) ##### Documentation - Add cookbook page for enabling Git 2.54 config-based global hooks ([#​2061](https://redirect.github.com/j178/prek/pull/2061)) ##### Contributors - [@​j178](https://redirect.github.com/j178) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzMuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE3My42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.0` → `0.4.1` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.1`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#041) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.0...v0.4.1) Released on 2026-05-20. ##### Enhancements - Fix pre-push range after rebase ([#​2089](https://redirect.github.com/j178/prek/pull/2089)) - Prefer extensions over loose filename tags ([#​2092](https://redirect.github.com/j178/prek/pull/2092)) - Skip installs for hooks that will not run ([#​2103](https://redirect.github.com/j178/prek/pull/2103)) ##### Performance - Optimize meta hook file scans ([#​2106](https://redirect.github.com/j178/prek/pull/2106)) - Reduce run filtering allocations ([#​2090](https://redirect.github.com/j178/prek/pull/2090)) ##### Contributors - [@​j178](https://redirect.github.com/j178) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xODUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE4NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.1` → `0.4.2` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.2`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#042) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.1...v0.4.2) Released on 2026-05-26. ##### Highlights 0.4.2 is mainly about making `prek run` faster in large repos. `prek` now does less `git diff` work. After hooks run, `prek` uses diff checks to detect files changed by hooks. If a hook modifies files, prek marks that hook as failed. That is important, but full diff snapshots can be slow in big repos, especially when they happen after every hook group. We skip the expensive diff path in two common cases: built-in hooks that prek knows are read-only, and clean worktrees where a cheap dirty check is enough unless a hook actually changes files. In the right large-repo workload, skipping that work can make runs up to 10x faster. Workspace mode is faster too. Hooks have historically been too serial. Priority-based concurrency helped, but it required users to choose good `priority` values. Now sibling projects at the same workspace depth run in parallel automatically. Their files do not overlap, so this is safe and needs no extra config. For multi-project workspaces, this can dramatically reduce total hook time. ##### Sponsorship If `prek` saves time for you or your team, please consider sponsoring the project on [GitHub Sponsors](https://redirect.github.com/sponsors/j178). It helps keep new features, performance work, and maintenance moving. ##### Enhancements - Run same-depth projects concurrently ([#​2110](https://redirect.github.com/j178/prek/pull/2110)) - Make rustup install profile configurable ([#​2111](https://redirect.github.com/j178/prek/pull/2111)) - Simplify hook progress folding ([#​2125](https://redirect.github.com/j178/prek/pull/2125)) ##### Performance - Optimize diff checks for clean worktrees ([#​2109](https://redirect.github.com/j178/prek/pull/2109)) - Skip diff checks for read-only hooks ([#​2108](https://redirect.github.com/j178/prek/pull/2108)) ##### Contributors - [@​j178](https://redirect.github.com/j178) - [@​Carlomus](https://redirect.github.com/Carlomus) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.2` → `0.4.3` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.3`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#043) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.2...v0.4.3) Released on 2026-05-27. ##### Bug fixes - Ignore stat-only hook rewrites ([#​2131](https://redirect.github.com/j178/prek/pull/2131)) ##### Sponsorship If `prek` saves time for you or your team, please consider sponsoring the project on [GitHub Sponsors](https://redirect.github.com/sponsors/j178). It helps keep new features, performance work, and maintenance moving. ##### Contributors - [@​stevbev](https://redirect.github.com/stevbev) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.95` → `1.96` | --- ### Release Notes <details> <summary>rust-lang/rust (STABLE)</summary> ### [`v1.96`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1960-2026-05-28) [Compare Source](https://redirect.github.com/rust-lang/rust/compare/1.95.0...1.96.0) \========================== <a id="1.96.0-Language"></a> ## Language - [Allow passing `expr` metavariable to `cfg`](https://redirect.github.com/rust-lang/rust/pull/146961) - [Always coerce never types in tuple expressions](https://redirect.github.com/rust-lang/rust/pull/147834) - [Avoid incorrect inference guidance of function arguments in rare cases](https://redirect.github.com/rust-lang/rust/pull/150316) - [Support s390x vector registers in inline assembly](https://redirect.github.com/rust-lang/rust/pull/154184) - [Allow using constants of type `ManuallyDrop` as patterns (fixing a regression introduced in 1.94.0)](https://redirect.github.com/rust-lang/rust/pull/154891) <a id="1.96.0-Compiler"></a> ## Compiler - [Enable link relaxation feature for LoongArch Linux targets](https://redirect.github.com/rust-lang/rust/pull/153427) - [Update `riscv64gc-unknown-fuchsia` baseline to RVA22 + vector](https://redirect.github.com/rust-lang/rust/pull/155072) <a id="1.96.0-Libraries"></a> ## Libraries - [Support iterating over ranges of `NonZero` integers](https://redirect.github.com/rust-lang/rust/pull/127534) - [refactor 'valid for read/write' definition: exclude null; add that as an exception on individual methods instead](https://redirect.github.com/rust-lang/rust/pull/152615) - [Fix SGX delayed host lookup via ToSocketAddr](https://redirect.github.com/rust-lang/rust/pull/152851) <a id="1.96.0-Stabilized-APIs"></a> ## Stabilized APIs - [`assert_matches!`](https://doc.rust-lang.org/stable/std/macro.assert_matches.html) - [`debug_assert_matches!`](https://doc.rust-lang.org/stable/std/macro.debug_assert_matches.html) - [`From<T> for AssertUnwindSafe<T>`](https://doc.rust-lang.org/stable/std/panic/struct.AssertUnwindSafe.html#impl-From%3CT%3E-for-AssertUnwindSafe%3CT%3E) - [`From<T> for LazyCell<T, F>`](https://doc.rust-lang.org/stable/std/cell/struct.LazyCell.html#impl-From%3CT%3E-for-LazyCell%3CT,+F%3E) - [`From<T> for LazyLock<T, F>`](https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html#impl-From%3CT%3E-for-LazyLock%3CT,+F%3E) - [`core::range::RangeToInclusive`](https://doc.rust-lang.org/stable/core/range/struct.RangeToInclusive.html) - [`core::range::RangeToInclusiveIter`](https://doc.rust-lang.org/stable/core/range/struct.RangeToInclusiveIter.html) - [`core::range::RangeFrom`](https://doc.rust-lang.org/stable/core/ops/struct.RangeFrom.html) - [`core::range::RangeFromIter`](https://doc.rust-lang.org/stable/core/ops/struct.RangeFromIter.html) - [`core::range::Range`](https://doc.rust-lang.org/stable/std/range/struct.Range.html) - [`core::range::RangeIter`](https://doc.rust-lang.org/stable/std/range/struct.RangeIter.html) <a id="1.96.0-Cargo"></a> ## Cargo - [Allow a dependency to specify both a git repository and an alternate registry.](https://redirect.github.com/rust-lang/cargo/pull/16810/) Just like with crates.io, the git repository will be used locally, but the registry version will be used when published. - [Added `target.'cfg(..)'.rustdocflags` support in configuration.](https://redirect.github.com/rust-lang/cargo/pull/16846) - Fixed [CVE-2026-5222](https://blog.rust-lang.org/2026/05/25/cve-2026-5222/) and [CVE-2026-5223](https://blog.rust-lang.org/2026/05/25/cve-2026-5223/). <a id="1.96-Rustdoc"></a> ## Rustdoc - [Deprecation notes are now rendered like any other documentation](https://redirect.github.com/rust-lang/rust/pull/149931). Previously they used the css `white-space: pre-wrap;` property and stripped any `<p>` elements from the rendered html, however this caused issues and unintuitive behavior. The new behavior should be more predictable, however some multi-line deprecation notes will now be rendered as as single lines. If this is undesirable, you can use the standard markdown method of forcing a linebreak, which is two spaces followed by a newline (`"\n"`). - [Don't emit rustdoc `missing_doc_code_examples` lint on impl items](https://redirect.github.com/rust-lang/rust/pull/154048) - [Seperate methods and associated functions in sidebar](https://redirect.github.com/rust-lang/rust/pull/154644) <a id="1.96.0-Compatibility-Notes"></a> ## Compatibility Notes - [Fix layout of `#[repr(Int)]` enums in some edge cases involving fields of uninhabited zero-sized types](https://redirect.github.com/rust-lang/rust/pull/146989) - [Prevent unsize-coercing into `Pin<Foo>` where `Foo` doesn't implement `Deref`. Some such coercions were previously allowed, but produce a type with no useful public API.](https://redirect.github.com/rust-lang/rust/pull/149218) - [rustc: Stop passing `--allow-undefined` on wasm targets](https://redirect.github.com/rust-lang/rust/pull/149868) - [Gate the accidentally stabilized `#![reexport_test_harness_main]` attribute](https://redirect.github.com/rust-lang/rust/pull/152210) - [Error on return-position-impl-trait-in-traits whose types are too private](https://redirect.github.com/rust-lang/rust/pull/152543) - [Report the `uninhabited_static` lint in dependencies and make it deny-by-default](https://redirect.github.com/rust-lang/rust/pull/152853) - [Distributed builds now contain non-split debuginfo for windows-gnu](https://redirect.github.com/rust-lang/rust/pull/152870) This appears to improve the quality of backtraces. This change has no effect on the defaults for the output of rustc/cargo on these targets. - [Check const generic arguments are correctly typed in more positions](https://redirect.github.com/rust-lang/rust/pull/152931) - [Remove `-Csoft-float`](https://redirect.github.com/rust-lang/rust/pull/152973) - [Importing structs with `::{self [as name]}`, e.g., `struct S {}; use S::{self as Other};`, is now no longer permitted because `{self}` imports require a module parent.](https://redirect.github.com/rust-lang/rust/pull/152996) - [For `export_name`, `link_name`, and `link_section` attributes, if multiple of the same attribute is present, the first one now takes precedence.](https://redirect.github.com/rust-lang/rust/pull/153041) - [Update the minimum external LLVM to 21](https://redirect.github.com/rust-lang/rust/pull/153684) - On `avr` targets, C's `double` type is 32-bit by default, so [change `c_double` to `f32` on `avr` targets to match](https://redirect.github.com/rust-lang/rust/pull/154647). This is a breaking change, but necessary to make `c_double` match C's double. <a id="1.96.0-Internal-Changes"></a> ## Internal Changes These changes do not affect any public interfaces of Rust, but they represent significant improvements to the performance or internals of rustc and related tools. - [JSON targets: `aarch64` softfloat targets now have to have `rustc_abi` set to `"softfloat"`](https://redirect.github.com/rust-lang/rust/pull/152941) - [target specs: stricter checks for LLVM ABI values, and correlate that with `cfg(target_abi)`](https://redirect.github.com/rust-lang/rust/pull/153769) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTguMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
> ℹ️ **Note**
>
> This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[EmbarkStudios/cargo-deny-action](https://redirect.github.com/EmbarkStudios/cargo-deny-action)
| action | patch | `v2.0.15` → `v2.0.20` |
| [crate-ci/typos](https://redirect.github.com/crate-ci/typos) | action
| minor | `v1.46.0` → `v1.47.0` |
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| action | minor | `v4.35.1` → `v4.36.0` |
| [j178/prek-action](https://redirect.github.com/j178/prek-action) |
action | patch | `v2.0.1` → `v2.0.4` |
|
[taiki-e/install-action](https://redirect.github.com/taiki-e/install-action)
| action | minor | `v2.75.4` → `v2.81.1` |
|
[zizmorcore/zizmor-action](https://redirect.github.com/zizmorcore/zizmor-action)
| action | patch | `v0.5.2` → `v0.5.6` |
---
### Release Notes
<details>
<summary>EmbarkStudios/cargo-deny-action
(EmbarkStudios/cargo-deny-action)</summary>
###
[`v2.0.20`](https://redirect.github.com/EmbarkStudios/cargo-deny-action/releases/tag/v2.0.20):
Release 2.0.20 - cargo-deny 0.19.8
[Compare
Source](https://redirect.github.com/EmbarkStudios/cargo-deny-action/compare/v2.0.19...v2.0.20)
##### Fixed
-
[PR#864](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/864)
fixed matching of `^` and `~` with on prerelease versions for when
checking if a crate is affected by an advisory. As of the time of the
PR, this literally affected none of published versions of any crate with
an advisory, but this just ensures such a case will be handled in the
future.
###
[`v2.0.19`](https://redirect.github.com/EmbarkStudios/cargo-deny-action/releases/tag/v2.0.19):
Release 2.0.19 - cargo-deny 0.19.7
[Compare
Source](https://redirect.github.com/EmbarkStudios/cargo-deny-action/compare/v2.0.18...v2.0.19)
##### Changed
-
[PR#860](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/860)
updated crates, resolving
[krates#111](https://redirect.github.com/EmbarkStudios/krates/issues/111).
###
[`v2.0.18`](https://redirect.github.com/EmbarkStudios/cargo-deny-action/releases/tag/v2.0.18):
Release 2.0.18 - cargo-deny 0.19.5
[Compare
Source](https://redirect.github.com/EmbarkStudios/cargo-deny-action/compare/v2.0.17...v2.0.18)
##### Fixed
-
[PR#857](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/857)
fixed a segfault reported in
[#​855](https://redirect.github.com/EmbarkStudios/cargo-deny/issues/855).
###
[`v2.0.17`](https://redirect.github.com/EmbarkStudios/cargo-deny-action/releases/tag/v2.0.17):
Release 2.0.17 - cargo-deny 0.19.2
[Compare
Source](https://redirect.github.com/EmbarkStudios/cargo-deny-action/compare/v2.0.16...v2.0.17)
##### Fixed
-
[PR#845](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/845)
fixed structural issues with SARIF output, resolving
[#​818](https://redirect.github.com/EmbarkStudios/cargo-deny/issues/818).
Thanks
[@​KyleChamberlin](https://redirect.github.com/KyleChamberlin)!
###
[`v2.0.16`](https://redirect.github.com/EmbarkStudios/cargo-deny-action/releases/tag/v2.0.16):
Release 2.0.16 - cargo-deny 0.19.1
[Compare
Source](https://redirect.github.com/EmbarkStudios/cargo-deny-action/compare/v2.0.15...v2.0.16)
##### Fixed
-
[PR#833](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/833)
fixed an issue where the maximum advisory database staleness was over 14
years instead of the intended 90 days.
-
[PR#839](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/839)
fixed an issue where unsound advisories would appear for transitive
dependencies despite requesting them only for workspace dependencies,
resolving
[#​829](https://redirect.github.com/EmbarkStudios/cargo-deny/issues/829).
-
[PR#840](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/840)
resolved
[#​797](https://redirect.github.com/EmbarkStudios/cargo-deny/issues/797)
by passing `--filter-platform` when collecting cargo metadata if only a
single target was requested either in the config or via the command
line.
-
[PR#841](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/841)
fixed an issue where `--frozen` would not disable fetching of the
advisory DB, resolving
[#​759](https://redirect.github.com/EmbarkStudios/cargo-deny/issues/759).
-
[PR#842](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/842)
and
[PR#844](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/844)
updated crates. Notably `krates` was updated to resolve two issues with
crates being pruned from the graph used when running checks. Resolving
these two issues may mean that updating cargo-deny may highlight issues
that were previously hidden.
-
[EmbarkStudios/krates#106](https://redirect.github.com/EmbarkStudios/krates/issues/106)
would fail to pull in crates brought in via a feature if that crate had
its `lib` target renamed by the package author.
-
[EmbarkStudios/krates#109](https://redirect.github.com/EmbarkStudios/krates/issues/109)
would fail to bring in optional dependencies if they were brought in by
a weak feature in a crate *also* brought in by a weak feature.
##### Changed
-
[PR#830](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/830)
removed `gix` in favor of shelling out to `git`. This massively improves
build times and eases maintenance as `gix` bumps minor versions quite
frequently. If cargo-deny is used in an environment that for some reason
allows internet access but doesn't have `git` available, the advisory
database would need to be updated before calling cargo-deny.
-
[PR#838](https://redirect.github.com/EmbarkStudios/cargo-deny/pull/838)
removed `rustsec` in favor of manually implemented advisory parsing and
checking, with a nightly cron job that checks that the implementation
exactly matches rustsec on the official rustsec advisory db.
</details>
<details>
<summary>crate-ci/typos (crate-ci/typos)</summary>
###
[`v1.47.0`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.47.0)
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.46.3...v1.47.0)
#### \[1.47.0] - 2026-05-29
##### Features
- Updated the dictionary with the [May
2026](https://redirect.github.com/crate-ci/typos/issues/1545) changes
###
[`v1.46.3`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.46.3)
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.46.2...v1.46.3)
#### \[1.46.3] - 2026-05-23
##### Fixes
- Don't correct to `sequentials`
- Don't correct to `subdolder`
###
[`v1.46.2`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.46.2)
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.46.1...v1.46.2)
#### \[1.46.2] - 2026-05-16
##### Fixes
- Don't correct to `criterias`
- Don't correct to `replaceables`
###
[`v1.46.1`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.46.1)
[Compare
Source](https://redirect.github.com/crate-ci/typos/compare/v1.46.0...v1.46.1)
#### \[1.46.1] - 2026-05-08
##### Fixes
- Don't correct to `confidentials`
</details>
<details>
<summary>github/codeql-action (github/codeql-action)</summary>
###
[`v4.36.0`](https://redirect.github.com/github/codeql-action/releases/tag/v4.36.0)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.35.5...v4.36.0)
- *Breaking change*: Bump the minimum required CodeQL bundle version to
2.19.4.
[#​3894](https://redirect.github.com/github/codeql-action/pull/3894)
- Add support for SHA-256 Git object IDs.
[#​3893](https://redirect.github.com/github/codeql-action/pull/3893)
- Update default CodeQL bundle version to
[2.25.5](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5).
[#​3926](https://redirect.github.com/github/codeql-action/pull/3926)
###
[`v4.35.5`](https://redirect.github.com/github/codeql-action/releases/tag/v4.35.5)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.35.4...v4.35.5)
- We have improved how the JavaScript bundles for the CodeQL Action are
generated to avoid duplication across bundles and reduce the size of the
repository by around 70%. This should have no effect on the runtime
behaviour of the CodeQL Action.
[#​3899](https://redirect.github.com/github/codeql-action/pull/3899)
- For performance and accuracy reasons, [improved incremental
analysis](https://redirect.github.com/github/roadmap/issues/1158) will
now only be enabled on a pull request when diff-informed analysis is
also enabled for that run. If diff-informed analysis is unavailable (for
example, because the PR diff ranges could not be computed), the action
will fall back to a full analysis.
[#​3791](https://redirect.github.com/github/codeql-action/pull/3791)
- If multiple inputs are provided for the GitHub-internal
`analysis-kinds` input, only `code-scanning` will be enabled. The
`analysis-kinds` input is experimental, for GitHub-internal use only,
and may change without notice at any time.
[#​3892](https://redirect.github.com/github/codeql-action/pull/3892)
- Added an experimental change which, when running a Code Scanning
analysis for a PR with [improved incremental
analysis](https://redirect.github.com/github/roadmap/issues/1158)
enabled, prefers CodeQL CLI versions that have a cached overlay-base
database for the configured languages. This speeds up analysis for a
repository when there is not yet a cached overlay-base database for the
latest CLI version. We expect to roll this change out to everyone in
May.
[#​3880](https://redirect.github.com/github/codeql-action/pull/3880)
###
[`v4.35.4`](https://redirect.github.com/github/codeql-action/releases/tag/v4.35.4)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.35.3...v4.35.4)
- Update default CodeQL bundle version to
[2.25.4](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4).
[#​3881](https://redirect.github.com/github/codeql-action/pull/3881)
###
[`v4.35.3`](https://redirect.github.com/github/codeql-action/releases/tag/v4.35.3)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.35.2...v4.35.3)
- *Upcoming breaking change*: Add a deprecation warning for customers
using CodeQL version 2.19.3 and earlier. These versions of CodeQL were
discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15,
and will be unsupported by the next minor release of the CodeQL Action.
[#​3837](https://redirect.github.com/github/codeql-action/pull/3837)
- Configurations for private registries that use Cloudsmith or GCP OIDC
are now accepted.
[#​3850](https://redirect.github.com/github/codeql-action/pull/3850)
- Best-effort connection tests for private registries now use `GET`
requests instead of `HEAD` for better compatibility with various
registry implementations. For NuGet feeds, the test is now always
performed against the service index.
[#​3853](https://redirect.github.com/github/codeql-action/pull/3853)
- Fixed a bug where two diagnostics produced within the same millisecond
could overwrite each other on disk, causing one of them to be lost.
[#​3852](https://redirect.github.com/github/codeql-action/pull/3852)
- Update default CodeQL bundle version to
[2.25.3](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3).
[#​3865](https://redirect.github.com/github/codeql-action/pull/3865)
###
[`v4.35.2`](https://redirect.github.com/github/codeql-action/releases/tag/v4.35.2)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.35.1...v4.35.2)
- The undocumented TRAP cache cleanup feature that could be enabled
using the `CODEQL_ACTION_CLEANUP_TRAP_CACHES` environment variable is
deprecated and will be removed in May 2026. If you are affected by this,
we recommend disabling TRAP caching by passing the `trap-caching: false`
input to the `init` Action.
[#​3795](https://redirect.github.com/github/codeql-action/pull/3795)
- The Git version 2.36.0 requirement for improved incremental analysis
now only applies to repositories that contain submodules.
[#​3789](https://redirect.github.com/github/codeql-action/pull/3789)
- Python analysis on GHES no longer extracts the standard library,
relying instead on models of the standard library. This should result in
significantly faster extraction and analysis times, while the effect on
alerts should be minimal.
[#​3794](https://redirect.github.com/github/codeql-action/pull/3794)
- Fixed a bug in the validation of OIDC configurations for private
registries that was added in CodeQL Action 4.33.0 / 3.33.0.
[#​3807](https://redirect.github.com/github/codeql-action/pull/3807)
- Update default CodeQL bundle version to
[2.25.2](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2).
[#​3823](https://redirect.github.com/github/codeql-action/pull/3823)
</details>
<details>
<summary>j178/prek-action (j178/prek-action)</summary>
###
[`v2.0.4`](https://redirect.github.com/j178/prek-action/releases/tag/v2.0.4)
[Compare
Source](https://redirect.github.com/j178/prek-action/compare/v2.0.3...v2.0.4)
##### What's Changed
- Update known versions for prek 0.3.12 by
[@​j178](https://redirect.github.com/j178) in
[#​131](https://redirect.github.com/j178/prek-action/pull/131)
- Update known versions for prek 0.3.13 by
[@​j178](https://redirect.github.com/j178) in
[#​132](https://redirect.github.com/j178/prek-action/pull/132)
- Update known versions for prek 0.4.0 by
[@​j178](https://redirect.github.com/j178) in
[#​133](https://redirect.github.com/j178/prek-action/pull/133)
**Full Changelog**:
<https://github.com/j178/prek-action/compare/v2...v2.0.4>
###
[`v2.0.3`](https://redirect.github.com/j178/prek-action/releases/tag/v2.0.3)
[Compare
Source](https://redirect.github.com/j178/prek-action/compare/v2.0.2...v2.0.3)
##### What's Changed
- Use single action entrypoint by
[@​j178](https://redirect.github.com/j178) in
[#​128](https://redirect.github.com/j178/prek-action/pull/128)
- Update known versions for prek 0.3.10 by
[@​j178](https://redirect.github.com/j178) in
[#​123](https://redirect.github.com/j178/prek-action/pull/123)
- Update known versions for prek 0.3.11 by
[@​j178](https://redirect.github.com/j178) in
[#​124](https://redirect.github.com/j178/prek-action/pull/124)
**Full Changelog**:
<https://github.com/j178/prek-action/compare/v2...v2.0.3>
###
[`v2.0.2`](https://redirect.github.com/j178/prek-action/releases/tag/v2.0.2)
[Compare
Source](https://redirect.github.com/j178/prek-action/compare/v2.0.1...v2.0.2)
#### What's Changed
- Reduce missing checksum log noise by
[@​j178](https://redirect.github.com/j178) in
[#​117](https://redirect.github.com/j178/prek-action/pull/117)
- Update zizmorcore/zizmor-action action to v0.5.2 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​118](https://redirect.github.com/j178/prek-action/pull/118)
- Update known versions for prek 0.3.9 by
[@​j178](https://redirect.github.com/j178) in
[#​119](https://redirect.github.com/j178/prek-action/pull/119)
**Full Changelog**:
<https://github.com/j178/prek-action/compare/v2...v2.0.2>
</details>
<details>
<summary>taiki-e/install-action (taiki-e/install-action)</summary>
###
[`v2.81.1`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.1):
2.81.1
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.0...v2.81.1)
- Update `cargo-no-dev-deps@latest` to 0.2.24.
- Update `cargo-hack@latest` to 0.6.45.
###
[`v2.81.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.0):
2.81.0
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.80.0...v2.81.0)
- Support `convco`.
([#​1831](https://redirect.github.com/taiki-e/install-action/pull/1831),
thanks [@​graelo](https://redirect.github.com/graelo))
- Support `docgarden`
([#​1830](https://redirect.github.com/taiki-e/install-action/pull/1830),
thanks [@​jesse-black](https://redirect.github.com/jesse-black))
- Update `vacuum@latest` to 0.28.0.
- Update `cargo-binstall@latest` to 1.19.1.
###
[`v2.80.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.80.0):
2.80.0
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.15...v2.80.0)
- Support `kingfisher`.
([#​1874](https://redirect.github.com/taiki-e/install-action/pull/1874),
thanks [@​SAY-5](https://redirect.github.com/SAY-5))
###
[`v2.79.15`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.15):
2.79.15
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.14...v2.79.15)
- Update `typos@latest` to 1.47.0.
- Update `wasm-tools@latest` to 1.251.0.
- Update `vacuum@latest` to 0.27.2.
- Update `uv@latest` to 0.11.17.
- Update `tombi@latest` to 1.1.1.
- Update `mise@latest` to 2026.5.16.
###
[`v2.79.14`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.14):
2.79.14
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.13...v2.79.14)
- Update `vacuum@latest` to 0.27.0.
- Update `cargo-deny@latest` to 0.19.8.
###
[`v2.79.13`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.13):
2.79.13
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.12...v2.79.13)
- Update `gungraun-runner@latest` to 0.19.1.
- Update `biome@latest` to 2.4.16.
###
[`v2.79.12`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.12):
2.79.12
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.11...v2.79.12)
- Update `prek@latest` to 0.4.3.
- Remove uses of crates.io API, which potentially cases 403 error.
###
[`v2.79.11`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.11):
2.79.11
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.10...v2.79.11)
- Update `vacuum@latest` to 0.26.8.
- Update `cargo-nextest@latest` to 0.9.137.
###
[`v2.79.10`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.10):
2.79.10
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.9...v2.79.10)
- Update `tombi@latest` to 1.1.0.
- Update `prek@latest` to 0.4.2.
- Update `editorconfig-checker@latest` to 3.7.0.
###
[`v2.79.9`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.9):
2.79.9
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.8...v2.79.9)
- Update `vacuum@latest` to 0.26.7.
- Update `tombi@latest` to 1.0.0.
###
[`v2.79.8`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.8):
2.79.8
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.7...v2.79.8)
- Update `parse-dockerfile@latest` to 0.1.6.
- Update `knope@latest` to 0.23.0.
###
[`v2.79.7`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.7):
2.79.7
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.6...v2.79.7)
- Update `typos@latest` to 1.46.3.
- Update `rclone@latest` to 1.74.2.
- Update `mise@latest` to 2026.5.15.
- Update `tombi@latest` to 0.11.7.
###
[`v2.79.6`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.6):
2.79.6
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.5...v2.79.6)
- Update `wasm-bindgen@latest` to 0.2.122.
- Update `mise@latest` to 2026.5.14.
- Update `cargo-deny@latest` to 0.19.7.
- Update `vacuum@latest` to 0.26.6.
###
[`v2.79.5`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.5):
2.79.5
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.4...v2.79.5)
- Update `jaq@latest` to 3.0.0.
([#​1861](https://redirect.github.com/taiki-e/install-action/pull/1861),
thanks
[@​MusicalNinjaDad](https://redirect.github.com/MusicalNinjaDad))
- Update `wasmtime@latest` to 45.0.0.
- Update `wasm-tools@latest` to 1.250.0.
- Update `tombi@latest` to 0.11.6.
- Update `mise@latest` to 2026.5.13.
###
[`v2.79.4`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.4):
2.79.4
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.3...v2.79.4)
- Update `martin@latest` to 1.10.1.
- Update `prek@latest` to 0.4.1.
- Update `protoc@latest` to 3.35.0.
- Update `mdbook@latest` to 0.5.3.
###
[`v2.79.3`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.3):
2.79.3
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.2...v2.79.3)
- Update `mise@latest` to 2026.5.12.
- Update `martin@latest` to 1.10.0.
- Update `uv@latest` to 0.11.15.
###
[`v2.79.2`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.2):
2.79.2
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.1...v2.79.2)
- Update `mise@latest` to 2026.5.11.
- Update `vacuum@latest` to 0.26.5.
- Update `cargo-shear@latest` to 1.12.4.
###
[`v2.79.1`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.1):
2.79.1
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.79.0...v2.79.1)
- Update `tombi@latest` to 0.11.5.
- Update `cargo-nextest@latest` to 0.9.136.
- Update `typos@latest` to 1.46.2.
- Update `mise@latest` to 2026.5.10.
###
[`v2.79.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.79.0):
2.79.0
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.78.3...v2.79.0)
- Support more host architectures.
([#​1841](https://redirect.github.com/taiki-e/install-action/pull/1841),
thanks [@​Gelbpunkt](https://redirect.github.com/Gelbpunkt))
- Deprecate `mdbook-alerts` because the feature now included in `mdbook`
and the
[repository](https://redirect.github.com/lambdalisue/rs-mdbook-alerts)
has been archived.
([#​1844](https://redirect.github.com/taiki-e/install-action/pull/1844))
- Deprecate `iai-callgrind-runner` because it has been
[renamed](https://redirect.github.com/gungraun/gungraun/releases/tag/v0.17.0)
to `gungraun-runner`. `gungraun-runner` is also supported by this
action.
([#​1844](https://redirect.github.com/taiki-e/install-action/pull/1844))
###
[`v2.78.3`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.78.3):
2.78.3
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.78.2...v2.78.3)
- Update `zizmor@latest` to 1.25.2.
- Update `cargo-zigbuild@latest` to 0.22.3.
([#​1814](https://redirect.github.com/taiki-e/install-action/pull/1814),
thanks
[@​simonhollingshead](https://redirect.github.com/simonhollingshead))
- Update `wasm-tools@latest` to 1.249.0.
- Update `gungraun-runner@latest` to 0.19.0.
###
[`v2.78.2`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.78.2):
2.78.2
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.78.1...v2.78.2)
- Update `wasm-pack@latest` to 0.15.0.
- Update `zizmor@latest` to 1.25.0.
- Update `mise@latest` to 2026.5.9.
- Update `cargo-nextest@latest` to 0.9.135.
- Update `cyclonedx@latest` to 0.32.0.
- Update `prek@latest` to 0.4.0.
###
[`v2.78.1`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.78.1):
2.78.1
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.78.0...v2.78.1)
- Update `mise@latest` to 2026.5.7.
- Diagnostic improvements.
###
[`v2.78.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.78.0):
2.78.0
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.77.7...v2.78.0)
- Support `cargo-mutants`.
([#​1812](https://redirect.github.com/taiki-e/install-action/pull/1812),
thanks [@​jakewimmer](https://redirect.github.com/jakewimmer))
- Update `covgate@latest` to 0.2.0.
- Update `cargo-llvm-cov@latest` to 0.8.7.
- Update `uv@latest` to 0.11.14.
- Update `martin@latest` to 1.9.1.
- Update `tombi@latest` to 0.11.4.
###
[`v2.77.7`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.77.7):
2.77.7
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.77.6...v2.77.7)
- Update `mise@latest` to 2026.5.6.
- Update `cargo-deny@latest` to 0.19.6.
###
[`v2.77.6`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.77.6):
2.77.6
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.77.5...v2.77.6)
- Fix `wasm-pack` installation failure.
- Update `mise@latest` to 2026.5.5.
- Update `release-plz@latest` to 0.3.158.
- Update `just@latest` to 1.51.0.
###
[`v2.77.5`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.77.5):
2.77.5
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.77.4...v2.77.5)
- Update `biome@latest` to 2.4.15.
- Update `mise@latest` to 2026.5.4.
- Update `cargo-deny@latest` to 0.19.5.
###
[`v2.77.4`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.77.4):
2.77.4
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.77.3...v2.77.4)
- Update `tombi@latest` to 0.11.1.
- Update `cargo-llvm-cov@latest` to 0.8.6.
- Update `uv@latest` to 0.11.12.
###
[`v2.77.3`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.77.3):
2.77.3
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.77.2...v2.77.3)
- Update `typos@latest` to 1.46.1.
- Update `rclone@latest` to 1.74.1.
- Update `tombi@latest` to 0.11.0.
- Update `osv-scanner@latest` to 2.3.8.
- Update `mise@latest` to 2026.5.3.
###
[`v2.77.2`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.77.2):
2.77.2
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.77.1...v2.77.2)
- Update `martin@latest` to 1.9.0.
- Update `wasm-bindgen@latest` to 0.2.121.
- Update `uv@latest` to 0.11.11.
- Update `mise@latest` to 2026.5.1.
- Update `prek@latest` to 0.3.13.
- Update `tombi@latest` to 0.10.6.
###
[`v2.77.1`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.77.1):
2.77.1
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.77.0...v2.77.1)
- Support `taiki-e/install-action@rust` tag.
- Update `tombi@latest` to 0.10.3.
- Update `martin@latest` to 1.8.2.
###
[`v2.77.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.77.0):
2.77.0
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.76.0...v2.77.0)
- Support `rust`.
([#​1779](https://redirect.github.com/taiki-e/install-action/pull/1779))
This installs rust using rustup.
If rustup is not yet installed, this action downloads [rustup-init for
the current
platform](https://rust-lang.github.io/rustup/installation/other.html#manual-installation)
using HTTPS with tlsv1.2+, verifies SHA256 checksum, and then installs
rustup using it.
This also supports installing additional components at the same time by
`+<additional>` syntax:
```yaml
- uses: taiki-e/install-action@v2
with:
# Install rust stable with rustfmt component and wasm32-wasip1 target.
tool: rust+rustfmt+wasm32-wasip1
# When installing another rust version:
# tool: rust@nightly + rustfmt + wasm32-wasip1
```
- Fix issue where x86\_64 binary will be installed on AArch64 Windows
even when AArch64 Windows binary available.
- Update `mise@latest` to 2026.5.0.
- Diagnostic improvements.
###
[`v2.76.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.76.0):
2.76.0
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.30...v2.76.0)
- Support `mdbook-d2`.
([#​1737](https://redirect.github.com/taiki-e/install-action/pull/1737),
thanks [@​nhu](https://redirect.github.com/nhu))
- Support `cargo-apple-runner`.
([#​1731](https://redirect.github.com/taiki-e/install-action/pull/1731),
thanks [@​madsmtm](https://redirect.github.com/madsmtm))
- Support `cargo-binstall` on riscv64 Linux.
- Update `cargo-deb@latest` to 3.7.0.
- Update `tombi@latest` to 0.10.2.
###
[`v2.75.30`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.30):
2.75.30
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.29...v2.75.30)
- Support `cargo-spellcheck` on AArch64 Linux/Windows.
- Update `cargo-spellcheck@latest` to 0.15.7.
- Update `biome@latest` to 2.4.14.
###
[`v2.75.29`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.29):
2.75.29
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.28...v2.75.29)
- Update `syft@latest` to 1.44.0.
- Update `rclone@latest` to 1.74.0.
- Update `osv-scanner@latest` to 2.3.6.
###
[`v2.75.28`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.28):
2.75.28
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.27...v2.75.28)
- Update `wasmtime@latest` to 44.0.1.
- Update `typos@latest` to 1.46.0.
- Update `tombi@latest` to 0.10.1.
- Update `sccache@latest` to 0.15.0.
- Update `mise@latest` to 2026.4.28.
- Update `gungraun-runner@latest` to 0.18.2.
- Update `cyclonedx@latest` to 0.31.0.
###
[`v2.75.27`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.27):
2.75.27
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.26...v2.75.27)
- Update `cargo-udeps@latest` to 0.1.61.
- Update `wasm-tools@latest` to 1.248.0.
- Update `cargo-deb@latest` to 3.6.4.
###
[`v2.75.26`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.26):
2.75.26
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.25...v2.75.26)
- Update `wasm-bindgen@latest` to 0.2.120.
- Update `mise@latest` to 2026.4.25.
- Update `martin@latest` to 1.8.0.
- Update `vacuum@latest` to 0.26.4.
###
[`v2.75.25`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.25):
2.75.25
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.24...v2.75.25)
- Update `uv@latest` to 0.11.8.
- Update `typos@latest` to 1.45.2.
- Update `tombi@latest` to 0.9.25.
- Update `mise@latest` to 2026.4.24.
###
[`v2.75.24`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.24):
2.75.24
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.23...v2.75.24)
- Update `prek@latest` to 0.3.11.
- Update `mise@latest` to 2026.4.23.
- Update `vacuum@latest` to 0.26.3.
###
[`v2.75.23`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.23):
2.75.23
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.22...v2.75.23)
- Update `vacuum@latest` to 0.26.2.
- Update `tombi@latest` to 0.9.24.
- Update `mise@latest` to 2026.4.22.
- Update `martin@latest` to 1.7.0.
- Update `git-cliff@latest` to 2.13.1.
- Update `cargo-tarpaulin@latest` to 0.35.4.
- Update `cargo-sort@latest` to 2.1.4.
###
[`v2.75.22`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.22):
2.75.22
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.21...v2.75.22)
- Update `tombi@latest` to 0.9.22.
- Update `biome@latest` to 2.4.13.
###
[`v2.75.21`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.21):
2.75.21
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.20...v2.75.21)
- Update `mise@latest` to 2026.4.19.
- Update `tombi@latest` to 0.9.21.
- Update `syft@latest` to 1.43.0.
###
[`v2.75.20`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.20):
2.75.20
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.19...v2.75.20)
- Update `prek@latest` to 0.3.10.
- Update `cargo-xwin@latest` to 0.22.0.
###
[`v2.75.19`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.19):
2.75.19
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.18...v2.75.19)
- Update `wasmtime@latest` to 44.0.0.
- Update `tombi@latest` to 0.9.20.
- Update `martin@latest` to 1.6.0.
- Update `just@latest` to 1.50.0.
- Update `mise@latest` to 2026.4.18.
- Update `rclone@latest` to 1.73.5.
###
[`v2.75.18`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.75.18):
2.75.18
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.17...v2.75.18)
- Update `vacuum@latest` to 0.26.1.
- Update `wasm-tools@latest` to 1.247.0.
- Update `mise@latest` to 2026.4.16.
- Update `espup@latest` to 0.17.1.
- Update `trivy@latest` to 0.70.0.
###
[`v2.75.17`](https://redirect.github.com/taiki-e/install-action/blob/HEAD/CHANGELOG.md#100---2021-12-30)
[Compare
Source](https://redirect.github.com/taiki-e/install-action/compare/v2.75.16...v2.75.17)
Initial release
[Unreleased]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.21...HEAD
[2.75.21]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.20...v2.75.21
[2.75.20]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.19...v2.75.20
[2.75.19]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.18...v2.75.19
[2.75.18]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.17...v2.75.18
[2.75.17]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.16...v2.75.17
[2.75.16]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.15...v2.75.16
[2.75.15]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.14...v2.75.15
[2.75.14]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.13...v2.75.14
[2.75.13]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.12...v2.75.13
[2.75.12]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.11...v2.75.12
[2.75.11]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.10...v2.75.11
[2.75.10]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.9...v2.75.10
[2.75.9]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.8...v2.75.9
[2.75.8]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.7...v2.75.8
[2.75.7]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.6...v2.75.7
[2.75.6]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.5...v2.75.6
[2.75.5]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.4...v2.75.5
[2.75.4]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.3...v2.75.4
[2.75.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.2...v2.75.3
[2.75.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.1...v2.75.2
[2.75.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.75.0...v2.75.1
[2.75.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.74.1...v2.75.0
[2.74.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.74.0...v2.74.1
[2.74.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.73.0...v2.74.0
[2.73.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.72.0...v2.73.0
[2.72.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.71.3...v2.72.0
[2.71.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.71.2...v2.71.3
[2.71.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.71.1...v2.71.2
[2.71.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.71.0...v2.71.1
[2.71.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.70.4...v2.71.0
[2.70.4]:
https://redirect.github.com/taiki-e/install-action/compare/v2.70.3...v2.70.4
[2.70.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.70.2...v2.70.3
[2.70.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.70.1...v2.70.2
[2.70.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.70.0...v2.70.1
[2.70.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.14...v2.70.0
[2.69.14]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.13...v2.69.14
[2.69.13]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.12...v2.69.13
[2.69.12]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.11...v2.69.12
[2.69.11]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.10...v2.69.11
[2.69.10]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.9...v2.69.10
[2.69.9]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.8...v2.69.9
[2.69.8]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.7...v2.69.8
[2.69.7]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.6...v2.69.7
[2.69.6]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.5...v2.69.6
[2.69.5]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.4...v2.69.5
[2.69.4]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.3...v2.69.4
[2.69.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.2...v2.69.3
[2.69.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.1...v2.69.2
[2.69.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.69.0...v2.69.1
[2.69.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.36...v2.69.0
[2.68.36]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.35...v2.68.36
[2.68.35]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.34...v2.68.35
[2.68.34]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.33...v2.68.34
[2.68.33]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.32...v2.68.33
[2.68.32]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.31...v2.68.32
[2.68.31]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.30...v2.68.31
[2.68.30]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.29...v2.68.30
[2.68.29]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.28...v2.68.29
[2.68.28]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.27...v2.68.28
[2.68.27]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.26...v2.68.27
[2.68.26]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.25...v2.68.26
[2.68.25]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.24...v2.68.25
[2.68.24]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.23...v2.68.24
[2.68.23]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.22...v2.68.23
[2.68.22]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.21...v2.68.22
[2.68.21]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.20...v2.68.21
[2.68.20]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.19...v2.68.20
[2.68.19]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.18...v2.68.19
[2.68.18]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.17...v2.68.18
[2.68.17]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.16...v2.68.17
[2.68.16]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.15...v2.68.16
[2.68.15]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.14...v2.68.15
[2.68.14]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.13...v2.68.14
[2.68.13]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.12...v2.68.13
[2.68.12]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.11...v2.68.12
[2.68.11]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.10...v2.68.11
[2.68.10]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.9...v2.68.10
[2.68.9]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.8...v2.68.9
[2.68.8]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.7...v2.68.8
[2.68.7]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.6...v2.68.7
[2.68.6]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.5...v2.68.6
[2.68.5]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.4...v2.68.5
[2.68.4]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.3...v2.68.4
[2.68.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.2...v2.68.3
[2.68.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.1...v2.68.2
[2.68.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.68.0...v2.68.1
[2.68.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.30...v2.68.0
[2.67.30]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.29...v2.67.30
[2.67.29]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.28...v2.67.29
[2.67.28]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.27...v2.67.28
[2.67.27]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.26...v2.67.27
[2.67.26]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.25...v2.67.26
[2.67.25]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.24...v2.67.25
[2.67.24]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.23...v2.67.24
[2.67.23]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.22...v2.67.23
[2.67.22]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.21...v2.67.22
[2.67.21]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.20...v2.67.21
[2.67.20]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.19...v2.67.20
[2.67.19]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.18...v2.67.19
[2.67.18]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.17...v2.67.18
[2.67.17]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.16...v2.67.17
[2.67.16]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.15...v2.67.16
[2.67.15]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.14...v2.67.15
[2.67.14]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.13...v2.67.14
[2.67.13]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.12...v2.67.13
[2.67.12]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.11...v2.67.12
[2.67.11]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.10...v2.67.11
[2.67.10]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.9...v2.67.10
[2.67.9]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.8...v2.67.9
[2.67.8]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.7...v2.67.8
[2.67.7]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.6...v2.67.7
[2.67.6]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.5...v2.67.6
[2.67.5]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.4...v2.67.5
[2.67.4]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.3...v2.67.4
[2.67.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.2...v2.67.3
[2.67.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.1...v2.67.2
[2.67.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.67.0...v2.67.1
[2.67.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.66.7...v2.67.0
[2.66.7]:
https://redirect.github.com/taiki-e/install-action/compare/v2.66.6...v2.66.7
[2.66.6]:
https://redirect.github.com/taiki-e/install-action/compare/v2.66.5...v2.66.6
[2.66.5]:
https://redirect.github.com/taiki-e/install-action/compare/v2.66.4...v2.66.5
[2.66.4]:
https://redirect.github.com/taiki-e/install-action/compare/v2.66.3...v2.66.4
[2.66.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.66.2...v2.66.3
[2.66.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.66.1...v2.66.2
[2.66.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.66.0...v2.66.1
[2.66.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.16...v2.66.0
[2.65.16]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.15...v2.65.16
[2.65.15]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.14...v2.65.15
[2.65.14]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.13...v2.65.14
[2.65.13]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.12...v2.65.13
[2.65.12]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.11...v2.65.12
[2.65.11]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.10...v2.65.11
[2.65.10]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.9...v2.65.10
[2.65.9]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.8...v2.65.9
[2.65.8]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.7...v2.65.8
[2.65.7]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.6...v2.65.7
[2.65.6]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.5...v2.65.6
[2.65.5]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.4...v2.65.5
[2.65.4]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.3...v2.65.4
[2.65.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.2...v2.65.3
[2.65.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.1...v2.65.2
[2.65.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.65.0...v2.65.1
[2.65.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.64.2...v2.65.0
[2.64.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.64.1...v2.64.2
[2.64.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.64.0...v2.64.1
[2.64.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.63.3...v2.64.0
[2.63.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.63.2...v2.63.3
[2.63.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.63.1...v2.63.2
[2.63.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.63.0...v2.63.1
[2.63.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.67...v2.63.0
[2.62.67]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.66...v2.62.67
[2.62.66]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.65...v2.62.66
[2.62.65]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.64...v2.62.65
[2.62.64]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.63...v2.62.64
[2.62.63]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.62...v2.62.63
[2.62.62]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.61...v2.62.62
[2.62.61]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.60...v2.62.61
[2.62.60]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.59...v2.62.60
[2.62.59]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.58...v2.62.59
[2.62.58]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.57...v2.62.58
[2.62.57]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.56...v2.62.57
[2.62.56]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.55...v2.62.56
[2.62.55]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.54...v2.62.55
[2.62.54]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.53...v2.62.54
[2.62.53]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.52...v2.62.53
[2.62.52]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.51...v2.62.52
[2.62.51]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.50...v2.62.51
[2.62.50]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.49...v2.62.50
[2.62.49]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.48...v2.62.49
[2.62.48]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.47...v2.62.48
[2.62.47]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.46...v2.62.47
[2.62.46]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.45...v2.62.46
[2.62.45]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.44...v2.62.45
[2.62.44]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.43...v2.62.44
[2.62.43]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.42...v2.62.43
[2.62.42]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.41...v2.62.42
[2.62.41]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.40...v2.62.41
[2.62.40]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.39...v2.62.40
[2.62.39]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.38...v2.62.39
[2.62.38]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.37...v2.62.38
[2.62.37]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.36...v2.62.37
[2.62.36]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.35...v2.62.36
[2.62.35]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.34...v2.62.35
[2.62.34]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.33...v2.62.34
[2.62.33]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.32...v2.62.33
[2.62.32]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.31...v2.62.32
[2.62.31]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.30...v2.62.31
[2.62.30]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.29...v2.62.30
[2.62.29]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.28...v2.62.29
[2.62.28]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.27...v2.62.28
[2.62.27]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.26...v2.62.27
[2.62.26]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.25...v2.62.26
[2.62.25]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.24...v2.62.25
[2.62.24]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.23...v2.62.24
[2.62.23]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.22...v2.62.23
[2.62.22]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.21...v2.62.22
[2.62.21]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.20...v2.62.21
[2.62.20]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.19...v2.62.20
[2.62.19]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.18...v2.62.19
[2.62.18]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.17...v2.62.18
[2.62.17]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.16...v2.62.17
[2.62.16]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.15...v2.62.16
[2.62.15]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.14...v2.62.15
[2.62.14]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.13...v2.62.14
[2.62.13]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.12...v2.62.13
[2.62.12]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.11...v2.62.12
[2.62.11]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.10...v2.62.11
[2.62.10]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.9...v2.62.10
[2.62.9]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.8...v2.62.9
[2.62.8]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.7...v2.62.8
[2.62.7]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.6...v2.62.7
[2.62.6]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.5...v2.62.6
[2.62.5]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.4...v2.62.5
[2.62.4]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.3...v2.62.4
[2.62.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.2...v2.62.3
[2.62.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.1...v2.62.2
[2.62.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.62.0...v2.62.1
[2.62.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.13...v2.62.0
[2.61.13]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.12...v2.61.13
[2.61.12]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.11...v2.61.12
[2.61.11]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.10...v2.61.11
[2.61.10]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.9...v2.61.10
[2.61.9]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.8...v2.61.9
[2.61.8]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.7...v2.61.8
[2.61.7]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.6...v2.61.7
[2.61.6]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.5...v2.61.6
[2.61.5]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.4...v2.61.5
[2.61.4]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.3...v2.61.4
[2.61.3]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.2...v2.61.3
[2.61.2]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.1...v2.61.2
[2.61.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.61.0...v2.61.1
[2.61.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.60.0...v2.61.0
[2.60.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.59.1...v2.60.0
[2.59.1]:
https://redirect.github.com/taiki-e/install-action/compare/v2.59.0...v2.59.1
[2.59.0]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.33...v2.59.0
[2.58.33]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.32...v2.58.33
[2.58.32]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.31...v2.58.32
[2.58.31]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.30...v2.58.31
[2.58.30]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.29...v2.58.30
[2.58.29]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.28...v2.58.29
[2.58.28]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.27...v2.58.28
[2.58.27]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.26...v2.58.27
[2.58.26]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.25...v2.58.26
[2.58.25]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.24...v2.58.25
[2.58.24]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.23...v2.58.24
[2.58.23]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.22...v2.58.23
[2.58.22]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.21...v2.58.22
[2.58.21]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.20...v2.58.21
[2.58.20]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.19...v2.58.20
[2.58.19]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.18...v2.58.19
[2.58.18]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.17...v2.58.18
[2.58.17]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.16...v2.58.17
[2.58.16]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.15...v2.58.16
[2.58.15]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.14...v2.58.15
[2.58.14]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.13...v2.58.14
[2.58.13]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.12...v2.58.13
[2.58.12]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.11...v2.58.12
[2.58.11]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.10...v2.58.11
[2.58.10]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.9...v2.58.10
[2.58.9]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.8...v2.58.9
[2.58.8]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.7...v2.58.8
[2.58.7]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.6...v2.58.7
[2.58.6]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.5...v2.58.6
[2.58.5]:
https://redirect.github.com/taiki-e/install-action/compare/v2.58.4...v2.58.5
[2.58.4]: https://redirect.githu
> ✂ **Note**
>
> PR body was truncated to here.
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- "before 5am on the first day of the month"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/epage/_rust).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…-org#76) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [crate-ci/typos](https://redirect.github.com/crate-ci/typos) | repository | minor | `v1.45.0` → `v1.47.0` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>crate-ci/typos (crate-ci/typos)</summary> ### [`v1.47.0`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.47.0) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.46.3...v1.47.0) #### \[1.47.0] - 2026-05-29 ##### Features - Updated the dictionary with the [May 2026](https://redirect.github.com/crate-ci/typos/issues/1545) changes ### [`v1.46.3`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.46.3) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.46.2...v1.46.3) #### \[1.46.3] - 2026-05-23 ##### Fixes - Don't correct to `sequentials` - Don't correct to `subdolder` ### [`v1.46.2`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.46.2) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.46.1...v1.46.2) #### \[1.46.2] - 2026-05-16 ##### Fixes - Don't correct to `criterias` - Don't correct to `replaceables` ### [`v1.46.1`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.46.1) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.46.0...v1.46.1) #### \[1.46.1] - 2026-05-08 ##### Fixes - Don't correct to `confidentials` ### [`v1.46.0`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.46.0) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.45.2...v1.46.0) #### \[1.46.0] - 2026-04-30 ##### Features - Updated the dictionary with the [April 2026](https://redirect.github.com/crate-ci/typos/issues/1531) changes ### [`v1.45.2`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.45.2) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.45.1...v1.45.2) ##### \[1.45.2] - 2026-04-27 ##### Fixes - Ignore ssh [`ed25519`](https://redirect.github.com/crate-ci/typos/commit/ed25519) public keys ### [`v1.45.1`](https://redirect.github.com/crate-ci/typos/blob/HEAD/CHANGELOG.md#014---2019-11-03) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.45.0...v1.45.1) ##### Bug Fixes - Ignore numbers as identifiers ([a00831c8](https://redirect.github.com/crate-ci/typos/commit/a00831c847b7efd81be520ea9b5d02f70555351f)) - Improve the organization of --help ([a48a457c](https://redirect.github.com/crate-ci/typos/commit/a48a457cc3ca817850118e2a2fb8b20fecdd40b8)) ##### Features - Dump files, identifiers, and words ([ce365ae1](https://redirect.github.com/crate-ci/typos/commit/ce365ae12e12fddfb6fc42a7f1e5ea71834d6051), closes [#​41](https://redirect.github.com/crate-ci/typos/issues/41)) - Give control over allowed identifier characters for leading vs rest ([107308a6](https://redirect.github.com/crate-ci/typos/commit/107308a655a425eb593bf5e4928572c16e6a9bdd)) ##### Performance - Use standard identifier rules to avoid doing umber checks ([107308a6](https://redirect.github.com/crate-ci/typos/commit/107308a655a425eb593bf5e4928572c16e6a9bdd)) - Only do hex check if digits are in identifiers ([68cd36d0](https://redirect.github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c)) <!-- next-url --> [Unreleased]: https://redirect.github.com/crate-ci/typos/compare/v1.45.1...HEAD [1.45.1]: https://redirect.github.com/crate-ci/typos/compare/v1.45.0...v1.45.1 [1.45.0]: https://redirect.github.com/crate-ci/typos/compare/v1.44.0...v1.45.0 [1.44.0]: https://redirect.github.com/crate-ci/typos/compare/v1.43.5...v1.44.0 [1.43.5]: https://redirect.github.com/crate-ci/typos/compare/v1.43.4...v1.43.5 [1.43.4]: https://redirect.github.com/crate-ci/typos/compare/v1.43.3...v1.43.4 [1.43.3]: https://redirect.github.com/crate-ci/typos/compare/v1.43.2...v1.43.3 [1.43.2]: https://redirect.github.com/crate-ci/typos/compare/v1.43.1...v1.43.2 [1.43.1]: https://redirect.github.com/crate-ci/typos/compare/v1.43.0...v1.43.1 [1.43.0]: https://redirect.github.com/crate-ci/typos/compare/v1.42.3...v1.43.0 [1.42.3]: https://redirect.github.com/crate-ci/typos/compare/v1.42.2...v1.42.3 [1.42.2]: https://redirect.github.com/crate-ci/typos/compare/v1.42.1...v1.42.2 [1.42.1]: https://redirect.github.com/crate-ci/typos/compare/v1.42.0...v1.42.1 [1.42.0]: https://redirect.github.com/crate-ci/typos/compare/v1.41.0...v1.42.0 [1.41.0]: https://redirect.github.com/crate-ci/typos/compare/v1.40.1...v1.41.0 [1.40.1]: https://redirect.github.com/crate-ci/typos/compare/v1.40.0...v1.40.1 [1.40.0]: https://redirect.github.com/crate-ci/typos/compare/v1.39.2...v1.40.0 [1.39.2]: https://redirect.github.com/crate-ci/typos/compare/v1.39.1...v1.39.2 [1.39.1]: https://redirect.github.com/crate-ci/typos/compare/v1.39.0...v1.39.1 [1.39.0]: https://redirect.github.com/crate-ci/typos/compare/v1.38.1...v1.39.0 [1.38.1]: https://redirect.github.com/crate-ci/typos/compare/v1.38.0...v1.38.1 [1.38.0]: https://redirect.github.com/crate-ci/typos/compare/v1.37.3...v1.38.0 [1.37.3]: https://redirect.github.com/crate-ci/typos/compare/v1.37.2...v1.37.3 [1.37.2]: https://redirect.github.com/crate-ci/typos/compare/v1.37.1...v1.37.2 [1.37.1]: https://redirect.github.com/crate-ci/typos/compare/v1.37.0...v1.37.1 [1.37.0]: https://redirect.github.com/crate-ci/typos/compare/v1.36.3...v1.37.0 [1.36.3]: https://redirect.github.com/crate-ci/typos/compare/v1.36.2...v1.36.3 [1.36.2]: https://redirect.github.com/crate-ci/typos/compare/v1.36.1...v1.36.2 [1.36.1]: https://redirect.github.com/crate-ci/typos/compare/v1.36.0...v1.36.1 [1.36.0]: https://redirect.github.com/crate-ci/typos/compare/v1.35.8...v1.36.0 [1.35.8]: https://redirect.github.com/crate-ci/typos/compare/v1.35.7...v1.35.8 [1.35.7]: https://redirect.github.com/crate-ci/typos/compare/v1.35.6...v1.35.7 [1.35.6]: https://redirect.github.com/crate-ci/typos/compare/v1.35.5...v1.35.6 [1.35.5]: https://redirect.github.com/crate-ci/typos/compare/v1.35.4...v1.35.5 [1.35.4]: https://redirect.github.com/crate-ci/typos/compare/v1.35.3...v1.35.4 [1.35.3]: https://redirect.github.com/crate-ci/typos/compare/v1.35.2...v1.35.3 [1.35.2]: https://redirect.github.com/crate-ci/typos/compare/v1.35.1...v1.35.2 [1.35.1]: https://redirect.github.com/crate-ci/typos/compare/v1.35.0...v1.35.1 [1.35.0]: https://redirect.github.com/crate-ci/typos/compare/v1.34.0...v1.35.0 [1.34.0]: https://redirect.github.com/crate-ci/typos/compare/v1.33.1...v1.34.0 [1.33.1]: https://redirect.github.com/crate-ci/typos/compare/v1.33.0...v1.33.1 [1.33.0]: https://redirect.github.com/crate-ci/typos/compare/v1.32.0...v1.33.0 [1.32.0]: https://redirect.github.com/crate-ci/typos/compare/v1.31.2...v1.32.0 [1.31.2]: https://redirect.github.com/crate-ci/typos/compare/v1.31.1...v1.31.2 [1.31.1]: https://redirect.github.com/crate-ci/typos/compare/v1.31.0...v1.31.1 [1.31.0]: https://redirect.github.com/crate-ci/typos/compare/v1.30.3...v1.31.0 [1.30.3]: https://redirect.github.com/crate-ci/typos/compare/v1.30.2...v1.30.3 [1.30.2]: https://redirect.github.com/crate-ci/typos/compare/v1.30.1...v1.30.2 [1.30.1]: https://redirect.github.com/crate-ci/typos/compare/v1.30.0...v1.30.1 [1.30.0]: https://redirect.github.com/crate-ci/typos/compare/v1.29.10...v1.30.0 [1.29.10]: https://redirect.github.com/crate-ci/typos/compare/v1.29.9...v1.29.10 [1.29.9]: https://redirect.github.com/crate-ci/typos/compare/v1.29.8...v1.29.9 [1.29.8]: https://redirect.github.com/crate-ci/typos/compare/v1.29.7...v1.29.8 [1.29.7]: https://redirect.github.com/crate-ci/typos/compare/v1.29.6...v1.29.7 [1.29.6]: https://redirect.github.com/crate-ci/typos/compare/v1.29.5...v1.29.6 [1.29.5]: https://redirect.github.com/crate-ci/typos/compare/v1.29.4...v1.29.5 [1.29.4]: https://redirect.github.com/crate-ci/typos/compare/v1.29.3...v1.29.4 [1.29.3]: https://redirect.github.com/crate-ci/typos/compare/v1.29.2...v1.29.3 [1.29.2]: https://redirect.github.com/crate-ci/typos/compare/v1.29.1...v1.29.2 [1.29.1]: https://redirect.github.com/crate-ci/typos/compare/v1.29.0...v1.29.1 [1.29.0]: https://redirect.github.com/crate-ci/typos/compare/v1.28.4...v1.29.0 [1.28.4]: https://redirect.github.com/crate-ci/typos/compare/v1.28.3...v1.28.4 [1.28.3]: https://redirect.github.com/crate-ci/typos/compare/v1.28.2...v1.28.3 [1.28.2]: https://redirect.github.com/crate-ci/typos/compare/v1.28.1...v1.28.2 [1.28.1]: https://redirect.github.com/crate-ci/typos/compare/v1.28.0...v1.28.1 [1.28.0]: https://redirect.github.com/crate-ci/typos/compare/v1.27.3...v1.28.0 [1.27.3]: https://redirect.github.com/crate-ci/typos/compare/v1.27.2...v1.27.3 [1.27.2]: https://redirect.github.com/crate-ci/typos/compare/v1.27.1...v1.27.2 [1.27.1]: https://redirect.github.com/crate-ci/typos/compare/v1.27.0...v1.27.1 [1.27.0]: https://redirect.github.com/crate-ci/typos/compare/v1.26.8...v1.27.0 [1.26.8]: https://redirect.github.com/crate-ci/typos/compare/v1.26.7...v1.26.8 [1.26.7]: https://redirect.github.com/crate-ci/typos/compare/v1.26.6...v1.26.7 [1.26.6]: https://redirect.github.com/crate-ci/typos/compare/v1.26.5...v1.26.6 [1.26.5]: https://redirect.github.com/crate-ci/typos/compare/v1.26.4...v1.26.5 [1.26.4]: https://redirect.github.com/crate-ci/typos/compare/v1.26.3...v1.26.4 [1.26.3]: https://redirect.github.com/crate-ci/typos/compare/v1.26.2...v1.26.3 [1.26.2]: https://redirect.github.com/crate-ci/typos/compare/v1.26.1...v1.26.2 [1.26.1]: https://redirect.github.com/crate-ci/typos/compare/v1.26.0...v1.26.1 [1.26.0]: https://redirect.github.com/crate-ci/typos/compare/v1.25.0...v1.26.0 [1.25.0]: https://redirect.github.com/crate-ci/typos/compare/v1.24.6...v1.25.0 [1.24.6]: https://redirect.github.com/crate-ci/typos/compare/v1.24.5...v1.24.6 [1.24.5]: https://redirect.github.com/crate-ci/typos/compare/v1.24.4...v1.24.5 [1.24.4]: https://redirect.github.com/crate-ci/typos/compare/v1.24.3...v1.24.4 [1.24.3]: https://redirect.github.com/crate-ci/typos/compare/v1.24.2...v1.24.3 [1.24.2]: https://redirect.github.com/crate-ci/typos/compare/v1.24.1...v1.24.2 [1.24.1]: https://redirect.github.com/crate-ci/typos/compare/v1.24.0...v1.24.1 [1.24.0]: https://redirect.github.com/crate-ci/typos/compare/v1.23.7...v1.24.0 [1.23.7]: https://redirect.github.com/crate-ci/typos/compare/v1.23.6...v1.23.7 [1.23.6]: https://redirect.github.com/crate-ci/typos/compare/v1.23.5...v1.23.6 [1.23.5]: https://redirect.github.com/crate-ci/typos/compare/v1.23.4...v1.23.5 [1.23.4]: https://redirect.github.com/crate-ci/typos/compare/v1.23.3...v1.23.4 [1.23.3]: https://redirect.github.com/crate-ci/typos/compare/v1.23.2...v1.23.3 [1.23.2]: https://redirect.github.com/crate-ci/typos/compare/v1.23.1...v1.23.2 [1.23.1]: https://redirect.github.com/crate-ci/typos/compare/v1.23.0...v1.23.1 [1.23.0]: https://redirect.github.com/crate-ci/typos/compare/v1.22.9...v1.23.0 [1.22.9]: https://redirect.github.com/crate-ci/typos/compare/v1.22.8...v1.22.9 [1.22.8]: https://redirect.github.com/crate-ci/typos/compare/v1.22.7...v1.22.8 [1.22.7]: https://redirect.github.com/crate-ci/typos/compare/v1.22.6...v1.22.7 [1.22.6]: https://redirect.github.com/crate-ci/typos/compare/v1.22.5...v1.22.6 [1.22.5]: https://redirect.github.com/crate-ci/typos/compare/v1.22.4...v1.22.5 [1.22.4]: https://redirect.github.com/crate-ci/typos/compare/v1.22.3...v1.22.4 [1.22.3]: https://redirect.github.com/crate-ci/typos/compare/v1.22.2...v1.22.3 [1.22.2]: https://redirect.github.com/crate-ci/typos/compare/v1.22.1...v1.22.2 [1.22.1]: https://redirect.github.com/crate-ci/typos/compare/v1.22.0...v1.22.1 [1.22.0]: https://redirect.github.com/crate-ci/typos/compare/v1.21.0...v1.22.0 [1.21.0]: https://redirect.github.com/crate-ci/typos/compare/v1.20.10...v1.21.0 [1.20.10]: https://redirect.github.com/crate-ci/typos/compare/v1.20.9...v1.20.10 [1.20.9]: https://redirect.github.com/crate-ci/typos/compare/v1.20.8...v1.20.9 [1.20.8]: https://redirect.github.com/crate-ci/typos/compare/v1.20.7...v1.20.8 [1.20.7]: https://redirect.github.com/crate-ci/typos/compare/v1.20.6...v1.20.7 [1.20.6]: https://redirect.github.com/crate-ci/typos/compare/v1.20.5...v1.20.6 [1.20.5]: https://redirect.github.com/crate-ci/typos/compare/v1.20.4...v1.20.5 [1.20.4]: https://redirect.github.com/crate-ci/typos/compare/v1.20.3...v1.20.4 [1.20.3]: https://redirect.github.com/crate-ci/typos/compare/v1.20.2...v1.20.3 [1.20.2]: https://redirect.github.com/crate-ci/typos/compare/v1.20.1...v1.20.2 [1.20.1]: https://redirect.github.com/crate-ci/typos/compare/v1.20.0...v1.20.1 [1.20.0]: https://redirect.github.com/crate-ci/typos/compare/v1.19.0...v1.20.0 [1.19.0]: https://redirect.github.com/crate-ci/typos/compare/v1.18.2...v1.19.0 [1.18.2]: https://redirect.github.com/crate-ci/typos/compare/v1.18.1...v1.18.2 [1.18.1]: https://redirect.github.com/crate-ci/typos/compare/v1.18.0...v1.18.1 [1.18.0]: https://redirect.github.com/crate-ci/typos/compare/v1.17.2...v1.18.0 [1.17.2]: https://redirect.github.com/crate-ci/typos/compare/v1.17.1...v1.17.2 [1.17.1]: https://redirect.github.com/crate-ci/typos/compare/v1.17.0...v1.17.1 [1.17.0]: https://redirect.github.com/crate-ci/typos/compare/v1.16.26...v1.17.0 [1.16.26]: https://redirect.github.com/crate-ci/typos/compare/v1.16.25...v1.16.26 [1.16.25]: https://redirect.github.com/crate-ci/typos/compare/v1.16.24...v1.16.25 [1.16.24]: https://redirect.github.com/crate-ci/typos/compare/v1.16.23...v1.16.24 [1.16.23]: https://redirect.github.com/crate-ci/typos/compare/v1.16.22...v1.16.23 [1.16.22]: https://redirect.github.com/crate-ci/typos/compare/v1.16.21...v1.16.22 [1.16.21]: https://redirect.github.com/crate-ci/typos/compare/v1.16.20...v1.16.21 [1.16.20]: https://redirect.github.com/crate-ci/typos/compare/v1.16.19...v1.16.20 [1.16.19]: https://redirect.github.com/crate-ci/typos/compare/v1.16.18...v1.16.19 [1.16.18]: https://redirect.github.com/crate-ci/typos/compare/v1.16.17...v1.16.18 [1.16.17]: https://redirect.github.com/crate-ci/typos/compare/v1.16.16...v1.16.17 [1.16.16]: https://redirect.github.com/crate-ci/typos/compare/v1.16.15...v1.16.16 [1.16.15]: https://redirect.github.com/crate-ci/typos/compare/v1.16.14...v1.16.15 [1.16.14]: https://redirect.github.com/crate-ci/typos/compare/v1.16.13...v1.16.14 [1.16.13]: https://redirect.github.com/crate-ci/typos/compare/v1.16.12...v1.16.13 [1.16.12]: https://redirect.github.com/crate-ci/typos/compare/v1.16.11...v1.16.12 [1.16.11]: https://redirect.github.com/crate-ci/typos/compare/v1.16.10...v1.16.11 [1.16.10]: https://redirect.github.com/crate-ci/typos/compare/v1.16.9...v1.16.10 [1.16.9]: https://redirect.github.com/crate-ci/typos/compare/v1.16.8...v1.16.9 [1.16.8]: https://redirect.github.com/crate-ci/typos/compare/v1.16.7...v1.16.8 [1.16.7]: https://redirect.github.com/crate-ci/typos/compare/v1.16.6...v1.16.7 [1.16.6]: https://redirect.github.com/crate-ci/typos/compare/v1.16.5...v1.16.6 [1.16.5]: https://redirect.github.com/crate-ci/typos/compare/v1.16.4...v1.16.5 [1.16.4]: https://redirect.github.com/crate-ci/typos/compare/v1.16.3...v1.16.4 [1.16.3]: https://redirect.github.com/crate-ci/typos/compare/v1.16.2...v1.16.3 [1.16.2]: https://redirect.github.com/crate-ci/typos/compare/v1.16.1...v1.16.2 [1.16.1]: https://redirect.github.com/crate-ci/typos/compare/v1.16.0...v1.16.1 [1.16.0]: https://redirect.github.com/crate-ci/typos/compare/v1.15.10...v1.16.0 [1.15.10]: https://redirect.github.com/crate-ci/typos/compare/v1.15.9...v1.15.10 [1.15.9]: https://redirect.github.com/crate-ci/typos/compare/v1.15.8...v1.15.9 [1.15.8]: https://redirect.github.com/crate-ci/typos/compare/v1.15.7...v1.15.8 [1.15.7]: https://redirect.github.com/crate-ci/typos/compare/v1.15.6...v1.15.7 [1.15.6]: https://redirect.github.com/crate-ci/typos/compare/v1.15.5...v1.15.6 [1.15.5]: https://redirect.github.com/crate-ci/typos/compare/v1.15.4...v1.15.5 [1.15.4]: https://redirect.github.com/crate-ci/typos/compare/v1.15.3...v1.15.4 [1.15.3]: https://redirect.github.com/crate-ci/typos/compare/v1.15.2...v1.15.3 [1.15.2]: https://redirect.github.com/crate-ci/typos/compare/v1.15.1...v1.15.2 [1.15.1]: https://redirect.github.com/crate-ci/typos/compare/v1.15.0...v1.15.1 [1.15.0]: https://redirect.github.com/crate-ci/typos/compare/v1.14.12...v1.15.0 [1.14.12]: https://redirect.github.com/crate-ci/typos/compare/v1.14.11...v1.14.12 [1.14.11]: https://redirect.github.com/crate-ci/typos/compare/v1.14.10...v1.14.11 [1.14.10]: https://redirect.github.com/crate-ci/typos/compare/v1.14.9...v1.14.10 [1.14.9]: https://redirect.github.com/crate-ci/typos/compare/v1.14.8...v1.14.9 [1.14.8]: https://redirect.github.com/crate-ci/typos/compare/v1.14.7...v1.14.8 [1.14.7]: https://redirect.github.com/crate-ci/typos/compare/v1.14.6...v1.14.7 [1.14.6]: https://redirect.github.com/crate-ci/typos/compare/v1.14.5...v1.14.6 [1.14.5]: https://redirect.github.com/crate-ci/typos/compare/v1.14.4...v1.14.5 [1.14.4]: https://redirect.github.com/crate-ci/typos/compare/v1.14.3...v1.14.4 [1.14.3]: https://redirect.github.com/crate-ci/typos/compare/v1.14.2...v1.14.3 [1.14.2]: https://redirect.github.com/crate-ci/typos/compare/v1.14.1...v1.14.2 [1.14.1]: https://redirect.github.com/crate-ci/typos/compare/v1.14.0...v1.14.1 [1.14.0]: https://redirect.github.com/crate-ci/typos/compare/v1.13.26...v1.14.0 [1.13.26]: https://redirect.github.com/crate-ci/typos/compare/v1.13.25...v1.13.26 [1.13.25]: https://redirect.github.com/crate-ci/typos/compare/v1.13.24...v1.13.25 [1.13.24]: https://redirect.github.com/crate-ci/typos/compare/v1.13.23...v1.13.24 [1.13.23]: https://redirect.github.com/crate-ci/typos/compare/v1.13.22...v1.13.23 [1.13.22]: https://redirect.github.com/crate-ci/typos/compare/v1.13.21...v1.13.22 [1.13.21]: https://redirect.github.com/crate-ci/typos/compare/v1.13.20...v1.13.21 [1.13.20]: https://redirect.github.com/crate-ci/typos/compare/v1.13.19...v1.13.20 [1.13.19]: https://redirect.github.com/crate-ci/typos/compare/v1.13.18...v1.13.19 [1.13.18]: https://redirect.github.com/crate-ci/typos/compare/v1.13.17...v1.13.18 [1.13.17]: https://redirect.github.com/crate-ci/typos/compare/v1.13.16...v1.13.17 [1.13.16]: https://redirect.github.com/crate-ci/typos/compare/v1.13.15...v1.13.16 [1.13.15]: https://redirect.github.com/crate-ci/typos/compare/v1.13.14...v1.13.15 [1.13.14]: https://redirect.github.com/crate-ci/typos/compare/v1.13.13...v1.13.14 [1.13.13]: https://redirect.github.com/crate-ci/typos/compare/v1.13.12...v1.13.13 [1.13.12]: https://redirect.github.com/crate-ci/typos/compare/v1.13.11...v1.13.12 [1.13.11]: https://redirect.github.com/crate-ci/typos/compare/v1.13.10...v1.13.11 [1.13.10]: https://redirect.github.com/crate-ci/typos/compare/v1.13.9...v1.13.10 [1.13.9]: https://redirect.github.com/crate-ci/typos/compare/v1.13.8...v1.13.9 [1.13.8]: https://redirect.github.com/crate-ci/typos/compare/v1.13.7...v1.13.8 [1.13.7]: https://redirect.github.com/crate-ci/typos/compare/v1.13.6...v1.13.7 [1.13.6]: https://redirect.github.com/crate-ci/typos/compare/v1.13.5...v1.13.6 [1.13.5]: https://redirect.github.com/crate-ci/typos/compare/v1.13.4...v1.13.5 [1.13.4]: https://redirect.github.com/crate-ci/typos/compare/v1.13.3...v1.13.4 [1.13.3]: https://redirect.github.com/crate-ci/typos/compare/v1.13.2...v1.13.3 [1.13.2]: https://redirect.github.com/crate-ci/typos/compare/v1.13.1...v1.13.2 [1.13.1]: https://redirect.github.com/crate-ci/typos/compare/v1.13.0...v1.13.1 [1.13.0]: https://redirect.github.com/crate-ci/typos/compare/v1.12.14...v1.13.0 [1.12.14]: https://redirect.github.com/crate-ci/typos/compare/v1.12.13...v1.12.14 [1.12.13]: https://redirect.github.com/crate-ci/typos/compare/v1.12.12...v1.12.13 [1.12.12]: https://redirect.github.com/crate-ci/typos/compare/v1.12.11...v1.12.12 [1.12.11]: https://redirect.github.com/crate-ci/typos/compare/v1.12.10...v1.12.11 [1.12.10]: https://redirect.github.com/crate-ci/typos/compare/v1.12.9...v1.12.10 [1.12.9]: https://redirect.github.com/crate-ci/typos/compare/v1.12.8...v1.12.9 [1.12.8]: https://redirect.github.com/crate-ci/typos/compare/v1.12.7...v1.12.8 [1.12.7]: https://redirect.github.com/crate-ci/typos/compare/v1.12.6...v1.12.7 [1.12.6]: https://redirect.github.com/crate-ci/typos/compare/v1.12.5...v1.12.6 [1.12.5]: https://redirect.github.com/crate-ci/typos/compare/v1.12.4...v1.12.5 [1.12.4]: https://redirect.github.com/crate-ci/typos/compare/v1.12.3...v1.12.4 [1.12.3]: https://redirect.github.com/crate-ci/typos/compare/v1.12.2...v1.12.3 [1.12.2]: https://redirect.github.com/crate-ci/typos/compare/v1.12.1...v1.12.2 [1.12.1]: https://redirect.github.com/crate-ci/typos/compare/v1.12.0...v1.12.1 [1.12.0]: https://redirect.github.com/crate-ci/typos/compare/v1.11.5...v1.12.0 [1.11.5]: https://redirect.github.com/crate-ci/typos/compare/v1.11.4...v1.11.5 [1.11.4]: https://redirect.github.com/crate-ci/typos/compare/v1.11.3...v1.11.4 [1.11.3]: https://redirect.github.com/crate-ci/typos/compare/v1.11.2...v1.11.3 [1.11.2]: https://redirect.github.com/crate-ci/typos/compare/v1.11.1...v1.11.2 [1.11.1]: https://redirect.github.com/crate-ci/typos/compare/v1.11.0...v1.11.1 [1.11.0]: https://redirect.github.com/crate-ci/typos/compare/v1.10.3...v1.11.0 [1.10.3]: https://redirect.github.com/crate-ci/typos/compare/v1.10.2...v1.10.3 [1.10.2]: https://redirect.github.com/crate-ci/typos/compare/v1.10.1...v1.10.2 [1.10.1]: https://redirect.github.com/crate-ci/typos/compare/v1.10.0...v1.10.1 [1.10.0]: https://redirect.github.com/crate-ci/typos/compare/v1.9.0...v1.10.0 [1.9.0]: https://redirect.github.com/crate-ci/typos/compare/v1.8.1...v1.9.0 [1.8.1]: https://redirect.github.com/crate-ci/typos/compare/v1.8.0...v1.8.1 [1.8.0]: https://redirect.github.com/crate-ci/typos/compare/v1.7.3...v1.8.0 [1.7.3]: https://redirect.github.com/crate-ci/typos/compare/v1.7.2...v1.7.3 [1.7.2]: https://redirect.github.com/crate-ci/typos/compare/v1.7.1...v1.7.2 [1.7.1]: https://redirect.github.com/crate-ci/typos/compare/v1.7.0...v1.7.1 [1.7.0]: https://redirect.github.com/crate-ci/typos/compare/v1.6.0...v1.7.0 [1.6.0]: https://redirect.github.com/crate-ci/typos/compare/v1.5.0...v1.6.0 [1.5.0]: https://redirect.github.com/crate-ci/typos/compare/v1.4.1...v1.5.0 [1.4.1]: https://redirect.github.com/crate-ci/typos/compare/v1.4.0...v1.4.1 [1.4.0]: https://redirect.github.com/crate-ci/typos/compare/v1.3.9...v1.4.0 [1.3.9]: https://redirect.github.com/crate-ci/typos/compare/v1.3.8...v1.3.9 [1.3.8]: https://redirect.github.com/crate-ci/typos/compare/v1.3.7...v1.3.8 [1.3.7]: https://redirect.github.com/crate-ci/typos/compare/v1.3.6...v1.3.7 [1.3.6]: https://redirect.github.com/crate-ci/typos/compare/v1.3.5...v1.3.6 [1.3.5]: https://redirect.github.com/crate-ci/typos/compare/v1.3.4...v1.3.5 [1.3.4]: https://redirect.github.com/crate-ci/typos/compare/v1.3.3...v1.3.4 [1.3.3]: https://redirect.github.com/crate-ci/typos/compare/v1.3.2...v1.3.3 [1.3.2]: https://redirect.github.com/crate-ci/typos/compare/v1.3.1...v1.3.2 [1.3.1]: https://redirect.github.com/crate-ci/typos/compare/v1.3.0...v1.3.1 [1.3.0]: https://redirect.github.com/crate-ci/typos/compare/v1.2.1...v1.3.0 [1.2.1]: https://redirect.github.com/crate-ci/typos/compare/v1.2.0...v1.2.1 [1.2.0]: https://redirect.github.com/crate-ci/typos/compare/v1.1.9...v1.2.0 [1.1.9]: https://redirect.github.com/crate-ci/typos/compare/v1.1.8...v1.1.9 [1.1.8]: https://redirect.github.com/crate-ci/typos/compare/v1.1.7...v1.1.8 [1.1.7]: https://redirect.github.com/crate-ci/typos/compare/v1.1.6...v1.1.7 [1.1.6]: https://redirect.github.com/crate-ci/typos/compare/v1.1.5...v1.1.6 [1.1.5]: https://redirect.github.com/crate-ci/typos/compare/v1.1.4...v1.1.5 [1.1.4]: https://redirect.github.com/crate-ci/typos/compare/v1.1.3...v1.1.4 [1.1.3]: https://redirect.github.com/crate-ci/typos/compare/v1.1.2...v1.1.3 [1.1.2]: https://redirect.github.com/crate-ci/typos/compare/v1.1.1...v1.1.2 [1.1.1]: https://redirect.github.com/crate-ci/typos/compare/v1.1.0...v1.1.1 [1.1.0]: https://redirect.github.com/crate-ci/typos/compare/v1.0.11...v1.1.0 [1.0.11]: https://redirect.github.com/crate-ci/typos/compare/v1.0.10...v1.0.11 [1.0.10]: https://redirect.github.com/crate-ci/typos/compare/v1.0.9...v1.0.10 [1.0.9]: https://redirect.github.com/crate-ci/typos/compare/v1.0.8...v1.0.9 [1.0.8]: https://redirect.github.com/crate-ci/typos/compare/v1.0.7...v1.0.8 [1.0.7]: https://redirect.github.com/crate-ci/typos/compare/v1.0.6...v1.0.7 [1.0.6]: https://redirect.github.com/crate-ci/typos/compare/v1.0.5...v1.0.6 [1.0.5]: https://redirect.github.com/crate-ci/typos/compare/v1.0.4...v1.0.5 [1.0.4]: https://redirect.github.com/crate-ci/typos/compare/v1.0.3...v1.0.4 [1.0.3]: https://redirect.github.com/crate-ci/typos/compare/v1.0.2...v1.0.3 [1.0.2]: https://redirect.github.com/crate-ci/typos/compare/v1.0.1...v1.0.2 [1.0.1]: https://redirect.github.com/crate-ci/typos/compare/v1.0.0...v1.0.1 [1.0.0]: https://redirect.github.com/crate-ci/typos/compare/v0.4.0...v1.0.0 [0.4.0]: https://redirect.github.com/crate-ci/typos/compare/v0.3.0...v0.4.0 [0.3.0]: https://redirect.github.com/crate-ci/typos/compare/v0.2.0...v0.3.0 [0.2.0]: https://redirect.github.com/crate-ci/typos/compare/v0.1.4...v0.2.0 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 5am on the first day of the month" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIwMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.3` → `0.4.4` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.4`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#044) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.3...v0.4.4) Released on 2026-06-04. ##### Highlights 0.4.4 makes `prek run` easier to watch and easier to slice. Hook stream output now shows a small live preview under the running hook in the progress UI. Long-running hooks no longer look stuck while they are producing logs, and failed hooks are easier to diagnose because recent output is already visible before the final result. The new group selector lets a single config support different workflows. Tag hooks with `groups`, then select or exclude those groups at run time: ```yaml repos: - repo: local hooks: - id: format name: Format Python language: system entry: ruff format groups: [format, ci] - id: lint name: Lint Python language: system entry: ruff check groups: [lint, ci] ``` ```bash prek run --all-files --group ci prek run --all-files --no-group format ``` This is useful when local development, CI, slow validation, or project-specific checks need different hook sets without splitting the config. ##### Enhancements - Add hook group filters to `prek run` ([#​2141](https://redirect.github.com/j178/prek/pull/2141)) - Delay hook output preview rendering ([#​2140](https://redirect.github.com/j178/prek/pull/2140)) - Stream hook output in progress UI ([#​2136](https://redirect.github.com/j178/prek/pull/2136)) ##### Bug fixes - Fix intent-to-add stash restore ([#​2143](https://redirect.github.com/j178/prek/pull/2143)) ##### Documentation - Document hook stage file input ([#​2147](https://redirect.github.com/j178/prek/pull/2147)) ##### Contributors - [@​j178](https://redirect.github.com/j178) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.4` → `0.4.5` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.5`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#045) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.4...v0.4.5) Released on 2026-06-15. ##### ✨Highlights 0.4.5 completes `prek`'s pre-commit language coverage. With R, Conda, Perl, and coursier now supported, `prek` supports every language available in pre-commit, plus `prek`-only modern languages such as Bun and Deno. This is full feature parity with pre-commit. The last major compatibility gap is closed, and `prek` is now on the path to 1.0. ##### 💚 Sponsorship If `prek` saves time for you or your team, please consider sponsoring the project on [GitHub Sponsors](https://redirect.github.com/sponsors/j178). It helps keep new features, performance work, and maintenance moving. ##### Enhancements - Add `Perl` language support ([#​2201](https://redirect.github.com/j178/prek/pull/2201)) - Add `R` language support ([#​2206](https://redirect.github.com/j178/prek/pull/2206)) - Add `Conda` language support ([#​2203](https://redirect.github.com/j178/prek/pull/2203)) - Add `coursier` language support ([#​2194](https://redirect.github.com/j178/prek/pull/2194)) - Add group filters to list ([#​2152](https://redirect.github.com/j178/prek/pull/2152)) - Remove legacy repo path support ([#​2150](https://redirect.github.com/j178/prek/pull/2150)) - Skip cloning fully filtered remote repos ([#​2151](https://redirect.github.com/j178/prek/pull/2151)) ##### Performance - Avoid building JSON trees in syntax hooks ([#​2156](https://redirect.github.com/j178/prek/pull/2156)) - Scan mixed line endings without line vector ([#​2160](https://redirect.github.com/j178/prek/pull/2160)) - Skip file scan for always-run no-filename hooks ([#​2155](https://redirect.github.com/j178/prek/pull/2155)) - Use fixed buffer for EOF scan ([#​2163](https://redirect.github.com/j178/prek/pull/2163)) - Use fixed buffer for private key scan ([#​2164](https://redirect.github.com/j178/prek/pull/2164)) ##### Bug fixes - Fix pretty-format-json CRLF handling ([#​2210](https://redirect.github.com/j178/prek/pull/2210)) - Handle missing blobs in diff snapshots ([#​2211](https://redirect.github.com/j178/prek/pull/2211)) - Ignore coursier channel from working repo ([#​2202](https://redirect.github.com/j178/prek/pull/2202)) ##### Contributors - [@​j178](https://redirect.github.com/j178) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTkuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIxOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v6.0.2` → `v6.0.3` | | [crate-ci/typos](https://redirect.github.com/crate-ci/typos) | action | minor | `v1.47.0` → `v1.48.0` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | patch | `v4.36.0` → `v4.36.2` | | [j178/prek-action](https://redirect.github.com/j178/prek-action) | action | patch | `v2.0.4` → `v2.0.5` | | [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action) | action | minor | `v2.81.1` → `v2.82.7` | | [zizmorcore/zizmor-action](https://redirect.github.com/zizmorcore/zizmor-action) | action | patch | `v0.5.6` → `v0.5.7` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6.0.3`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v603) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.2...v6.0.3) - Fix checkout init for SHA-256 repositories by [@​yaananth](https://redirect.github.com/yaananth) in [#​2439](https://redirect.github.com/actions/checkout/pull/2439) - fix: expand merge commit SHA regex and add SHA-256 test cases by [@​yaananth](https://redirect.github.com/yaananth) in [#​2414](https://redirect.github.com/actions/checkout/pull/2414) </details> <details> <summary>crate-ci/typos (crate-ci/typos)</summary> ### [`v1.48.0`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.48.0) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.47.2...v1.48.0) #### \[1.48.0] - 2026-06-30 ##### Features - Updated the dictionary with the [June 2026](https://redirect.github.com/crate-ci/typos/issues/1562) changes ### [`v1.47.2`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.47.2) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.47.1...v1.47.2) #### \[1.47.2] - 2026-06-04 ##### Fixes - Don't correct `inferrable` - Correct unused `inferible` variant ### [`v1.47.1`](https://redirect.github.com/crate-ci/typos/releases/tag/v1.47.1) [Compare Source](https://redirect.github.com/crate-ci/typos/compare/v1.47.0...v1.47.1) #### \[1.47.1] - 2026-06-03 ##### Fixes - Don't correct `requestors` </details> <details> <summary>github/codeql-action (github/codeql-action)</summary> ### [`v4.36.2`](https://redirect.github.com/github/codeql-action/releases/tag/v4.36.2) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.36.1...v4.36.2) - Cache CodeQL CLI version information across Actions steps. [#​3943](https://redirect.github.com/github/codeql-action/pull/3943) - Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. [#​3937](https://redirect.github.com/github/codeql-action/pull/3937) - Update default CodeQL bundle version to [2.25.6](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6). [#​3948](https://redirect.github.com/github/codeql-action/pull/3948) ### [`v4.36.1`](https://redirect.github.com/github/codeql-action/releases/tag/v4.36.1) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.36.0...v4.36.1) No user facing changes. </details> <details> <summary>j178/prek-action (j178/prek-action)</summary> ### [`v2.0.5`](https://redirect.github.com/j178/prek-action/releases/tag/v2.0.5) [Compare Source](https://redirect.github.com/j178/prek-action/compare/v2.0.4...v2.0.5) #### What's Changed - Add musl Linux target support by [@​j178](https://redirect.github.com/j178) in [#​156](https://redirect.github.com/j178/prek-action/pull/156) - Update known versions for prek 0.4.1 by [@​j178](https://redirect.github.com/j178) in [#​138](https://redirect.github.com/j178/prek-action/pull/138) - Update known versions for prek 0.4.2 by [@​j178](https://redirect.github.com/j178) in [#​139](https://redirect.github.com/j178/prek-action/pull/139) - Update known versions for prek 0.4.3 by [@​j178](https://redirect.github.com/j178) in [#​140](https://redirect.github.com/j178/prek-action/pull/140) - Update known versions for prek 0.4.4 by [@​j178](https://redirect.github.com/j178) in [#​145](https://redirect.github.com/j178/prek-action/pull/145) - Update known versions for prek 0.4.5 by [@​j178](https://redirect.github.com/j178) in [#​152](https://redirect.github.com/j178/prek-action/pull/152) **Full Changelog**: <j178/prek-action@v2...v2.0.5> </details> <details> <summary>taiki-e/install-action (taiki-e/install-action)</summary> ### [`v2.82.7`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.82.7): 2.82.7 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.82.6...v2.82.7) - Update `tombi@latest` to 1.1.6. - Update `kingfisher@latest` to 1.105.0. - Update `gungraun-runner@latest` to 0.19.3. - Update `editorconfig-checker@latest` to 3.8.0. - Update `dprint@latest` to 0.55.1. - Update `cargo-tarpaulin@latest` to 0.36.0. ### [`v2.82.6`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.82.6): 2.82.6 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.82.5...v2.82.6) - Update `vacuum@latest` to 0.29.7. - Update `uv@latest` to 0.11.25. - Update `syft@latest` to 1.46.0. - Update `dprint@latest` to 0.55.0. - Update `cargo-auditable@latest` to 0.7.5. ### [`v2.82.5`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.82.5): 2.82.5 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.82.4...v2.82.5) - Update `wasmtime@latest` to 46.0.1. - Update `wasm-bindgen@latest` to 0.2.126. - Update `vacuum@latest` to 0.29.6. - Update `mise@latest` to 2026.6.14. - Update `cargo-rdme@latest` to 2.1.0. ### [`v2.82.4`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.82.4): 2.82.4 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.82.3...v2.82.4) - Update `uv@latest` to 0.11.24. - Update `mise@latest` to 2026.6.13. - Update `just@latest` to 1.54.0. - Update `biome@latest` to 2.5.1. ### [`v2.82.3`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.82.3): 2.82.3 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.82.2...v2.82.3) - Update `zizmor@latest` to 1.26.1. - Update `wasmtime@latest` to 46.0.0. - Update `tombi@latest` to 1.1.5. - Update `mise@latest` to 2026.6.12. - Update `kingfisher@latest` to 1.104.0. - Update `cargo-tarpaulin@latest` to 0.35.5. - Update `cargo-nextest@latest` to 0.9.138. - Update `cargo-crap@latest` to 0.3.0. - Update `cargo-binstall@latest` to 1.20.1. - Update `cargo-rdme@latest` to 2.0.1. ### [`v2.82.2`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.82.2): 2.82.2 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.82.1...v2.82.2) - Update `xh@latest` to 0.26.1. - Update `uv@latest` to 0.11.23. - Update `trivy@latest` to 0.71.2. - Update `sccache@latest` to 0.16.0. ### [`v2.82.1`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.82.1): 2.82.1 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.82.0...v2.82.1) - Update `vacuum@latest` to 0.29.4. - Update `uv@latest` to 0.11.22. - Update `osv-scanner@latest` to 2.4.0. - Update `mise@latest` to 2026.6.11. - Update `martin@latest` to 1.11.0. - Update `just@latest` to 1.53.0. - Update `cargo-zigbuild@latest` to 0.23.0. ### [`v2.82.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.82.0): 2.82.0 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.11...v2.82.0) - Support `cargo-vet`. ([#​1908](https://redirect.github.com/taiki-e/install-action/pull/1908), thanks [@​jakewimmer](https://redirect.github.com/jakewimmer)) - Support `cargo-crap`. ([#​1905](https://redirect.github.com/taiki-e/install-action/pull/1905), thanks [@​BartoszCiesla](https://redirect.github.com/BartoszCiesla)) - Support `cargo-leptos`. ([#​1903](https://redirect.github.com/taiki-e/install-action/pull/1903), thanks [@​404Simon](https://redirect.github.com/404Simon)) - Update `kingfisher@latest` to 1.103.0. - Update `cargo-xwin@latest` to 0.23.0. - Update `wasmtime@latest` to 45.0.2. - Update `cargo-deny@latest` to 0.19.9. - Update `prek@latest` to 0.4.5. - Update `trivy@latest` to 0.71.1. - Update `mise@latest` to 2026.6.10. ### [`v2.81.11`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.11): 2.81.11 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.10...v2.81.11) - Update `wasm-tools@latest` to 1.252.0. - Update `wasm-bindgen@latest` to 0.2.125. - Update `uv@latest` to 0.11.21. - Update `protoc@latest` to 3.35.1. - Update `mise@latest` to 2026.6.9. - Update `jaq@latest` to 3.1.0. - Update `cargo-insta@latest` to 1.48.0. - Update `biome@latest` to 2.5.0. ### [`v2.81.10`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.10): 2.81.10 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.9...v2.81.10) - Update `tombi@latest` to 1.1.3. - Update `release-plz@latest` to 0.3.159. - Update `cosign@latest` to 3.1.1. ### [`v2.81.9`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.9): 2.81.9 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.8...v2.81.9) - Update `wasm-bindgen@latest` to 0.2.123. - Update `tombi@latest` to 1.1.2. - Update `parse-changelog@latest` to 0.6.17. - Update `just@latest` to 1.52.0. - Update `gungraun-runner@latest` to 0.19.2. - Update `cargo-binstall@latest` to 1.20.0. ### [`v2.81.8`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.8): 2.81.8 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.7...v2.81.8) - Update `vacuum@latest` to 0.29.2. - Update `parse-dockerfile@latest` to 0.1.7. - Update `mise@latest` to 2026.6.1. - Update `cargo-shear@latest` to 1.13.1. ### [`v2.81.7`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.7): 2.81.7 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.6...v2.81.7) - Update `wasmtime@latest` to 45.0.1. - Update `vacuum@latest` to 0.29.1. - Update `syft@latest` to 1.45.1. - Update `rclone@latest` to 1.74.3. - Update `cargo-audit@latest` to 0.22.2. ### [`v2.81.6`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.6): 2.81.6 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.5...v2.81.6) - Update `prek@latest` to 0.4.4. - Update `cargo-shear@latest` to 1.13.0. ### [`v2.81.5`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.5): 2.81.5 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.4...v2.81.5) - Update `vacuum@latest` to 0.29.0. - Update `uv@latest` to 0.11.19. - Update `typos@latest` to 1.47.2. - Update `mise@latest` to 2026.6.0. ### [`v2.81.4`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.4): 2.81.4 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.3...v2.81.4) - Update `vacuum@latest` to 0.28.4. - Update `typos@latest` to 1.47.1. - Update `syft@latest` to 1.45.0. - Update `cargo-neat@latest` to 0.4.0. - Update `cargo-mutants@latest` to 27.1.0. ### [`v2.81.3`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.3): 2.81.3 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.2...v2.81.3) - Update `vacuum@latest` to 0.28.3. - Update `uv@latest` to 0.11.18. - Update `trivy@latest` to 0.71.0. ### [`v2.81.2`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.81.2): 2.81.2 [Compare Source](https://redirect.github.com/taiki-e/install-action/compare/v2.81.1...v2.81.2) - Update `mise@latest` to 2026.5.18. - Update `cargo-semver-checks@latest` to 0.48.0. </details> <details> <summary>zizmorcore/zizmor-action (zizmorcore/zizmor-action)</summary> ### [`v0.5.7`](https://redirect.github.com/zizmorcore/zizmor-action/releases/tag/v0.5.7) [Compare Source](https://redirect.github.com/zizmorcore/zizmor-action/compare/v0.5.6...v0.5.7) 1.26.1 is now available via the action 1.26.1 is now the default version of zizmor used by the action </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 5am on the first day of the month" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…org#79) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dtolnay/rust-toolchain](https://redirect.github.com/dtolnay/rust-toolchain) | action | digest | `29eef33` → `4be7066` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "before 5am on the first day of the month" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.5` → `0.4.6` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.6`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#046) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.5...v0.4.6) Released on 2026-07-01. ##### Enhancements - Verify managed toolchain downloads before installation ([#​2229](https://redirect.github.com/j178/prek/pull/2229)) - Add `PREK_DOCKER_NO_INIT` to opt-out Docker `--init` ([#​2242](https://redirect.github.com/j178/prek/pull/2242)) - Improve subprocess error messages ([#​2257](https://redirect.github.com/j178/prek/pull/2257)) - Split run concurrency knobs: `PREK_CONCURRENT_HOOKS` and `PREK_CONCURRENT_BATCHES` ([#​2276](https://redirect.github.com/j178/prek/pull/2276)) ##### Performance - Avoid allocating markdown extensions per file ([#​2245](https://redirect.github.com/j178/prek/pull/2245)) - Avoid unchanged config tracking writes ([#​2247](https://redirect.github.com/j178/prek/pull/2247)) - Delay trailing whitespace output buffer ([#​2244](https://redirect.github.com/j178/prek/pull/2244)) - Prefilter VCS permalink lines ([#​2253](https://redirect.github.com/j178/prek/pull/2253)) - Skip unnecessary submodule updates during hook repo clone ([#​2255](https://redirect.github.com/j178/prek/pull/2255)) ##### Documentation - Document `language_version` inferring for Python and Go ([#​2241](https://redirect.github.com/j178/prek/pull/2241)) ##### Other changes - Refactor env var handling ([#​2277](https://redirect.github.com/j178/prek/pull/2277)) - Use `serde-saphyr` for YAML string quoting ([#​2228](https://redirect.github.com/j178/prek/pull/2228)) ##### Contributors - [@​shaanmajid](https://redirect.github.com/shaanmajid) - [@​j178](https://redirect.github.com/j178) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.6` → `0.4.8` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.8`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#048) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.6...v0.4.8) Released on 2026-07-04. ##### Enhancements - Add default\_env configuration ([#​2288](https://redirect.github.com/j178/prek/pull/2288)) - Rename `auto-update` to `update` ([#​2286](https://redirect.github.com/j178/prek/pull/2286)) ##### Bug fixes - Fix progress collapse ordering ([#​2291](https://redirect.github.com/j178/prek/pull/2291)) - Fix progress insertion after collapsed rows ([#​2292](https://redirect.github.com/j178/prek/pull/2292)) ##### Contributors - [@​j178](https://redirect.github.com/j178) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [STABLE](https://redirect.github.com/rust-lang/rust) | minor | `1.96` → `1.97` | --- ### Release Notes <details> <summary>rust-lang/rust (STABLE)</summary> ### [`v1.97`](https://redirect.github.com/rust-lang/rust/blob/HEAD/RELEASES.md#Version-1970-2026-07-09) [Compare Source](https://redirect.github.com/rust-lang/rust/compare/1.96.0...1.97.0) \========================== <a id="1.97.0-Language"></a> ## Language - [Consider `Result<T, Uninhabited>` and `ControlFlow<Uninhabited, T>` to be equivalent to `T` for must use lint](https://redirect.github.com/rust-lang/rust/pull/148214) - [Add allow-by-default `dead_code_pub_in_binary` lint for unused pub items in binary crates](https://redirect.github.com/rust-lang/rust/pull/149509) - [Stabilize the `div32`, `lam-bh`, `lamcas`, `ld-seq-sa` and `scq` target features](https://redirect.github.com/rust-lang/rust/pull/154510) - [Stabilize `cfg(target_has_atomic_primitive_alignment)`](https://redirect.github.com/rust-lang/rust/pull/155006) - [Allow trailing `self` in imports in more cases](https://redirect.github.com/rust-lang/rust/pull/155137) <a id="1.97.0-Platform-Support"></a> ## Platform Support - [nvptx64-nvidia-cuda: drop support for old architectures and old ISAs](https://redirect.github.com/rust-lang/rust/pull/152443) Refer to Rust's [platform support page][platform-support-doc] for more information on Rust's tiered platform support. [platform-support-doc]: https://doc.rust-lang.org/rustc/platform-support.html <a id="1.97.0-Stabilized-APIs"></a> ## Stabilized APIs - [`Default for RepeatN`](https://doc.rust-lang.org/stable/std/iter/struct.RepeatN.html#impl-Default-for-RepeatN%3CA%3E) - [`Copy for ffi::FromBytesUntilNulError`](https://doc.rust-lang.org/stable/std/ffi/struct.FromBytesUntilNulError.html#impl-Copy-for-FromBytesUntilNulError) - [`Send for std::fs::File` on UEFI](https://redirect.github.com/rust-lang/rust/pull/154003) - [`<{integer}>::isolate_highest_one`](https://doc.rust-lang.org/stable/std/primitive.u32.html#method.isolate_highest_one) - [`<{integer}>::isolate_lowest_one`](https://doc.rust-lang.org/stable/std/primitive.u32.html#method.isolate_lowest_one) - [`<{integer}>::highest_one`](https://doc.rust-lang.org/stable/std/primitive.u32.html#method.highest_one) - [`<{integer}>::lowest_one`](https://doc.rust-lang.org/stable/std/primitive.u32.html#method.lowest_one) - [`<{integer}>::bit_width`](https://doc.rust-lang.org/stable/std/primitive.u32.html#method.bit_width) - [`NonZero<{integer}>::isolate_highest_one`](https://doc.rust-lang.org/stable/std/num/struct.NonZero.html#method.isolate_highest_one) - [`NonZero<{integer}>::isolate_lowest_one`](https://doc.rust-lang.org/stable/std/num/struct.NonZero.html#method.isolate_lowest_one) - [`NonZero<{integer}>::highest_one`](https://doc.rust-lang.org/stable/std/num/struct.NonZero.html#method.highest_one) - [`NonZero<{integer}>::lowest_one`](https://doc.rust-lang.org/stable/std/num/struct.NonZero.html#method.lowest_one) - [`NonZero<{integer}>::bit_width`](https://doc.rust-lang.org/stable/std/num/struct.NonZero.html#method.bit_width) These previously stable APIs are now stable in const contexts: - [`char::is_control`](https://doc.rust-lang.org/stable/std/primitive.char.html#method.is_control) <a id="1.97.0-Cargo"></a> ## Cargo - [Stabilize `build.warnings` config.](https://redirect.github.com/rust-lang/cargo/pull/16796) This controls how lint warnings from local packages are treated. Useful for enforcing a warning-free build in CI, replacing `-Dwarnings`. [docs](https://doc.rust-lang.org/nightly/cargo/reference/config.html#buildwarnings) - [Stabilize `resolver.lockfile-path` config.](https://redirect.github.com/rust-lang/cargo/pull/16694) This allows specifying the path to the lockfile to use when resolving dependencies. Useful when working with read-only source directories. [docs](https://doc.rust-lang.org/nightly/cargo/reference/config.html#resolverlockfile-path) - [cargo-clean: Error when `--target-dir` doesn't look like a Cargo target directory.](https://redirect.github.com/rust-lang/cargo/pull/16712) This prevents accidental deletion of non-target directories. - [Add `-m` shorthand for `--manifest-path`](https://redirect.github.com/rust-lang/cargo/pull/16858) - [Remove `curl` dependency from `crates-io` crate](https://redirect.github.com/rust-lang/cargo/pull/16936) <a id="1.97.0-Rustdoc"></a> ## Rustdoc - [Stabilize `--emit` flag](https://redirect.github.com/rust-lang/rust/pull/146220) - [Stabilize `--remap-path-prefix`](https://redirect.github.com/rust-lang/rust/pull/155307) <a id="1.97.0-Compatibility-Notes"></a> ## Compatibility Notes - [Emit a future-compatibility warning when relying on `f32: From<{float}>` to constrain `{float}`](https://redirect.github.com/rust-lang/rust/pull/139087) - [Rust will use the v0 symbol mangling scheme by default.](https://redirect.github.com/rust-lang/rust/pull/151994) This may cause some tools (such as debuggers or profilers, especially with old versions) to fail to demangle symbols emitted by Rust. It may also cause the formatting of text in backtraces to change. - [Prevent deref coercions in `pin!`, in order to prevent unsoundness.](https://redirect.github.com/rust-lang/rust/pull/153457) The most likely case where this might impact users is: writing `pin!(x)` where `x` has type `&mut T` will now always correctly produce a value of type `Pin<&mut &mut T>`, instead of sometimes allowing a coercion that produces a value of type `Pin<&mut T>`. This coercion was previously incorrectly allowed since Rust 1.88.0. - [Deprecate `std::char` constants and functions](https://redirect.github.com/rust-lang/rust/pull/153873) - [Warn on linker output by default](https://redirect.github.com/rust-lang/rust/pull/153968) - [Remove hidden `f64` methods which have been deprecated since 1.0](https://redirect.github.com/rust-lang/rust/pull/153975) - [report the `varargs_without_pattern` lint in deps](https://redirect.github.com/rust-lang/rust/pull/154599) - [Forbid passing generic arguments to module path segments even if the module reexports a generic enum variant](https://redirect.github.com/rust-lang/rust/pull/154971) - [Error on invalid macho `link_section` specifier](https://redirect.github.com/rust-lang/rust/pull/155065) - The encoding of certain `enum`s [have changed](https://redirect.github.com/rust-lang/rust/pull/155473). This is not a breaking change, as it only applies to `enum`s without layout guarantees, but is noted here as we've seen people impacted from having made assumptions about the layout algorithm. - [Error on `#[export_name = "..."]` where the name is empty](https://redirect.github.com/rust-lang/rust/pull/155515) - [Syntactically reject tuple index shorthands in struct patterns](https://redirect.github.com/rust-lang/rust/pull/155698) - [validate `#[link_name = "..."]` & `#[link(name = "...")]` parameters](https://redirect.github.com/rust-lang/rust/pull/155817) - On Windows, after calling `shutdown` on a socket to shut down the write side, attempting to write to the socket will now produce a `BrokenPipe` error rather than `Other`. [Map `WSAESHUTDOWN` to `io::ErrorKind::BrokenPipe`](https://redirect.github.com/rust-lang/rust/pull/156063) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [prek](https://redirect.github.com/j178/prek) | patch | `0.4.8` → `0.4.9` | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.9`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#049) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.8...v0.4.9) Released on 2026-07-11. Note: This release changes the repository identity schema stored in cached hook environments. Existing hook environments will be invalidated, and prek will reinstall them automatically when needed. ##### Enhancements - Preserve additional dependency order ([#​2311](https://redirect.github.com/j178/prek/pull/2311)) - Remove parallel Ruby gem installation ([#​2307](https://redirect.github.com/j178/prek/pull/2307)) - Warn for missing update repositories ([#​2316](https://redirect.github.com/j178/prek/pull/2316)) ##### Bug fixes - Fix mixed workspace selectors ([#​2306](https://redirect.github.com/j178/prek/pull/2306)) - Fix try-repo local path resolution ([#​2310](https://redirect.github.com/j178/prek/pull/2310)) - Use resolved gem executable ([#​2308](https://redirect.github.com/j178/prek/pull/2308)) - Validate complete XML documents in check-xml ([#​2312](https://redirect.github.com/j178/prek/pull/2312)) ##### Contributors - [@​j178](https://redirect.github.com/j178) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Every minute (`* * * * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/epage/_rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
There was a problem hiding this comment.
zizmor found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
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.