chore(deps): bump github.com/rs/zerolog from 1.23.0 to 1.25.0 #38

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/rs/zerolog-1.25.0 into master 2021-09-12 12:55:10 +03:00
dependabot[bot] commented 2021-09-10 00:29:48 +03:00 (Migrated from github.com)

Bumps github.com/rs/zerolog from 1.23.0 to 1.25.0.

Commits
  • 65adfd8 Make Fields method accept both map and slice (#352)
  • cdd7417 Allow arbitrary negative levels (#350)
  • fe93100 Make RemoteAddrHandler copy the RemoteAddr untouched (#347)
  • be6f6fd chore(ci) : update dependencies (#345)
  • d92a906 Allow user configuration of which logger to return from Ctx() (#343)
  • fad20d8 docs: sampler typo (#342)
  • 164ec91 Add logr implementation to README and json.RawMessage to Fields() (#337)
  • c1533bd patched; panic Event.Object() and Event.EmbedObject() with nil (#338)
  • 0872592 Make default console formatter work with customized level names (#330)
  • da1cb97 Update x/tools dependency
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.23.0 to 1.25.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rs/zerolog/commit/65adfd88ecb983005c9f735d207e11d63216ca00"><code>65adfd8</code></a> Make Fields method accept both map and slice (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/352">#352</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/cdd74175d0c2b76240318987e212c69c55681d88"><code>cdd7417</code></a> Allow arbitrary negative levels (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/350">#350</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/fe931004ff029af77fee04d5f895c83643aaca78"><code>fe93100</code></a> Make RemoteAddrHandler copy the RemoteAddr untouched (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/347">#347</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/be6f6fd8f169a8c861b77b0682b8c442cf9facf1"><code>be6f6fd</code></a> chore(ci) : update dependencies (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/345">#345</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/d92a906fcad9c1b4166e1a2e3d7321e19cdeece9"><code>d92a906</code></a> Allow user configuration of which logger to return from Ctx() (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/343">#343</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/fad20d83d35be35a414313eb4aa3f2ba1c33679a"><code>fad20d8</code></a> docs: sampler typo (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/342">#342</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/164ec91b0c3d5d014ed1d2607fd5e49a630d175f"><code>164ec91</code></a> Add logr implementation to README and json.RawMessage to Fields() (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/337">#337</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/c1533bd5f89a996f21f12758893146a5f3461d0e"><code>c1533bd</code></a> patched; panic Event.Object() and Event.EmbedObject() with nil (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/338">#338</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/0872592ea21274e69d54cc653e7aca1b60c1f5df"><code>0872592</code></a> Make default console formatter work with customized level names (<a href="https://github-redirect.dependabot.com/rs/zerolog/issues/330">#330</a>)</li> <li><a href="https://github.com/rs/zerolog/commit/da1cb97713dbfc66fde9ddebb8800199e2f9a081"><code>da1cb97</code></a> Update x/tools dependency</li> <li>See full diff in <a href="https://github.com/rs/zerolog/compare/v1.23.0...v1.25.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.23.0&new-version=1.25.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>
vtolstov commented 2021-09-12 12:55:08 +03:00 (Migrated from github.com)

@dependabot squash and merge

@dependabot squash and merge
Sign in to join this conversation.
No description provided.