Support deserializing Box<OsStr> with an equivalent representation as OsString (#2556, thanks @DBLouis)
v1.0.182
Render field aliases in sorted order in error messages (#2458, thanks @Mingun)
Support serde(default) on tuple structs (#2553, thanks @Mingun)
v1.0.181
Make serde(alias) work in combination with flatten when using in-place deserialization (#2443, thanks @Mingun)
Improve the representation of adjacently tagged enums in formats where enum tags are serialized by index, as opposed to by string name (#2505, #2496, thanks @Baptistemontan)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/516
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 8/14/2023
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/serde-1.0.183`
---
### 📝 Commits (1)
- [`4c28179`](https://github.com/LGUG2Z/komorebi/commit/4c2817991c3c2159e55b56f0ce3fe504397fa74d) chore(deps): bump serde from 1.0.179 to 1.0.183
### 📊 Changes
**1 file changed** (+14 additions, -14 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+14 -14)
</details>
### 📄 Description
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.179 to 1.0.183.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p>
<blockquote>
<h2>v1.0.183</h2>
<ul>
<li>Support deserializing <code>Box<OsStr></code> with an equivalent representation as <code>OsString</code> (<a href="https://redirect.github.com/serde-rs/serde/issues/2556">#2556</a>, thanks <a href="https://github.com/DBLouis"><code>@DBLouis</code></a>)</li>
</ul>
<h2>v1.0.182</h2>
<ul>
<li>Render field aliases in sorted order in error messages (<a href="https://redirect.github.com/serde-rs/serde/issues/2458">#2458</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li>
<li>Support <code>serde(default)</code> on tuple structs (<a href="https://redirect.github.com/serde-rs/serde/issues/2553">#2553</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li>
</ul>
<h2>v1.0.181</h2>
<ul>
<li>Make <code>serde(alias)</code> work in combination with <code>flatten</code> when using in-place deserialization (<a href="https://redirect.github.com/serde-rs/serde/issues/2443">#2443</a>, thanks <a href="https://github.com/Mingun"><code>@Mingun</code></a>)</li>
<li>Improve the representation of adjacently tagged enums in formats where enum tags are serialized by index, as opposed to by string name (<a href="https://redirect.github.com/serde-rs/serde/issues/2505">#2505</a>, <a href="https://redirect.github.com/serde-rs/serde/issues/2496">#2496</a>, thanks <a href="https://github.com/Baptistemontan"><code>@Baptistemontan</code></a>)</li>
</ul>
<h2>v1.0.180</h2>
<ul>
<li>Update to 2018 edition</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/serde-rs/serde/commit/05a5b7e3c6de502d45597cbc083f28bc1d4f4626"><code>05a5b7e</code></a> Release 1.0.183</li>
<li><a href="https://github.com/serde-rs/serde/commit/3bff326fb3e434e5a7b7914d75fc4c8768780719"><code>3bff326</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2555">#2555</a> from Mingun/field</li>
<li><a href="https://github.com/serde-rs/serde/commit/aaadd93878725e2ac2c42f5086bf9864324bcb8f"><code>aaadd93</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2556">#2556</a> from DBLouis/master</li>
<li><a href="https://github.com/serde-rs/serde/commit/9c864f0b0283fb0109b68c7b7409d6f605db411b"><code>9c864f0</code></a> Add forward impl for OsStr</li>
<li><a href="https://github.com/serde-rs/serde/commit/070cce0d9c718ced830158a08fb886aa7228bb9d"><code>070cce0</code></a> Get rid of temporary variable</li>
<li><a href="https://github.com/serde-rs/serde/commit/b58e8bac12bbc81d6d336356a292c920903dfaa8"><code>b58e8ba</code></a> Replace <code>if let Some(...) = ...</code> to Option::map</li>
<li><a href="https://github.com/serde-rs/serde/commit/ada50b077e1ea0d573209823cba2afd0f5494a43"><code>ada50b0</code></a> ignore_variant variable is always None, let's take this into account</li>
<li><a href="https://github.com/serde-rs/serde/commit/5e313a7330cae656190ca9d328537846df495eb8"><code>5e313a7</code></a> Move generiс code out-of-function, create more specialized and simple code</li>
<li><a href="https://github.com/serde-rs/serde/commit/2a36d1123865653be1c47eebcd3059c9bdee7b4b"><code>2a36d11</code></a> Introduce a dedicated function for generating Field enum</li>
<li><a href="https://github.com/serde-rs/serde/commit/b6685cf9dd87b930cd05d77a011b6a9aeec3ba9d"><code>b6685cf</code></a> Release 1.0.182</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.179...v1.0.183">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/516
Author: @dependabot[bot]
Created: 8/14/2023
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/serde-1.0.183📝 Commits (1)
4c28179chore(deps): bump serde from 1.0.179 to 1.0.183📊 Changes
1 file changed (+14 additions, -14 deletions)
View changed files
📝
Cargo.lock(+14 -14)📄 Description
Bumps serde from 1.0.179 to 1.0.183.
Release notes
Sourced from serde's releases.
Commits
05a5b7eRelease 1.0.1833bff326Merge pull request #2555 from Mingun/fieldaaadd93Merge pull request #2556 from DBLouis/master9c864f0Add forward impl for OsStr070cce0Get rid of temporary variableb58e8baReplaceif let Some(...) = ...to Option::mapada50b0ignore_variant variable is always None, let's take this into account5e313a7Move generiс code out-of-function, create more specialized and simple code2a36d11Introduce a dedicated function for generating Field enumb6685cfRelease 1.0.182Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.