chore(deps): update rust crate interprocess to v2 #43
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.
This PR contains the following updates:
1.2
->2.0
Release Notes
kotauskas/interprocess (interprocess)
v2.2.3
Compare Source
v2.2.2
: – fix for AndroidCompare Source
Fixes the build on Android.
v2.2.1
Compare Source
Reverted the change from hardcoded
/tmp
to$TMPDIR
forSpecialDirUdSocket
on non-Android platforms. On Android, the hardcoded path is now/data/local/tmp
.v2.2.0
: – Tokio unnamed pipesCompare Source
v2.1.1
Compare Source
Incoming
andfutures::Stream
("AsyncIterator
") implementations onlocal_socket::traits::Listener
implementors – those were actually completely broken, so this change is not breaking in practice and thus does not warrant a bump to 3.0.0ListenerOptionsExt::mode()
behavior inumask
fallback mode and improved its documentationdoctest-file
cratev2.1.0
: – listeners are now iteratorsCompare Source
Iterator
impl on local socket listeners (closes #64)v2.0.1
: – fix for non-x86 platformsCompare Source
v2.0.0
Compare Source
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.recvmsg
crate – it is now part of the public API of Interprocesssignal_hook
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 was generated by Mend Renovate. View the repository job log.