Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rust to v1.81.0 #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2023

This PR contains the following updates:

Package Update New value References Sourcegraph
rust minor 1.81.0 source code search for "rust"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

rust-lang/rust (rust)

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.

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.

v1.80.1

Compare Source

v1.80.0

Compare Source

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

Language

Compiler

Libraries

Stabilized APIs

These APIs are now stable in const contexts:

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.

v1.79.0

Compare Source

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

Language

Compiler

Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

These APIs are now stable in const contexts:

Cargo

Rustdoc

Misc

Compatibility Notes

v1.78.0

Compare Source

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

Language

Compiler

Target changes:

Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

These APIs are now stable in const contexts:

Cargo

Misc

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.

v1.77.2

Compare Source

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

v1.77.1

Compare Source

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

v1.77.0

Compare Source

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

Language

Compiler

Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

Cargo

Rustdoc

Misc

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.

v1.76.0

Compare Source

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

Language

Compiler

Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.

Libraries

Stabilized APIs

Cargo

See Cargo release notes.

Rustdoc

Compatibility Notes

v1.75.0

Compare Source

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

Language

Compiler

Refer to Rust's [platform support page][platform-support-doc]
for more information on Rust's tiered platform support.

Libraries


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, 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.

@renovate renovate bot added the bot label Aug 3, 2023
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.71.1 chore(deps): update dependency rust to v1.72.0 Aug 24, 2023
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.72.0 chore(deps): update dependency rust to v1.72.1 Sep 19, 2023
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.72.1 chore(deps): update dependency rust to v1.73.0 Oct 5, 2023
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.73.0 chore(deps): update dependency rust to v1.74.0 Nov 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.74.0 chore(deps): update dependency rust to v1.74.1 Dec 10, 2023
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.74.1 chore(deps): update dependency rust to v1.75.0 Dec 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.75.0 chore(deps): update dependency rust to v1.76.0 Feb 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.76.0 chore(deps): update dependency rust to v1.77.0 Mar 21, 2024
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.77.0 chore(deps): update dependency rust to v1.77.1 Mar 28, 2024
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.77.1 chore(deps): update dependency rust to v1.77.2 Apr 9, 2024
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.77.2 chore(deps): update dependency rust to v1.78.0 May 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.78.0 chore(deps): update dependency rust to v1.79.0 Jun 13, 2024
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.79.0 chore(deps): update dependency rust to v1.80.0 Jul 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.80.0 chore(deps): update dependency rust to v1.80.1 Aug 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency rust to v1.80.1 chore(deps): update dependency rust to v1.81.0 Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants