Skip to content

Commit

Permalink
Merge #58
Browse files Browse the repository at this point in the history
58: Bump serde from 1.0.112 to 1.0.114 r=pitkley a=dependabot[bot]

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.112 to 1.0.114.
<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.114</h2>
<ul>
<li>Improve <code>packed</code> repr matching to support deriving Serialize for structs having <code>repr(C, packed)</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1813">#1813</a>, thanks <a href="https://github.com/TannerRogalsky">@TannerRogalsky</a>)</li>
</ul>
<h2>v1.0.113</h2>
<ul>
<li>Improve diagnostic when a serde trait is not implemented (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1827">#1827</a>, thanks <a href="https://github.com/taiki-e">@taiki-e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/serde-rs/serde/commit/9c6f0c3a0e1347e4b18d71b40e8873b229b47255"><code>9c6f0c3</code></a> Release 1.0.114</li>
<li><a href="https://github.com/serde-rs/serde/commit/a9f8ea0a1e8ba1206f8c28d96b924606847b85a9"><code>a9f8ea0</code></a> Simplify search for packed repr attr</li>
<li><a href="https://github.com/serde-rs/serde/commit/04faac962a706ee3785fa6d02705f393c64bd762"><code>04faac9</code></a> Remove error_on_line_overflow rustfmt setting</li>
<li><a href="https://github.com/serde-rs/serde/commit/7e5701ad2bdd4a9408e0ba2b2428b64559424c3d"><code>7e5701a</code></a> add alignment specific packed repr tests</li>
<li><a href="https://github.com/serde-rs/serde/commit/1cd10a7d09b04fda63e1224b222b9ebe40631602"><code>1cd10a7</code></a> Improved packed repr matching.</li>
<li><a href="https://github.com/serde-rs/serde/commit/d5e6436b287eb1b9f97a8b49e90458a6c2a3605a"><code>d5e6436</code></a> Add tests validating Serialize derivation for packed structs.</li>
<li><a href="https://github.com/serde-rs/serde/commit/8ff11dc234ae1198ae9156a1c47011fbb16b4808"><code>8ff11dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1841">#1841</a> from dtolnay/lenhint</li>
<li><a href="https://github.com/serde-rs/serde/commit/6b3777b6170bf6ead1cbc60ad108f0a2588fba2e"><code>6b3777b</code></a> Remove len hint specialization</li>
<li><a href="https://github.com/serde-rs/serde/commit/7350b58f5cfca07b87ef24ae5e553c92f7377931"><code>7350b58</code></a> Release 1.0.113</li>
<li><a href="https://github.com/serde-rs/serde/commit/7351e0e55aaa3e77626d5fea6d85373c14a6b67a"><code>7351e0e</code></a> Link to feature announcements where available</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.112...v1.0.114">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.112&new-version=1.0.114)](https://help.github.com/articles/configuring-automated-security-fixes)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Jun 22, 2020
2 parents a04a0e1 + 1e1c725 commit 484bfc8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

0 comments on commit 484bfc8

Please sign in to comment.