Auto merge of #28872 - servo:dependabot/cargo/toml-0.5.9, r=jdm

Bump toml from 0.5.6 to 0.5.9

Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.6 to 0.5.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/alexcrichton/toml-rs/releases">toml's releases</a>.</em></p>
<blockquote>
<h2>0.5.9</h2>
<p>Changes:</p>
<ul>
<li><a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/373">#373</a>: Allow empty table keys</li>
<li><a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/426">#426</a>: Fix serialization of -0.0</li>
<li><a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/439">#439</a>: Make datetime structs and fields public</li>
</ul>
<h2>0.5.8</h2>
<p>Minor doc fix (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/409">#409</a>)</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="70caf40853"><code>70caf40</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/463">#463</a> from ehuss/version-bump</li>
<li><a href="63dd7f7fde"><code>63dd7f7</code></a> Bump to 0.5.9</li>
<li><a href="499e8c4bb3"><code>499e8c4</code></a> examples: Allow dead code (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/450">#450</a>)</li>
<li><a href="83d787c60d"><code>83d787c</code></a> Make datetime.rs structs and fields public <a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/431">#431</a> (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/439">#439</a>)</li>
<li><a href="d8a9a98cbb"><code>d8a9a98</code></a> Use entry api to remove a lookup in deserialisation loop (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/438">#438</a>)</li>
<li><a href="c2a069f5de"><code>c2a069f</code></a> Upgrade to GitHub-native Dependabot (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/427">#427</a>)</li>
<li><a href="a6420b64d5"><code>a6420b6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/373">#373</a> from mgsloan/allow-empty-table-keys</li>
<li><a href="1928707496"><code>1928707</code></a> Fix serialization of -0.0. (<a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/426">#426</a>)</li>
<li><a href="b1417006df"><code>b141700</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/toml-rs/issues/417">#417</a> from hone/patch-1</li>
<li><a href="a6e3d52f47"><code>a6e3d52</code></a> Fix comment typo</li>
<li>Additional commits viewable in <a href="https://github.com/alexcrichton/toml-rs/compare/0.5.6...0.5.9">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=toml&package-manager=cargo&previous-version=0.5.6&new-version=0.5.9)](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>
This commit is contained in:
bors-servo 2022-04-15 19:07:55 -04:00 committed by GitHub
commit d282504b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6823,9 +6823,9 @@ dependencies = [
[[package]]
name = "toml"
version = "0.5.6"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
dependencies = [
"serde",
]