Skip to content

Commit 5cc59bc

Browse files
Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 (#366)
Bumps [github.com/BurntSushi/toml](https://github.com/BurntSushi/toml) from 1.4.0 to 1.5.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.5.0</h2> <p>Mostly some small bugfixes, with a few small new features:</p> <ul> <li> <p>Add Position.Col, to mark the column an error occurred (<a href="https://redirect.github.com/BurntSushi/toml/issues/410">#410</a>)</p> </li> <li> <p>Print more detailed errors in the <code>tomlv</code> CLI.</p> </li> <li> <p>Ensure ParseError.Message is always set (<a href="https://redirect.github.com/BurntSushi/toml/issues/411">#411</a>)</p> </li> <li> <p>Allow custom string types as map keys (<a href="https://redirect.github.com/BurntSushi/toml/issues/414">#414</a>)</p> </li> <li> <p>Mark meta keys as decoded when using Unmarshaler interface (<a href="https://redirect.github.com/BurntSushi/toml/issues/426">#426</a>)</p> </li> <li> <p>Fix encoding when nested inline table ends with map (<a href="https://redirect.github.com/BurntSushi/toml/issues/438">#438</a>)</p> </li> <li> <p>Fix encoding of several layers of embedded structs (<a href="https://redirect.github.com/BurntSushi/toml/issues/430">#430</a>)</p> </li> <li> <p>Fix ErrorWithPosition panic when there is no newline in the TOML document (<a href="https://redirect.github.com/BurntSushi/toml/issues/433">#433</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/BurntSushi/toml/commit/d97def528e83313822a9f98946334ffccd542bdf"><code>d97def5</code></a> Update toml-test</li> <li><a href="https://github.com/BurntSushi/toml/commit/d10101f4fed80a8584aa2346e4701c5f5a184bc5"><code>d10101f</code></a> Correct encoding of comma when nested inline table ends with map</li> <li><a href="https://github.com/BurntSushi/toml/commit/75a4f17a6da92eb899b599eafc43a2e7ddd76fc2"><code>75a4f17</code></a> Correct encoding of several layers of embedded structs</li> <li><a href="https://github.com/BurntSushi/toml/commit/702f5a6d00def72eaea44c3179fa22e050e208f7"><code>702f5a6</code></a> Minor staticcheck fixes</li> <li><a href="https://github.com/BurntSushi/toml/commit/6f7689d2591e3da5f945ef556af0387f75d7199f"><code>6f7689d</code></a> Mark meta keys as decoded when using Unmarshaler interface (<a href="https://redirect.github.com/BurntSushi/toml/issues/426">#426</a>)</li> <li><a href="https://github.com/BurntSushi/toml/commit/8323983708e9282360078a9050deb4ee30a45250"><code>8323983</code></a> Remove exception for fuzzer</li> <li><a href="https://github.com/BurntSushi/toml/commit/4664468d6eafff56a043a217a8981cc72e901122"><code>4664468</code></a> Fix ErrorWithPosition panic when less than two lines</li> <li><a href="https://github.com/BurntSushi/toml/commit/211c91562a6926d7bf0dcb18a952d58140836837"><code>211c915</code></a> Fix typos in comments, tests, error message (<a href="https://redirect.github.com/BurntSushi/toml/issues/432">#432</a>)</li> <li><a href="https://github.com/BurntSushi/toml/commit/c141a29159dcbb855f8ad4c8c20eb49453480edc"><code>c141a29</code></a> Test with Go 1.24 in CI</li> <li><a href="https://github.com/BurntSushi/toml/commit/2918ee74bb664c418ae9b2d6ba356c2ca6c24506"><code>2918ee7</code></a> Fix metadata: do not reuse result of append (<a href="https://redirect.github.com/BurntSushi/toml/issues/418">#418</a>)</li> <li>Additional commits viewable in <a href="https://github.com/BurntSushi/toml/compare/v1.4.0...v1.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/BurntSushi/toml&package-manager=go_modules&previous-version=1.4.0&new-version=1.5.0)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nick Snyder <[email protected]>
1 parent ecedc47 commit 5cc59bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/nicksnyder/go-i18n/v2
33
go 1.18
44

55
require (
6-
github.com/BurntSushi/toml v1.4.0
6+
github.com/BurntSushi/toml v1.5.0
77
golang.org/x/text v0.21.0
88
gopkg.in/yaml.v3 v3.0.1
99
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
2-
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
1+
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
2+
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
33
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
44
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
55
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

0 commit comments

Comments
 (0)