lua-analyzer
lua-analyzer copied to clipboard
Update Rust crate crossbeam-channel to v0.5.13
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
crossbeam-channel (source) | dependencies | patch | 0.5.1 -> 0.5.13 |
Release Notes
crossbeam-rs/crossbeam (crossbeam-channel)
v0.5.13
: crossbeam-channel 0.5.13
- Add
select_biased!
macro. (#1040)
v0.5.12
: crossbeam-channel 0.5.12
- Fix memory leak in unbounded channel. (#1084)
v0.5.11
: crossbeam-channel 0.5.11
- Remove dependency on
cfg-if
. (#1072)
v0.5.10
: crossbeam-channel 0.5.10
- Relax the minimum supported Rust version to 1.60. (#1056)
- Optimize
Drop
implementation of bounded channel. (#1057)
v0.5.9
: crossbeam-channel 0.5.9
- Bump the minimum supported Rust version to 1.61. (#1037)
v0.5.8
: crossbeam-channel 0.5.8
- Fix race condition in unbounded channel. (#972)
v0.5.7
: crossbeam-channel 0.5.7
- Improve handling of very large timeout. (#953)
v0.5.6
: crossbeam-channel 0.5.6
- Bump the minimum supported Rust version to 1.38. (#877)
v0.5.5
: crossbeam-channel 0.5.5
- Replace Spinlock with Mutex. (#835)
v0.5.4
: crossbeam-channel 0.5.4
- Workaround a bug in upstream related to TLS access on AArch64 Linux. (#802)
v0.5.3
: crossbeam-channel 0.5.3
- Fix panic on very large timeout. (#798)
v0.5.2
: crossbeam-channel 0.5.2
Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), 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.