Skip to content

Commit b9e2fe9

Browse files
Bump github.com/BurntSushi/toml from 1.4.0 to 1.5.0 (#4)
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>
1 parent 029dc84 commit b9e2fe9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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/liujed/caddy-dns01proxy
33
go 1.24.3
44

55
require (
6-
github.com/BurntSushi/toml v1.4.0
6+
github.com/BurntSushi/toml v1.5.0
77
github.com/caddyserver/caddy/v2 v2.10.0
88
github.com/caddyserver/certmagic v0.23.0
99
github.com/libdns/libdns v1.1.0

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ git.apache.org/thrift.git v0.0.0-20180902110319-2566ecd5d999/go.mod h1:fPE2ZNJGy
3030
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96 h1:cTp8I5+VIoKjsnZuH8vjyaysT/ses3EvZeaV/1UkF2M=
3131
github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8=
3232
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
33-
github.com/BurntSushi/toml v1.4.0 h1:kuoIxZQy2WRRk1pttg9asf+WVv6tWQuBNVmK8+nqPr0=
3433
github.com/BurntSushi/toml v1.4.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
34+
github.com/BurntSushi/toml v1.5.0 h1:W5quZX/G/csjUnuI8SUYlsHs9M38FC7znL0lIO+DvMg=
35+
github.com/BurntSushi/toml v1.5.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
3536
github.com/KimMachineGun/automemlimit v0.7.1 h1:QcG/0iCOLChjfUweIMC3YL5Xy9C3VBeNmCZHrZfJMBw=
3637
github.com/KimMachineGun/automemlimit v0.7.1/go.mod h1:QZxpHaGOQoYvFhv/r4u3U0JTC2ZcOwbSr11UZF46UBM=
3738
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=

0 commit comments

Comments
 (0)