Commit daec489
⬆️ Bump github.com/rs/zerolog from 1.32.0 to 1.33.0 in /utils (#462)
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 />
[](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>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Monty Bot <monty-bot@arm.com>1 parent 5d8e255 commit daec489
File tree
4 files changed
+5
-3
lines changed- changes
- utils
4 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | | - | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| |||
0 commit comments