Skip to content

Commit

Permalink
build(deps): bump github.com/rs/zerolog from 1.31.0 to 1.32.0 (#348)
Browse files Browse the repository at this point in the history
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.31.0 to 1.32.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rs/zerolog/commit/147ae653507db96d498366e368f715f4da23bf25"><code>147ae65</code></a> Fix prettylog piping (<a href="https://redirect.github.com/rs/zerolog/issues/644">#644</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/4d78dc5ffa901e1c2c5905300ea701c9275f8c52"><code>4d78dc5</code></a> Add forwarding close methods to several writer implementations (<a href="https://redirect.github.com/rs/zerolog/issues/636">#636</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/c1ab4ed9bfdd5d1fb1b849c5223d8c43e6c189fc"><code>c1ab4ed</code></a> Make Log.Fatal() call Close on the writer before os.Exit(1) (<a href="https://redirect.github.com/rs/zerolog/issues/634">#634</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/417580d1ceea7b20325a9b8db31cd65640a7eaa2"><code>417580d</code></a> add: ContextLogger Interface LogObjectMarshaler (<a href="https://redirect.github.com/rs/zerolog/issues/623">#623</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/602e90aeea83612a96a15d50729b401facc27395"><code>602e90a</code></a> Fixed failing tests  (<a href="https://redirect.github.com/rs/zerolog/issues/626">#626</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/a9ec232b3e0c4cb1f9c7195359ab3f410d75d803"><code>a9ec232</code></a> Add stacktrace to Context (<a href="https://redirect.github.com/rs/zerolog/issues/630">#630</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/3e8ae07aba942a31de38f7e36d1f2ab79d22d82b"><code>3e8ae07</code></a> Refactor: change Hook(h Hook) to Hook(hooks ...Hook) (<a href="https://redirect.github.com/rs/zerolog/issues/629">#629</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/7fa45a4dda359d9a657a2960078097415417ec73"><code>7fa45a4</code></a> fixed documentation for tracing hook (<a href="https://redirect.github.com/rs/zerolog/issues/621">#621</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/93fb5cb2158f94a351c82b4f712017f8c8d758b8"><code>93fb5cb</code></a> Add TriggerLevelWriter. (<a href="https://redirect.github.com/rs/zerolog/issues/602">#602</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/83e03c75d923022dd5d22fd8baa469efcf0e9840"><code>83e03c7</code></a> stop using deprecated io/ioutils package (<a href="https://redirect.github.com/rs/zerolog/issues/620">#620</a>) (<a href="https://redirect.github.com/rs/zerolog/issues/620">#620</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rs/zerolog/compare/v1.31.0...v1.32.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rs/zerolog&package-manager=go_modules&previous-version=1.31.0&new-version=1.32.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
mergify[bot] authored Feb 12, 2024
2 parents 1bb44ef + f837ecc commit 4409339
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 @@ -12,7 +12,7 @@ require (
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.31.1
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.31.0
github.com/rs/zerolog v1.32.0
github.com/spf13/pflag v1.0.5
github.com/tinkerbell/rufio v0.3.3
github.com/tinkerbell/tink v0.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3c
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=
github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA=
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
github.com/rs/zerolog v1.31.0 h1:FcTR3NnLWW+NnTwwhFWiJSZr4ECLpqCm6QsEnyvbV4A=
github.com/rs/zerolog v1.31.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
github.com/rs/zerolog v1.32.0 h1:keLypqrlIjaFsbmJOBdB/qvyF8KEtCWHwobLp5l/mQ0=
github.com/rs/zerolog v1.32.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0=
github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM=
Expand Down

0 comments on commit 4409339

Please sign in to comment.