Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Bump serde from 1.0.145 to 1.0.147 in /packer (#4245)
Browse files Browse the repository at this point in the history
Summary:
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147.
<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.147</h2>
<ul>
<li>Add <code>serde::de::value::EnumAccessDeserializer</code> which transforms an <code>EnumAccess</code> into a <code>Deserializer</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2305">https://github.com/facebook/flipper/issues/2305</a>)</li>
</ul>
<h2>v1.0.146</h2>
<ul>
<li>Allow internally tagged newtype variant to contain unit (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2303">https://github.com/facebook/flipper/issues/2303</a>, thanks <a href="https://github.com/tage64"><code>@​tage64</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/serde-rs/serde/commit/f41509261e32357e28a6bc6f46f58e98d841e7e8"><code>f415092</code></a> Release 1.0.147</li>
<li><a href="https://github.com/serde-rs/serde/commit/6d009711a2fe0be0bd0e2b47eeebbad8cb35b018"><code>6d00971</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2305">https://github.com/facebook/flipper/issues/2305</a> from serde-rs/enumaccessdeserializer</li>
<li><a href="https://github.com/serde-rs/serde/commit/354b48fd40874cef6d77806abc236fe24dbf399a"><code>354b48f</code></a> Add EnumAccessDeserializer to turn EnumAccess into a Deserializer</li>
<li><a href="https://github.com/serde-rs/serde/commit/3fd8e52f0c59045482a004073b6e3e033ed2bc67"><code>3fd8e52</code></a> Release 1.0.146</li>
<li><a href="https://github.com/serde-rs/serde/commit/142dce0d3dc82f59f1a06342864de51160b12c65"><code>142dce0</code></a> Touch up PR 2303</li>
<li><a href="https://github.com/serde-rs/serde/commit/6aed101630b50c5ea23273245eee6054f7337d6f"><code>6aed101</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2303">https://github.com/facebook/flipper/issues/2303</a> from tage64/master</li>
<li><a href="https://github.com/serde-rs/serde/commit/e2ccfd9ea7f118a29e27037e1da79aa29a7c1be8"><code>e2ccfd9</code></a> Remove bad deserialization from sequence to internally tagged newtype variant...</li>
<li><a href="https://github.com/serde-rs/serde/commit/a07d794f74475677544fdb35b981141ff8284c0b"><code>a07d794</code></a> Update test_suite/tests/test_annotations.rs</li>
<li><a href="https://github.com/serde-rs/serde/commit/90d28fc314747039a710d2561a5ca2007d9378ad"><code>90d28fc</code></a> Serialize and deserialize a tagged newtype variant over unit () as if it was ...</li>
<li><a href="https://github.com/serde-rs/serde/commit/55cf0ac51a1c737a65d1a26b4b29184425e465a5"><code>55cf0ac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2297">https://github.com/facebook/flipper/issues/2297</a> from serde-rs/output</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.147">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.145&new-version=1.0.147)](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: #4245

Reviewed By: aigoncharov

Differential Revision: D40673597

Pulled By: passy

fbshipit-source-id: 8c0f22611c753edd148d413c0d0618d3b9bb6552
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Oct 25, 2022
1 parent 3dfb7ca commit 65a45ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 65a45ba

Please sign in to comment.