mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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="05a5b7e3c6"><code>05a5b7e</code></a> Release 1.0.183</li> <li><a href="3bff326fb3"><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="aaadd93878"><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="9c864f0b02"><code>9c864f0</code></a> Add forward impl for OsStr</li> <li><a href="070cce0d9c"><code>070cce0</code></a> Get rid of temporary variable</li> <li><a href="b58e8bac12"><code>b58e8ba</code></a> Replace <code>if let Some(...) = ...</code> to Option::map</li> <li><a href="ada50b077e"><code>ada50b0</code></a> ignore_variant variable is always None, let's take this into account</li> <li><a href="5e313a7330"><code>5e313a7</code></a> Move generiс code out-of-function, create more specialized and simple code</li> <li><a href="2a36d11238"><code>2a36d11</code></a> Introduce a dedicated function for generating Field enum</li> <li><a href="b6685cf9dd"><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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>