Skip to content

Commit

Permalink
build(deps): Bump github.com/rs/zerolog from 1.28.0 to 1.29.0 (#1754)
Browse files Browse the repository at this point in the history
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.28.0 to 1.29.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rs/zerolog/commit/fa9bf3742aed687ca8f7d1c73cb834ab68521697"><code>fa9bf37</code></a> Fix missing cbor encoder AppendType method</li>
<li><a href="https://github.com/rs/zerolog/commit/db221912119df60f20154d5bbc96b6444d6e925d"><code>db22191</code></a> Use recent go versions in test workflow (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/519">#519</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/164f7aa1a64acb4ec010b7c0d94f6066780a3a91"><code>164f7aa</code></a> Add Any field function (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/515">#515</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/3543e9d94bc5ed088dd2d9ad1d19c7ccd0fa65f5"><code>3543e9d</code></a> parsing CAPS log levels (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/506">#506</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/5bdc93f7eb6ae1e8a973d3b92b98c0d918b0fd03"><code>5bdc93f</code></a> Fix console formatter for timestampunixnano (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/502">#502</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/e3027a573295768ea9478da3f0599083cf344a32"><code>e3027a5</code></a> Fix docs and behavior of WithContext (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/499">#499</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/a9a8199d2dd3578d37e459618515f34b5e917f8d"><code>a9a8199</code></a> ConsoleWriter fallbacks to local timezone for missing TZ indicator (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/497">#497</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/89617ff99b2feb29ab2d8b6258fac9d671073792"><code>89617ff</code></a> Adding Event.Type(...) method to log the type of an object (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/437">#437</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/55aaf043cf4d84249a6d2344ef18d82279d08955"><code>55aaf04</code></a> Show original level message if it's not predefined value. (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/476">#476</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/315967f32d4c954447e17a1806045855ebad94d0"><code>315967f</code></a> Avoid race in diode.Close with waiter (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/481">#481</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rs/zerolog/compare/v1.28.0...v1.29.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.28.0&new-version=1.29.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 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] authored Jan 30, 2023
1 parent cdbca18 commit 6253a22
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 @@ -22,7 +22,7 @@ require (
github.com/ory/dockertest/v3 v3.9.1
github.com/osmosis-labs/bech32-ibc v0.3.1
github.com/prometheus/client_golang v1.14.0
github.com/rs/zerolog v1.28.0
github.com/rs/zerolog v1.29.0
github.com/spf13/cast v1.5.0
github.com/spf13/cobra v1.6.1
github.com/spf13/viper v1.15.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1117,8 +1117,8 @@ github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU=
github.com/rs/cors v1.8.2 h1:KCooALfAYGs415Cwu5ABvv9n9509fSiG5SQJn/AQo4U=
github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
github.com/rs/zerolog v1.28.0 h1:MirSo27VyNi7RJYP3078AA1+Cyzd2GB66qy3aUHvsWY=
github.com/rs/zerolog v1.28.0/go.mod h1:NILgTygv/Uej1ra5XxGf82ZFSLk58MFGAUS2o6usyD0=
github.com/rs/zerolog v1.29.0 h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w=
github.com/rs/zerolog v1.29.0/go.mod h1:NILgTygv/Uej1ra5XxGf82ZFSLk58MFGAUS2o6usyD0=
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down

0 comments on commit 6253a22

Please sign in to comment.