Skip to content

Commit

Permalink
Bump serde from 1.0.164 to 1.0.165 in /packer (#4910)
Browse files Browse the repository at this point in the history
Summary:
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.164 to 1.0.165.
<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.165</h2>
<ul>
<li>Fix incorrect count of fields passed to tuple deserialization methods when using <code>serde(skip_deserializing)</code> attributes (<a href="https://redirect.github.com/serde-rs/serde/issues/2466">https://github.com/facebook/flipper/issues/2466</a>, thanks <a href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
<li>Fix <code>-Zminimal-versions</code> build</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/serde-rs/serde/commit/dcbc3e01625c2c7ce353984002cecea074c58c37"><code>dcbc3e0</code></a> Release 1.0.165</li>
<li><a href="https://github.com/serde-rs/serde/commit/0289d317246e63a584ace43d26c42e7ebfb6ecb4"><code>0289d31</code></a> Fix -Zminimal-versions build</li>
<li><a href="https://github.com/serde-rs/serde/commit/015e39776fcd951d208d7fbb5f4a4de4efb4445f"><code>015e397</code></a> No need for single-element vec for chaining one element</li>
<li><a href="https://github.com/serde-rs/serde/commit/6a9a21f1788b064a1a14b8bde98f74fab964dfb5"><code>6a9a21f</code></a> Resolve useless_conversion clippy lint in test</li>
<li><a href="https://github.com/serde-rs/serde/commit/81ac54b20d10bb4f4e2f37e767e400e58c3fdf85"><code>81ac54b</code></a> Resolve redundant_closure_call clippy lint</li>
<li><a href="https://github.com/serde-rs/serde/commit/6b4e75520a30f7183fc81302f3283efd98260f92"><code>6b4e755</code></a> Resolve explicit_iter_loop pedantic clippy lint</li>
<li><a href="https://github.com/serde-rs/serde/commit/b053b4f492b3810c957eae3b1559df16072f8c97"><code>b053b4f</code></a> Touch up early return in Enum checks</li>
<li><a href="https://github.com/serde-rs/serde/commit/c0ba323166c78d13c1c8d666a551b14229b87d9e"><code>c0ba323</code></a> Support a manual trigger on CI workflow</li>
<li><a href="https://github.com/serde-rs/serde/commit/20a48c9580445b82e570c237159e4bce8b95831b"><code>20a48c9</code></a> Remove .clippy.toml in favor of respecting rust-version from Cargo.toml</li>
<li><a href="https://github.com/serde-rs/serde/commit/09938803af27e1da69435459b99a5bbf0e883b52"><code>0993880</code></a> Resolve redundant_static_lifetimes clippy lint</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.164...v1.0.165">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.164&new-version=1.0.165)](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>

Pull Request resolved: #4910

Reviewed By: lblasa

Differential Revision: D47294568

Pulled By: passy

fbshipit-source-id: 284710438e91a56b63f56f52a5974478af603eeb
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Jul 17, 2023
1 parent 78d56ea commit 93b8cc2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93b8cc2

Please sign in to comment.