Skip to content

Commit 96e1176

Browse files
chore: bump github.com/rs/zerolog from 1.32.0 to 1.33.0 (#145)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.32.0 to 1.33.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rs/zerolog/commit/c78e50e2da70f4ae63e1b65222c3acf12e9ba699"><code>c78e50e</code></a> Add fields order (<a href="https://redirect.github.com/rs/zerolog/issues/550">#550</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/8582bed24f021b174e2dfddbd2cfc72a8e39ccfd"><code>8582bed</code></a> fix: use <code>TimestampFunc</code> in busrt sampler (<a href="https://redirect.github.com/rs/zerolog/issues/671">#671</a>) (<a href="https://redirect.github.com/rs/zerolog/issues/672">#672</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/7d9db06a5369272008eee64a52ebf09443caff9e"><code>7d9db06</code></a> Allow setting floating point precision in JSON. (<a href="https://redirect.github.com/rs/zerolog/issues/663">#663</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/e5aa7e36278c0627297fad5d24a13e3f71bd15dd"><code>e5aa7e3</code></a> Revert <a href="https://redirect.github.com/rs/zerolog/issues/662">#662</a></li> <li><a href="https://github.com/rs/zerolog/commit/0efa414907bc6775424a4987c9e13b63d17bd4c2"><code>0efa414</code></a> Fix panic caused by an extra malformed <code>level</code> field (<a href="https://redirect.github.com/rs/zerolog/issues/665">#665</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/eb081e1fa2325f7aab25a9386e463f67b37b421d"><code>eb081e1</code></a> chore: fix some typos in comments (<a href="https://redirect.github.com/rs/zerolog/issues/667">#667</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/2d899f0cf9919b091561c58233e624ffcc8b8824"><code>2d899f0</code></a> set debug log color (<a href="https://redirect.github.com/rs/zerolog/issues/662">#662</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/74cf37a3965b19e5e433dcd45ccdcfbb13cf239f"><code>74cf37a</code></a> Add EmptyFields method to remove all the fileds from logger (<a href="https://redirect.github.com/rs/zerolog/issues/575">#575</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/e5edd4b8ec0845c561d88e9bcdb3fe57b2acc249"><code>e5edd4b</code></a> Refactor: make code in comment valid and runable (<a href="https://redirect.github.com/rs/zerolog/issues/654">#654</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/582007f21da46f136517edb419ed44931ae72b73"><code>582007f</code></a> Add a time.Location to ConsoleWriter. (This allows UTC timestamps.) (<a href="https://redirect.github.com/rs/zerolog/issues/531">#531</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rs/zerolog/compare/v1.32.0...v1.33.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.32.0&new-version=1.33.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 f5f371b commit 96e1176

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/mitchellh/go-homedir v1.1.0
88
github.com/mitchellh/mapstructure v1.5.0
99
github.com/pkg/errors v0.9.1
10-
github.com/rs/zerolog v1.32.0
10+
github.com/rs/zerolog v1.33.0
1111
github.com/sirupsen/logrus v1.9.3
1212
github.com/spf13/cobra v1.8.0
1313
github.com/spf13/pflag v1.0.5

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRI
5555
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
5656
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=
5757
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
58-
github.com/rs/zerolog v1.32.0 h1:keLypqrlIjaFsbmJOBdB/qvyF8KEtCWHwobLp5l/mQ0=
59-
github.com/rs/zerolog v1.32.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
58+
github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=
59+
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
6060
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
6161
github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ=
6262
github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4=

0 commit comments

Comments
 (0)