Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: fix dependency resolution for socket2 #5000

Merged
merged 1 commit into from
Sep 13, 2022

Conversation

Darksonn
Copy link
Contributor

Closes #4999

@Darksonn Darksonn added A-tokio Area: The main tokio crate M-net Module: tokio/net labels Sep 12, 2022
@Darksonn Darksonn changed the base branch from master to tokio-1.21.x September 12, 2022 19:34
@Darksonn Darksonn force-pushed the alice/socket2-only-net branch from 4bb4fbc to e31561f Compare September 12, 2022 19:36
@Darksonn Darksonn merged commit 97e981e into tokio-1.21.x Sep 13, 2022
@Darksonn Darksonn deleted the alice/socket2-only-net branch September 13, 2022 06:50
crapStone pushed a commit to Calciumdibromid/CaBr2 that referenced this pull request Sep 22, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dependencies | patch | `1.21.0` -> `1.21.1` |
| [tokio](https://tokio.rs) ([source](https://github.com/tokio-rs/tokio)) | dev-dependencies | patch | `1.21.0` -> `1.21.1` |

---

### Release Notes

<details>
<summary>tokio-rs/tokio</summary>

### [`v1.21.1`](https://github.com/tokio-rs/tokio/releases/tag/tokio-1.21.1)

[Compare Source](tokio-rs/tokio@tokio-1.21.0...tokio-1.21.1)

##### 1.21.1 (September 13, 2022)

##### Fixed

-   net: fix dependency resolution for socket2 ([#&#8203;5000])
-   task: ignore failure to set TLS in `LocalSet` Drop ([#&#8203;4976])

[#&#8203;4976]: tokio-rs/tokio#4976

[#&#8203;5000]: tokio-rs/tokio#5000

</details>

---

### 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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS4xIn0=-->

Co-authored-by: cabr2-bot <[email protected]>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1546
Reviewed-by: crapStone <[email protected]>
Co-authored-by: Calciumdibromid Bot <[email protected]>
Co-committed-by: Calciumdibromid Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate M-net Module: tokio/net
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation failure regression on x86_64-fortanix-unknown-sgx target
4 participants