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

Add Error::io_error_kind #1026

Merged
merged 1 commit into from Jun 16, 2023
Merged

Add Error::io_error_kind #1026

merged 1 commit into from Jun 16, 2023

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Jun 16, 2023

Closes #1012.

@dtolnay dtolnay merged commit 8b681ff into serde-rs:master Jun 16, 2023
11 checks passed
@dtolnay dtolnay deleted the errorkind branch June 16, 2023 04:47
crapStone added a commit to Calciumdibromid/CaBr2 that referenced this pull request Jun 29, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde_json](https://github.com/serde-rs/json) | dependencies | patch | `1.0.96` -> `1.0.99` |

---

### Release Notes

<details>
<summary>serde-rs/json (serde_json)</summary>

### [`v1.0.99`](https://github.com/serde-rs/json/releases/tag/v1.0.99)

[Compare Source](serde-rs/json@v1.0.98...v1.0.99)

-   Support serializing serde's **option** type in a map key ([#&#8203;1030](serde-rs/json#1030), thanks [@&#8203;LPGhatguy](https://github.com/LPGhatguy))

### [`v1.0.98`](https://github.com/serde-rs/json/releases/tag/v1.0.98)

[Compare Source](serde-rs/json@v1.0.97...v1.0.98)

-   Update indexmap dependency used by "preserve_order" feature to version 2

### [`v1.0.97`](https://github.com/serde-rs/json/releases/tag/v1.0.97)

[Compare Source](serde-rs/json@v1.0.96...v1.0.97)

-   Add `io_error_kind()` method to serde_json::Error: `fn io_error_kind(&self) -> Option<std::io::ErrorKind>` ([#&#8203;1026](serde-rs/json#1026))

</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 this update again.

---

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

---

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

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1941
Reviewed-by: crapStone <crapstone01@gmail.com>
Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

timeout reporting changed in serde-json 1.0.94
1 participant