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 EnumAccessDeserializer to turn EnumAccess into a Deserializer #2305

Merged
merged 1 commit into from Oct 21, 2022

Conversation

dtolnay
Copy link
Member

@dtolnay dtolnay commented Oct 21, 2022

This came up in dtolnay/serde-yaml#338.

@dtolnay dtolnay merged commit 6d00971 into master Oct 21, 2022
@dtolnay dtolnay deleted the enumaccessdeserializer branch October 21, 2022 17:04
crapStone added a commit to Calciumdibromid/CaBr2 that referenced this pull request Oct 23, 2022
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde](https://serde.rs) ([source](https://github.com/serde-rs/serde)) | dependencies | patch | `1.0.145` -> `1.0.147` |

---

### Release Notes

<details>
<summary>serde-rs/serde</summary>

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

[Compare Source](serde-rs/serde@v1.0.146...v1.0.147)

-   Add `serde::de::value::EnumAccessDeserializer` which transforms an `EnumAccess` into a `Deserializer` ([#&#8203;2305](serde-rs/serde#2305))

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

[Compare Source](serde-rs/serde@v1.0.145...v1.0.146)

-   Allow internally tagged newtype variant to contain unit ([#&#8203;2303](serde-rs/serde#2303), thanks [@&#8203;tage64](https://github.com/tage64))

</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, click this checkbox.

---

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

Co-authored-by: cabr2-bot <cabr2.help@gmail.com>
Co-authored-by: crapStone <crapstone01@gmail.com>
Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1597
Reviewed-by: crapStone <crapstone@noreply.codeberg.org>
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.

None yet

1 participant