Skip to content

chore(deps): Update dependency STABLE to v1.81.0 - #84

Merged
epage merged 1 commit into
mainfrom
renovate/stable-1.x
Oct 1, 2024
Merged

chore(deps): Update dependency STABLE to v1.81.0#84
epage merged 1 commit into
mainfrom
renovate/stable-1.x

Conversation

@renovate

@renovate renovate Bot commented Oct 1, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
STABLE minor 1.80 -> 1.81.0

Release Notes

rust-lang/rust (STABLE)

v1.81.0

Compare Source

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

Language

Compiler

Libraries

Stabilized APIs

These APIs are now stable in const contexts:

Cargo

Compatibility Notes

  • Usage of the wasm32-wasi target will now issue a compiler warning and request users switch to the wasm32-wasip1 target instead. Both targets are the same, wasm32-wasi is only being renamed, and this change to the WASI target is being done to enable removing wasm32-wasi in January 2025.

  • We have renamed std::panic::PanicInfo to std::panic::PanicHookInfo. The old name will continue to work as an alias, but will result in a deprecation warning starting in Rust 1.82.0.

    core::panic::PanicInfo will remain unchanged, however, as this is now a different type.

    The reason is that these types have different roles: std::panic::PanicHookInfo is the argument to the panic hook in std context (where panics can have an arbitrary payload), while core::panic::PanicInfo is the argument to the #[panic_handler] in no_std context (where panics always carry a formatted message). Separating these types allows us to add more useful methods to these types, such as std::panic::PanicHookInfo::payload_as_str() and core::panic::PanicInfo::message().

  • The new sort implementations may panic if a type's implementation of Ord (or the given comparison function) does not implement a total order as the trait requires. Ord's supertraits (PartialOrd, Eq, and PartialEq) must also be consistent. The previous implementations would not "notice" any problem, but the new implementations have a good chance of detecting inconsistencies, throwing a panic rather than returning knowingly unsorted data.

  • In very rare cases, a change in the internal evaluation order of the trait
    solver may result in new fatal overflow errors.

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: Branch creation - "before 5am on the first day of the month" (UTC), 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.


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

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

@coveralls

Copy link
Copy Markdown

Pull Request Test Coverage Report for Build 11116624831

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 32.143%

Totals Coverage Status
Change from base Build 11073564997: 0.0%
Covered Lines: 9
Relevant Lines: 28

💛 - Coveralls

@epage
epage merged commit 0735c1c into main Oct 1, 2024
@epage
epage deleted the renovate/stable-1.x branch October 1, 2024 14:58
epage pushed a commit that referenced this pull request Aug 30, 2026
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
([#&#8203;2311](https://redirect.github.com/j178/prek/pull/2311))
- Remove parallel Ruby gem installation
([#&#8203;2307](https://redirect.github.com/j178/prek/pull/2307))
- Warn for missing update repositories
([#&#8203;2316](https://redirect.github.com/j178/prek/pull/2316))

##### Bug fixes

- Fix mixed workspace selectors
([#&#8203;2306](https://redirect.github.com/j178/prek/pull/2306))
- Fix try-repo local path resolution
([#&#8203;2310](https://redirect.github.com/j178/prek/pull/2310))
- Use resolved gem executable
([#&#8203;2308](https://redirect.github.com/j178/prek/pull/2308))
- Validate complete XML documents in check-xml
([#&#8203;2312](https://redirect.github.com/j178/prek/pull/2312))

##### 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:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

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.

2 participants