mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
Update Rust crate async-compat to v0.2.4 (#15143)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-compat](https://togithub.com/smol-rs/async-compat) | dependencies | patch | `0.2.1` -> `0.2.4` | --- ### Release Notes <details> <summary>smol-rs/async-compat (async-compat)</summary> ### [`v0.2.4`](https://togithub.com/smol-rs/async-compat/blob/HEAD/CHANGELOG.md#Version-024) [Compare Source](https://togithub.com/smol-rs/async-compat/compare/v0.2.3...v0.2.4) - Derive `Clone` for `Compat`. ([#​27](https://togithub.com/smol-rs/async-compat/issues/27)) - Rather than spawning our own `tokio` runtime all of the time, reuse an existing runtime if possible. ([#​30](https://togithub.com/smol-rs/async-compat/issues/30)) ### [`v0.2.3`](https://togithub.com/smol-rs/async-compat/blob/HEAD/CHANGELOG.md#Version-023) [Compare Source](https://togithub.com/smol-rs/async-compat/compare/v0.2.2...v0.2.3) - Enter the `tokio` context while dropping wrapped `tokio` types. ([#​22](https://togithub.com/smol-rs/async-compat/issues/22)) ### [`v0.2.2`](https://togithub.com/smol-rs/async-compat/blob/HEAD/CHANGELOG.md#Version-022) [Compare Source](https://togithub.com/smol-rs/async-compat/compare/v0.2.1...v0.2.2) - Add `smol-rs` logo to the docs. ([#​19](https://togithub.com/smol-rs/async-compat/issues/19)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
3d6b07d78c
commit
b53c3b84e2
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -515,9 +515,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "async-compat"
|
||||
version = "0.2.1"
|
||||
version = "0.2.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d"
|
||||
checksum = "7bab94bde396a3f7b4962e396fdad640e241ed797d4d8d77fc8c237d14c58fc0"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"futures-io",
|
||||
|
|
Loading…
Reference in a new issue