Precompiled 2024-07-15-18ef81b
·
3686 commits
to main
since this release
Update Rust crate async-channel to v2 (#27497) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-channel](https://togithub.com/smol-rs/async-channel) | workspace.dependencies | major | `1.9.0` -> `2.0.0` | --- ### Release Notes <details> <summary>smol-rs/async-channel (async-channel)</summary> ### [`v2.3.1`](https://togithub.com/smol-rs/async-channel/blob/HEAD/CHANGELOG.md#Version-231) [Compare Source](https://togithub.com/smol-rs/async-channel/compare/v2.3.0...v2.3.1) - Use the correct version of `async-channel` in our manifest. ([#​93](https://togithub.com/smol-rs/async-channel/issues/93)) ### [`v2.3.0`](https://togithub.com/smol-rs/async-channel/blob/HEAD/CHANGELOG.md#Version-230) [Compare Source](https://togithub.com/smol-rs/async-channel/compare/v2.2.1...v2.3.0) - Add `force_send` for sending items over the channel that displace other items. ([#​89](https://togithub.com/smol-rs/async-channel/issues/89)) ### [`v2.2.1`](https://togithub.com/smol-rs/async-channel/blob/HEAD/CHANGELOG.md#Version-221) [Compare Source](https://togithub.com/smol-rs/async-channel/compare/v2.2.0...v2.2.1) - Fix the CI badge in the `crates.io` page. ([#​84](https://togithub.com/smol-rs/async-channel/issues/84)) ### [`v2.2.0`](https://togithub.com/smol-rs/async-channel/blob/HEAD/CHANGELOG.md#Version-220) [Compare Source](https://togithub.com/smol-rs/async-channel/compare/v2.1.1...v2.2.0) - Bump `event-listener` to v5.0.0. ([#​79](https://togithub.com/smol-rs/async-channel/issues/79)) - Bump MSRV to 1.60. ([#​80](https://togithub.com/smol-rs/async-channel/issues/80)) ### [`v2.1.1`](https://togithub.com/smol-rs/async-channel/blob/HEAD/CHANGELOG.md#Version-211) [Compare Source](https://togithub.com/smol-rs/async-channel/compare/v2.1.0...v2.1.1) - Bump `event-listener` to v4.0.0. ([#​73](https://togithub.com/smol-rs/async-channel/issues/73)) ### [`v2.1.0`](https://togithub.com/smol-rs/async-channel/blob/HEAD/CHANGELOG.md#Version-210) [Compare Source](https://togithub.com/smol-rs/async-channel/compare/v2.0.0...v2.1.0) - Bump `futures-lite` to its latest version. ([#​70](https://togithub.com/smol-rs/async-channel/issues/70)) ### [`v2.0.0`](https://togithub.com/smol-rs/async-channel/blob/HEAD/CHANGELOG.md#Version-200) [Compare Source](https://togithub.com/smol-rs/async-channel/compare/v1.9.0...v2.0.0) - **Breaking:** Make `Send`, `Recv` and `Receiver` `!Unpin`. This enables more efficient event notification strategies. ([#​59](https://togithub.com/smol-rs/async-channel/issues/59)) - **Breaking:** Add an `std` enabled-by-default feature that enables parts of the API that require `std`. ([#​59](https://togithub.com/smol-rs/async-channel/issues/59)) - Add support for the `wasm32` target. ([#​67](https://togithub.com/smol-rs/async-channel/issues/67)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/get-convex/convex). GitOrigin-RevId: 9e4e4147bf8cf3ddc69ae97098002d8abd060ec3