fix(deps): update rust crate spin to 0.10.0#75
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
48e48c4 to
66aef6b
Compare
66aef6b to
a8108d6
Compare
a8108d6 to
e0842ee
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
0.5.2→0.10.0Release Notes
mvdnes/spin-rs (spin)
v0.10.0Added
Mutex::try_lock_weakRwLock::try_write_weakRwLock::try_upgrade_weakChanged
dep:syntax in Cargo.tomlportable_atomicfeature has been renamed toportable-atomic, for consistency.Fixed
v0.9.8Fixed
Once::try_call_oncecaused by anErr(_)resultv0.9.7Fixed
Send/Syncbounds forMutexguardsv0.9.6Fixed
Send/Syncbounds forRwLockguardsv0.9.5Added
FairMutex, a new mutex implementation that reduces writer starvation.Changed
Fixed
RwLockthat could be triggered via a reader overflowSend/Syncbound requirements to make the crate more flexiblev0.9.4Fixed
RwLockon reader overflowSend/Syncbounds forSpinMutexandTicketMutex(doesn't affectMutexitself)v0.9.3Added
DefaultforOnceOnce::try_call_onceFixed
Once::call_onceto incorrectly failv0.9.2Changed
Onceperformance by reducing the memory footprint of internal state to one byteFixed
Onceby relaxing ordering guarantees and removing redundant checksv0.9.1Added
Oncefor better ergonomicsv0.9.0Changed
Fixed
lock_apifeaturev0.8.0Added
Once::get_uncheckedRelaxStrategytrait with type parameter on all locks to support switching between relax strategiesChanged
lock_api1feature is now namedlock_apiv0.7.1Fixed
Onceleaking the inner value upon dropv0.7.0Added
Once::initializedOnce::get_mutOnce::try_into_innerOnce::pollRwLock,MutexandOncenow implementFrom<T>Lazytype for lazy initializationTicketMutex, an alternative mutex implementationstdfeature flag to enable thread yielding instead of spinningMutex::is_locked/SpinMutex::is_locked/TicketMutex::is_lockedBarrierChanged
Once::waitnow spins even if initialization has not yet startedGuard::leakis now an associated function instead of a methodSpinMutexby relaxing unnecessarily conservativeordering requirements
v0.6.0Added
Send/Syncbounds for lock guardslock_apicompatibilityGuard::leakmethodsRwLock::reader_countandRwLock::writer_countDisplayimplementation for guard typesChanged
Debugimpls of lock guards just show the inner type likestdConfiguration
📅 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.