Skip to content

Commit

Permalink
build(deps): Bump github.com/pelletier/go-toml/v2 from 2.1.0 to 2.2.0 (
Browse files Browse the repository at this point in the history
…#3032)

Bumps [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) from 2.1.0 to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/pelletier/go-toml/releases">github.com/pelletier/go-toml/v2's releases</a>.</em></p>
<blockquote>
<h2>v2.2.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>What's new</h3>
<ul>
<li>Encode: support pointers to embedded structs by <a href="https://github.com/dangra"><code>@​dangra</code></a> in <a href="https://redirect.github.com/pelletier/go-toml/pull/924">pelletier/go-toml#924</a></li>
<li>Encode: support <code>json.Number</code> type by <a href="https://github.com/dangra"><code>@​dangra</code></a> in <a href="https://redirect.github.com/pelletier/go-toml/pull/923">pelletier/go-toml#923</a></li>
<li>Decode: unstable/Unmarshal interface by <a href="https://github.com/rszyma"><code>@​rszyma</code></a> in <a href="https://redirect.github.com/pelletier/go-toml/pull/940">pelletier/go-toml#940</a></li>
</ul>
<h3>Fixed bugs</h3>
<ul>
<li>Decode: fix reuse of slice for array tables by <a href="https://github.com/pelletier"><code>@​pelletier</code></a> in <a href="https://redirect.github.com/pelletier/go-toml/pull/934">pelletier/go-toml#934</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Fix typo in README by <a href="https://github.com/jwilk"><code>@​jwilk</code></a> in <a href="https://redirect.github.com/pelletier/go-toml/pull/925">pelletier/go-toml#925</a></li>
<li>Fix indentation of README examples by <a href="https://github.com/rdbo"><code>@​rdbo</code></a> in <a href="https://redirect.github.com/pelletier/go-toml/pull/928">pelletier/go-toml#928</a></li>
<li>Fix marshaler typos by <a href="https://github.com/pelletier"><code>@​pelletier</code></a> in <a href="https://redirect.github.com/pelletier/go-toml/pull/927">pelletier/go-toml#927</a></li>
</ul>
<h3>Other changes</h3>
<ul>
<li>Go 1.22 support by <a href="https://github.com/pelletier"><code>@​pelletier</code></a> in <a href="https://redirect.github.com/pelletier/go-toml/pull/935">pelletier/go-toml#935</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dangra"><code>@​dangra</code></a> made their first contribution in <a href="https://redirect.github.com/pelletier/go-toml/pull/924">pelletier/go-toml#924</a></li>
<li><a href="https://github.com/jwilk"><code>@​jwilk</code></a> made their first contribution in <a href="https://redirect.github.com/pelletier/go-toml/pull/925">pelletier/go-toml#925</a></li>
<li><a href="https://github.com/rdbo"><code>@​rdbo</code></a> made their first contribution in <a href="https://redirect.github.com/pelletier/go-toml/pull/928">pelletier/go-toml#928</a></li>
<li><a href="https://github.com/rszyma"><code>@​rszyma</code></a> made their first contribution in <a href="https://redirect.github.com/pelletier/go-toml/pull/940">pelletier/go-toml#940</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/pelletier/go-toml/compare/v2.1.1...v2.2.0">https://github.com/pelletier/go-toml/compare/v2.1.1...v2.2.0</a></p>
<h2>v2.1.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Fixed bugs</h3>
<ul>
<li>Fix unmarshaling of nested non-exported struct by <a href="https://github.com/pelletier"><code>@​pelletier</code></a> in <a href="https://redirect.github.com/pelletier/go-toml/pull/917">pelletier/go-toml#917</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/arp242"><code>@​arp242</code></a> made their first contribution in <a href="https://redirect.github.com/pelletier/go-toml/pull/907">pelletier/go-toml#907</a></li>
<li><a href="https://github.com/mpldr"><code>@​mpldr</code></a> made their first contribution in <a href="https://redirect.github.com/pelletier/go-toml/pull/911">pelletier/go-toml#911</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/pelletier/go-toml/compare/v2.1.0...v2.1.1">https://github.com/pelletier/go-toml/compare/v2.1.0...v2.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/pelletier/go-toml/commit/86608d7fca88a6a61539ff7e9f1a942a428654d8"><code>86608d7</code></a> build(deps): bump github/codeql-action from 2 to 3 (<a href="https://redirect.github.com/pelletier/go-toml/issues/919">#919</a>)</li>
<li><a href="https://github.com/pelletier/go-toml/commit/4a1877957a398e91c634c3cbe7cb004b41cafb9c"><code>4a18779</code></a> build(deps): bump actions/setup-go from 4 to 5 (<a href="https://redirect.github.com/pelletier/go-toml/issues/916">#916</a>)</li>
<li><a href="https://github.com/pelletier/go-toml/commit/3021d6d033d9f030a4c984412d8444a9c6d3955c"><code>3021d6d</code></a> build(deps): bump actions/upload-artifact from 3 to 4 (<a href="https://redirect.github.com/pelletier/go-toml/issues/920">#920</a>)</li>
<li><a href="https://github.com/pelletier/go-toml/commit/32788f26f879a51b3817464cdd6f92cc40c254a1"><code>32788f2</code></a> Update release instructions (<a href="https://redirect.github.com/pelletier/go-toml/issues/941">#941</a>)</li>
<li><a href="https://github.com/pelletier/go-toml/commit/8ed6d131eb6298ff4916b7dfb99d0b4de0486e52"><code>8ed6d13</code></a> Decode: unstable/Unmarshal interface (<a href="https://redirect.github.com/pelletier/go-toml/issues/940">#940</a>)</li>
<li><a href="https://github.com/pelletier/go-toml/commit/7dad87762adb203e30b96a46026d1428ef2491a2"><code>7dad877</code></a> build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (<a href="https://redirect.github.com/pelletier/go-toml/issues/936">#936</a>)</li>
<li><a href="https://github.com/pelletier/go-toml/commit/2b69615b5d5552a1b59c1685cad0e0e662c741f4"><code>2b69615</code></a> Go 1.22 support (<a href="https://redirect.github.com/pelletier/go-toml/issues/935">#935</a>)</li>
<li><a href="https://github.com/pelletier/go-toml/commit/06fb30bf2ed31da9b7883d261fdad5d1d043b095"><code>06fb30b</code></a> Decode: fix reuse of slice for array tables (<a href="https://redirect.github.com/pelletier/go-toml/issues/934">#934</a>)</li>
<li><a href="https://github.com/pelletier/go-toml/commit/2e087bdf5f676bd8c3cf0ea9ed3e8bf1fdc6a72c"><code>2e087bd</code></a> Run tests on macos/M1 (<a href="https://redirect.github.com/pelletier/go-toml/issues/929">#929</a>)</li>
<li><a href="https://github.com/pelletier/go-toml/commit/caeb9f96312e15ac0b82773f19817e57e456be2b"><code>caeb9f9</code></a> Fix marshaler typos (<a href="https://redirect.github.com/pelletier/go-toml/issues/927">#927</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/pelletier/go-toml/compare/v2.1.0...v2.2.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/pelletier/go-toml/v2&package-manager=go_modules&previous-version=2.1.0&new-version=2.2.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>
  • Loading branch information
dependabot[bot] committed Apr 11, 2024
1 parent 79e2b27 commit ed20f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/libp2p/go-libp2p v0.33.2
github.com/libp2p/go-msgio v0.3.0
github.com/multiformats/go-multiaddr v0.12.3
github.com/pelletier/go-toml/v2 v2.1.0
github.com/pelletier/go-toml/v2 v2.2.0
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/client_model v0.6.1
github.com/protolambda/eth2-shuffle v1.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ github.com/openzipkin/zipkin-go v0.1.1/go.mod h1:NtoC/o8u3JlF1lSlyPNswIbeQH9bJTm
github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde/go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0=
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 h1:onHthvaw9LFnH4t2DcNVpwGmV9E1BkGknEliJkfwQj0=
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58/go.mod h1:DXv8WO4yhMYhSNPKjeNKa5WY9YCIEBRbNzFFPJbWO6Y=
github.com/pelletier/go-toml/v2 v2.1.0 h1:FnwAJ4oYMvbT/34k9zzHuZNrhlz48GB3/s6at6/MHO4=
github.com/pelletier/go-toml/v2 v2.1.0/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pelletier/go-toml/v2 v2.2.0 h1:QLgLl2yMN7N+ruc31VynXs1vhMZa7CeHHejIeBAsoHo=
github.com/pelletier/go-toml/v2 v2.2.0/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c h1:+mdjkGKdHQG3305AYmdv1U2eRNDiU2ErMBj1gwrq8eQ=
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c/go.mod h1:7rwL4CYBLnjLxUqIJNnCWiEdr3bn6IUYi15bNlnbCCU=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down

0 comments on commit ed20f1a

Please sign in to comment.