Skip to content

chore(deps): Update Rust Stable to v1.96 - #77

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/stable-1.x
May 30, 2026
Merged

renovate[bot] merged 1 commit into
mainfrom
renovate/stable-1.x

Conversation

@renovate

@renovate renovate Bot commented May 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
STABLE minor 1.951.96

Release Notes

rust-lang/rust (STABLE)

v1.96

Compare Source

==========================

Language

Compiler

Libraries

Stabilized APIs

Cargo

Rustdoc

Compatibility Notes

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.


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) May 30, 2026 23:31
@renovate
renovate Bot merged commit 99e5d64 into main May 30, 2026
15 checks passed
@renovate
renovate Bot deleted the renovate/stable-1.x branch May 30, 2026 23:33
epage pushed a commit that referenced this pull request Sep 15, 2026
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`
([#&#8203;2141](https://redirect.github.com/j178/prek/pull/2141))
- Delay hook output preview rendering
([#&#8203;2140](https://redirect.github.com/j178/prek/pull/2140))
- Stream hook output in progress UI
([#&#8203;2136](https://redirect.github.com/j178/prek/pull/2136))

##### Bug fixes

- Fix intent-to-add stash restore
([#&#8203;2143](https://redirect.github.com/j178/prek/pull/2143))

##### Documentation

- Document hook stage file input
([#&#8203;2147](https://redirect.github.com/j178/prek/pull/2147))

##### Contributors

- [@&#8203;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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants