Browsers-software / browsers

Open the right browser at the right time
https://browsers.software
Apache License 2.0
107 stars 11 forks source link

fix(deps): update rust crate interprocess to v2 #159

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
interprocess dependencies major 1.2.1 -> 2.0.0

Release Notes

kotauskas/interprocess (interprocess) ### [`v2.0.1`](https://togithub.com/kotauskas/interprocess/releases/tag/2.0.1): – fix for non-x86 platforms [Compare Source](https://togithub.com/kotauskas/interprocess/compare/2.0.0...2.0.1) - Fixed a portability bug that broke the build on Android ([#​62](https://togithub.com/kotauskas/interprocess/issues/62), [#​63](https://togithub.com/kotauskas/interprocess/issues/63)) - Minor documentation adjustments ### [`v2.0.0`](https://togithub.com/kotauskas/interprocess/releases/tag/2.0.0) [Compare Source](https://togithub.com/kotauskas/interprocess/compare/1.2.1...2.0.0) The long-awaited 2.0.0 release brings substantial API enhancements that constitute breaking changes, countless bugfixes, better portability, some future-proofing, a grand refactor and significant scope creep mitigation. You can upgrade to the new version by changing your `Cargo.toml` to depend on Interprocess 2.0.0 instead of 1.2.1 and fixing the compilation errors that ensue. The behavioral changes have been made in a manner that avoids the introduction of bugs that successfully compile. The Rustdoc documentation contains all the information that's needed to write code that uses Interprocess 2.0.0, and, by extension, all the information that's needed to port dependents of Interprocess 1.2.1. - Many bugs have been fixed - A comprehensive set of testing utilities has been added to prevent new bugs of the embarrassing variety - The minimum Rust version has been bumped to 1.75.0, bringing many improvements to both the API and the internals, including RAII of file descriptors and handles and use of RPITITs - Platform support has been clarified and expanded - Windows named pipe support has been largely remade: - The API has been overhauled to be more idiomatic to Rust with expanded use of generics - A "limbo" is now used to prevent in-flight data from being lost when dropping connections - Small API deficiencies, such as inaccurate types that unnecessarily made invalid options representable, have been corrected - Windows security descriptors have received a proper API - Numerous improvements to local sockets - They have been made more uniform across platforms – the portability magic that is now in place has eliminated the need to explicitly acknowledge the platform differences in most practical programs - Ud-socket local socket listeners now clean up corpse socket files when dropped - The new API allows explicit selection of the underlying implementation: every possible backend of local sockets has its own public API, and all of them implement the new local socket traits - The name type and the name creation API have been overhauled to facilitate the changes - Some functionality has been offloaded to the `recvmsg` crate – it is now part of the public API of Interprocess - Ud-sockets have been outsourced to the standard library

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.