Commit 8e1a751
authored
build(deps): Bump github.com/BurntSushi/toml from 1.3.2 to 1.4.0 (#1711)
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml)
from 1.3.2 to 1.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/BurntSushi/toml/releases">github.com/BurntSushi/toml's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.0</h2>
<p>This version requires Go 1.18</p>
<ul>
<li>
<p>Add toml.Marshal() (<a
href="https://redirect.github.com/BurntSushi/toml/issues/405">#405</a>)</p>
</li>
<li>
<p>Require 2-digit hour (<a
href="https://redirect.github.com/BurntSushi/toml/issues/320">#320</a>)</p>
</li>
<li>
<p>Wrap UnmarshalTOML() and UnmarshalText() return values in ParseError
for position information (<a
href="https://redirect.github.com/BurntSushi/toml/issues/398">#398</a>)</p>
</li>
<li>
<p>Fix inline tables with dotted keys inside inline arrays (e.g.
<code>k=[{a.b=1}]</code>) (<a
href="https://redirect.github.com/BurntSushi/toml/issues/400">#400</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/BurntSushi/toml/commit/1e2c053f442c0ac99df1f5b56bae3feab98caa4f"><code>1e2c053</code></a>
Undeprecate PrimitiveDecode and MetaData.PrimitiveDecode()</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/f8f7e48d515c7f9cfb9a1f142da425598afc136c"><code>f8f7e48</code></a>
Update toml-test</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/9a8066765d83926207bf134b065a95766f7b2f7f"><code>9a80667</code></a>
Add -json flag to tomlv</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/3203540e6e1b096e45b3f614caccb7560be1a87c"><code>3203540</code></a>
fuzz: move fuzz_targets from oss-fuzz (<a
href="https://redirect.github.com/BurntSushi/toml/issues/406">#406</a>)</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/77ce8589413d1fc280be524c8992599c42027c61"><code>77ce858</code></a>
Add Marshal Function (<a
href="https://redirect.github.com/BurntSushi/toml/issues/405">#405</a>)</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/0e879cbdab1075e5622c5c91581eb5e417e6fc1a"><code>0e879cb</code></a>
Fix panic when trying to set subkey for a value that's not a table</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/c299e750ad124b0d1d9700d1fedb4e1a27f5336d"><code>c299e75</code></a>
Update toml-test</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/4223137ff1f96bc65e65b11b6deff32052b127bb"><code>4223137</code></a>
Fix inline tables with dotted keys inside inline arrays (<a
href="https://redirect.github.com/BurntSushi/toml/issues/400">#400</a>)</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/45e7e490beef5f26441bd594860a2d760b1c38ad"><code>45e7e49</code></a>
Update toml-test</li>
<li><a
href="https://github.com/BurntSushi/toml/commit/c320c2d09774325e4cadbcfbe76a6d23935bd0e2"><code>c320c2d</code></a>
Fix utf8.RuneError test</li>
<li>Additional commits viewable in <a
href="https://github.com/BurntSushi/toml/compare/v1.3.2...v1.4.0">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 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>1 parent 096bc5d commit 8e1a751
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments