Commit edd57c9
Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 (#760)
Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to
1.0.6+spec-1.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/toml-rs/toml/commit/a09707edb7c838952161be8d3a5b9b8e870eef73"><code>a09707e</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/7b0feaa5f00cf0f8bb7344ba30e5dd012e900e6b"><code>7b0feaa</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/toml-rs/toml/commit/2902954e9d969205d6fed0baac3ba60b10dd8a1e"><code>2902954</code></a>
Revert "fix(toml): Track dotted key for spans" (<a
href="https://redirect.github.com/toml-rs/toml/issues/1119">#1119</a>)</li>
<li><a
href="https://github.com/toml-rs/toml/commit/a586cae70fbddf56ed3e98d86afb4b4bb4df749c"><code>a586cae</code></a>
Revert "fix(toml): Track dotted key for spans"</li>
<li><a
href="https://github.com/toml-rs/toml/commit/d35c3f69daa9ba0420b9f24c4dcfd0da9f47cc2b"><code>d35c3f6</code></a>
chore: Release</li>
<li><a
href="https://github.com/toml-rs/toml/commit/949b4e849373485bc0b2db7aed9d993099bcc524"><code>949b4e8</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/toml-rs/toml/commit/47b878bb86bf45c0a8c6019cf4e8dfa432a93759"><code>47b878b</code></a>
fix(toml): Track dotted key for spans (<a
href="https://redirect.github.com/toml-rs/toml/issues/1118">#1118</a>)</li>
<li><a
href="https://github.com/toml-rs/toml/commit/87461d819f3383c26b8d9c4e70db208075a7a0d8"><code>87461d8</code></a>
fix(toml): Track dotted key for spans</li>
<li><a
href="https://github.com/toml-rs/toml/commit/796370e7d2d5d263384515d8b76a1e41e9c74cf6"><code>796370e</code></a>
test(serde): Check span meaning</li>
<li><a
href="https://github.com/toml-rs/toml/commit/ad87859b971d6dfda8bf2c469044e2b04d2a0732"><code>ad87859</code></a>
test(serde): Track key spans</li>
<li>Additional commits viewable in <a
href="https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.6">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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DAA <42379074+DaAlbrecht@users.noreply.github.com>1 parent cfcb629 commit edd57c9
3 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments