Commit 7e4a952
authored
build(deps): bump github.com/rs/zerolog from 1.33.0 to 1.34.0 (#453)
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.33.0 to 1.34.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rs/zerolog/commit/db9d1bebd9c0810ec04bc7e4199655f85c5b479b"><code>db9d1be</code></a> Update go versions covered by CI</li>
<li><a href="https://github.com/rs/zerolog/commit/5f4b880a01c1a905549ab70ecad797e19f09d9a7"><code>5f4b880</code></a> Delete _config.yml</li>
<li><a href="https://github.com/rs/zerolog/commit/ffb27080ca298f9827a625d247d9c50fdf28cd8f"><code>ffb2708</code></a> Remove CNAME file</li>
<li><a href="https://github.com/rs/zerolog/commit/cc4dde7383252eb0f0b99067dd1d7a2e61ba6ac2"><code>cc4dde7</code></a> Create CONTRIBUTING.md</li>
<li><a href="https://github.com/rs/zerolog/commit/04ea0f4371b35472e5cda5468daeb3ea5c574ffb"><code>04ea0f4</code></a> Implement Close() for zerolog.FilteredLevelWriter (<a href="https://redirect.github.com/rs/zerolog/issues/715">#715</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/039860087ce1099876fb1f03a069a9feaa9cbefe"><code>0398600</code></a> fix: reset condition in burst sampler (<a href="https://redirect.github.com/rs/zerolog/issues/711">#711</a>) (<a href="https://redirect.github.com/rs/zerolog/issues/712">#712</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/1869fa55bea5c09e93a06368c6a8756780dca5f7"><code>1869fa5</code></a> FormatPartValueByName for flexible custom formatting for ConsoleWriter (<a href="https://redirect.github.com/rs/zerolog/issues/541">#541</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/31e7995c5b60af4ba6ae1aa808a026f8cbf3b8cf"><code>31e7995</code></a> remove unnecessary nil checks (<a href="https://redirect.github.com/rs/zerolog/issues/701">#701</a>)</li>
<li><a href="https://github.com/rs/zerolog/commit/582f820cf0db2a9532afbb61570bec4e15ff2b1f"><code>582f820</code></a> Get BasicSampler(0), RandomSampler(0), and BurstSampler(0) to behave the same...</li>
<li><a href="https://github.com/rs/zerolog/commit/6abadab4881e4af6d122332f6aef0365507c248a"><code>6abadab</code></a> Bump github.com/rs/xid from 1.5.0 to 1.6.0 (<a href="https://redirect.github.com/rs/zerolog/issues/684">#684</a>)</li>
<li>See full diff in <a href="https://github.com/rs/zerolog/compare/v1.33.0...v1.34.0">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | | - | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
0 commit comments