diff options
author | bors-servo <servo-ops@mozilla.com> | 2022-04-15 19:07:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 19:07:55 -0400 |
commit | d282504b6c992e1ff9e38c20a6183c95f72f8fd0 (patch) | |
tree | 20ddf976a3f17ed49d06f5ce5fea950ee648762d /python/servo | |
parent | f10b9043e083c0408b760399c035be6e5103745e (diff) | |
parent | 41daae689d8c9750e136792cc8128d2f3ed181a3 (diff) | |
download | servo-d282504b6c992e1ff9e38c20a6183c95f72f8fd0.tar.gz servo-d282504b6c992e1ff9e38c20a6183c95f72f8fd0.zip |
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="https://github.com/alexcrichton/toml-rs/commit/70caf4085324bff452d8c20ead55974513030696"><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="https://github.com/alexcrichton/toml-rs/commit/63dd7f7fde30c9f17164392b9fc74db2b77f3c00"><code>63dd7f7</code></a> Bump to 0.5.9</li>
<li><a href="https://github.com/alexcrichton/toml-rs/commit/499e8c4bb3b75ae6c4dcc91a8bdd81947c577147"><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="https://github.com/alexcrichton/toml-rs/commit/83d787c60dbaaaf5b769f0948a5e8760ea5695cf"><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="https://github.com/alexcrichton/toml-rs/commit/d8a9a98cbbaa3c734e972ed8809ff62a6f4a781c"><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="https://github.com/alexcrichton/toml-rs/commit/c2a069f5debe8e361d8f0d4e4cd179aa6b9e4b47"><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="https://github.com/alexcrichton/toml-rs/commit/a6420b64d5525d62d07a3b1b7d8e1f9205b91a0f"><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="https://github.com/alexcrichton/toml-rs/commit/19287074967fea251ebe1ea337103f3df709703b"><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="https://github.com/alexcrichton/toml-rs/commit/b1417006df376e6c406bff43740dd11aa7ef744e"><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="https://github.com/alexcrichton/toml-rs/commit/a6e3d52f47a4f1b522c51ee6659910d337d785d4"><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 />
[](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>
Diffstat (limited to 'python/servo')
0 files changed, 0 insertions, 0 deletions