Update Rust crate async-lock to v3 #20
Open
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:
2.7.0→3.0.0Release Notes
smol-rs/async-lock (async-lock)
v3.4.2Compare Source
v3.4.1Compare Source
v3.4.0Compare Source
event-listenerv5.0.0. (#74)v3.3.0Compare Source
forget()method for semaphore guards. (#73)v3.2.0Compare Source
Arc(#71).v3.1.2Compare Source
event-listenerto version v4.0.0. (#69)v3.1.1Compare Source
libstd's locks. (#58)v3.1.0Compare Source
Defaultimplementation forOnceCell(#63).v3.0.0Compare Source
stdfeature that allows using this crate without the standard library. (#43)v2.8.0Compare Source
SemaphoreGuard::acquire_arcfuture would busy wait under certain conditions (#42).Semaphore::add_permits()function to increase the number of available permits on the semaphore (#44).RwLockReadGuardcovariant over its lifetime (#45)RwLockReadGuardArc,RwLockWriteGuardArc, and other reference counted guards for theRwLocktype (#47).Send/Syncbounds on certain future types (#48).MutexGuardArc::sourcefunction allowing the user to drop an object in a different thread than the one it was acquired in (#50). This is a breaking change, but in the name of soundness. Therefore it doesn't break any valid behavior.wasm64(#51).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.