Commit 68f34fd
⬆️ Bump go.uber.org/zap from 1.25.0 to 1.26.0 in /utils (#320)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.25.0 to
1.26.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/zap/releases">go.uber.org/zap's
releases</a>.</em></p>
<blockquote>
<h2>v1.26.0</h2>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1297">#1297</a>[]:
Add <code>Dict</code> as a <code>Field</code>.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1319">#1319</a>[]:
Add <code>WithLazy</code> method to <code>Logger</code> which lazily
evaluates the structured
context.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1350">#1350</a>[]:
String encoding is much (~50%) faster now.</li>
</ul>
<p>Thanks to <a
href="https://github.com/hhk7734"><code>@hhk7734</code></a>, <a
href="https://github.com/jquirke"><code>@jquirke</code></a>, <a
href="https://github.com/cdvr1993"><code>@cdvr1993</code></a> for their
contributions to this release.</p>
<p><a
href="https://redirect.github.com/uber-go/zap/issues/1297">#1297</a>: <a
href="https://redirect.github.com/uber-go/zap/pull/1297">uber-go/zap#1297</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1319">#1319</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1319">uber-go/zap#1319</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1350">#1350</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1350">uber-go/zap#1350</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/uber-go/zap/blob/master/CHANGELOG.md">go.uber.org/zap's
changelog</a>.</em></p>
<blockquote>
<h2>1.26.0 (14 Sep 2023)</h2>
<p>Enhancements:</p>
<ul>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1297">#1297</a>[]:
Add Dict as a Field.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1319">#1319</a>[]:
Add <code>WithLazy</code> method to <code>Logger</code> which lazily
evaluates the structured
context.</li>
<li><a
href="https://redirect.github.com/uber-go/zap/issues/1350">#1350</a>[]:
String encoding is much (~50%) faster now.</li>
</ul>
<p>Thanks to <a
href="https://github.com/hhk7734"><code>@hhk7734</code></a>, <a
href="https://github.com/jquirke"><code>@jquirke</code></a>, and <a
href="https://github.com/cdvr1993"><code>@cdvr1993</code></a> for their
contributions to this release.</p>
<p><a
href="https://redirect.github.com/uber-go/zap/issues/1297">#1297</a>: <a
href="https://redirect.github.com/uber-go/zap/pull/1297">uber-go/zap#1297</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1319">#1319</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1319">uber-go/zap#1319</a>
<a href="https://redirect.github.com/uber-go/zap/issues/1350">#1350</a>:
<a
href="https://redirect.github.com/uber-go/zap/pull/1350">uber-go/zap#1350</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uber-go/zap/commit/96038b71a7d96b8c14fedb3aeddcb3d0d7605b2d"><code>96038b7</code></a>
Prepare for release v1.26.0 (<a
href="https://redirect.github.com/uber-go/zap/issues/1355">#1355</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/c17272e1a53876c9e27a3b92888b9a116a9c489f"><code>c17272e</code></a>
Add WithLazy Logger method (<a
href="https://redirect.github.com/uber-go/zap/issues/1319">#1319</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/99f1811d5d2a52264a9c82505a74c2709b077a73"><code>99f1811</code></a>
exp: Add a changelog (<a
href="https://redirect.github.com/uber-go/zap/issues/1353">#1353</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/7728f39323a1b7ba62222147e22e2dbbc798648f"><code>7728f39</code></a>
chore(CHANGELOG): Move reference links to sections (<a
href="https://redirect.github.com/uber-go/zap/issues/1352">#1352</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/5a27bab892609ff777311bab2a10e67b656245b3"><code>5a27bab</code></a>
perf: Faster string encoding (<a
href="https://redirect.github.com/uber-go/zap/issues/1350">#1350</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/82c728b02339ba8ce9beb07b5d4ef5904a9c7a5f"><code>82c728b</code></a>
Replace benbjohnson/clock with custom MockClock (<a
href="https://redirect.github.com/uber-go/zap/issues/1349">#1349</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/b7aed24b01afcaee6f6c286e421f11d21691f9a7"><code>b7aed24</code></a>
zapslog: Handle empty attrs centrally (<a
href="https://redirect.github.com/uber-go/zap/issues/1351">#1351</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/2b359631a1fabe7800806ae2b830a32f8bace57e"><code>2b35963</code></a>
lint: Enable errcheck, fix failures (<a
href="https://redirect.github.com/uber-go/zap/issues/1345">#1345</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/9a36792d581a390f32640b9211a6dab50e23db16"><code>9a36792</code></a>
test: improve slog coverage (<a
href="https://redirect.github.com/uber-go/zap/issues/1347">#1347</a>)</li>
<li><a
href="https://github.com/uber-go/zap/commit/e5e8b705f43f5d8cc0a52872200ea8ba427f7105"><code>e5e8b70</code></a>
build(deps): bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/uber-go/zap/issues/1346">#1346</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/uber-go/zap/compare/v1.25.0...v1.26.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 8e59100 commit 68f34fd
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
378 | 377 | | |
379 | 378 | | |
380 | 379 | | |
381 | | - | |
382 | | - | |
| 380 | + | |
| 381 | + | |
383 | 382 | | |
384 | 383 | | |
385 | 384 | | |
| |||
0 commit comments