Commit 046fbbf
⬆️ Bump github.com/mailru/easyjson from 0.7.7 to 0.9.2 in /utils (#879)
Bumps [github.com/mailru/easyjson](https://github.com/mailru/easyjson)
from 0.7.7 to 0.9.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mailru/easyjson/releases">github.com/mailru/easyjson's
releases</a>.</em></p>
<blockquote>
<h2>v0.9.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Bugfix: do not generate invalid JSON when float value is +Inf, -Inf
or NaN by <a
href="https://github.com/dmitrybarsukov"><code>@dmitrybarsukov</code></a>
in <a
href="https://redirect.github.com/mailru/easyjson/pull/421">mailru/easyjson#421</a></li>
<li>fix null after MarshalText work by <a
href="https://github.com/AndreiBerezin"><code>@AndreiBerezin</code></a>
in <a
href="https://redirect.github.com/mailru/easyjson/pull/423">mailru/easyjson#423</a></li>
<li>Support for json:",omitzero" tag by <a
href="https://github.com/nsd20463"><code>@nsd20463</code></a> in <a
href="https://redirect.github.com/mailru/easyjson/pull/429">mailru/easyjson#429</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mailru/easyjson/compare/v0.9.1...v0.9.2">https://github.com/mailru/easyjson/compare/v0.9.1...v0.9.2</a></p>
<h2>v0.9.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix unmarshal null to existing value by <a
href="https://github.com/neal"><code>@neal</code></a> in <a
href="https://redirect.github.com/mailru/easyjson/pull/407">mailru/easyjson#407</a></li>
<li>Fix unmarshal null values for non-pointer fields by <a
href="https://github.com/neal"><code>@neal</code></a> in <a
href="https://redirect.github.com/mailru/easyjson/pull/411">mailru/easyjson#411</a></li>
<li>feat: Add version and commit information to easyjson generator by <a
href="https://github.com/stickpro"><code>@stickpro</code></a> in <a
href="https://redirect.github.com/mailru/easyjson/pull/424">mailru/easyjson#424</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/neal"><code>@neal</code></a> made their
first contribution in <a
href="https://redirect.github.com/mailru/easyjson/pull/407">mailru/easyjson#407</a></li>
<li><a href="https://github.com/stickpro"><code>@stickpro</code></a>
made their first contribution in <a
href="https://redirect.github.com/mailru/easyjson/pull/424">mailru/easyjson#424</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mailru/easyjson/compare/v0.9.0...v0.9.1">https://github.com/mailru/easyjson/compare/v0.9.0...v0.9.1</a></p>
<h2>v0.9.0</h2>
<p>up go version and bugfixes</p>
<h2>v0.8.0</h2>
<p>stable version before go version bump</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mailru/easyjson/commit/89250dbfdd1c0f261addd23a80f255ea3573a3aa"><code>89250db</code></a>
Support for json:",omitzero" tag (<a
href="https://redirect.github.com/mailru/easyjson/issues/429">#429</a>)</li>
<li><a
href="https://github.com/mailru/easyjson/commit/7dcf6870f0ff2c4f5e3ec54637ca295fee793dd0"><code>7dcf687</code></a>
Merge pull request <a
href="https://redirect.github.com/mailru/easyjson/issues/423">#423</a>
from AndreiBerezin/fix-null-string</li>
<li><a
href="https://github.com/mailru/easyjson/commit/ef22ec5d0faeb2b64262d43ebd4b3240d1c95960"><code>ef22ec5</code></a>
Merge pull request <a
href="https://redirect.github.com/mailru/easyjson/issues/421">#421</a>
from dmitrybarsukov/bugfix/invalid-json-on-NaN-or-Inf</li>
<li><a
href="https://github.com/mailru/easyjson/commit/58eb6f54b321d520f45a0be037c551c30aebd096"><code>58eb6f5</code></a>
Merge pull request <a
href="https://redirect.github.com/mailru/easyjson/issues/424">#424</a>
from stickpro/issue-415</li>
<li><a
href="https://github.com/mailru/easyjson/commit/ffa0b23ade4e69fc97bcd872e5b120d7418a5b85"><code>ffa0b23</code></a>
feat: Add version and commit information to easyjson generator</li>
<li><a
href="https://github.com/mailru/easyjson/commit/9b7ae67e7e2001606b2ca31eaa5e8e265a219766"><code>9b7ae67</code></a>
fix null after MarshalText work</li>
<li><a
href="https://github.com/mailru/easyjson/commit/31b2360af5d02800c548b502403408794cd38b9a"><code>31b2360</code></a>
Return error if trying to marshal +Inf, -Inf or NaN</li>
<li><a
href="https://github.com/mailru/easyjson/commit/fe2707c07ac01dd7377350e8edf4f574705358bf"><code>fe2707c</code></a>
Merge pull request <a
href="https://redirect.github.com/mailru/easyjson/issues/411">#411</a>
from neal/bugfix/unmarshal-unexpected-null</li>
<li><a
href="https://github.com/mailru/easyjson/commit/baefa5cf6e059ea01dc5e9924035bffa6cebaa64"><code>baefa5c</code></a>
Fix decoding null values on non-pointer fields</li>
<li><a
href="https://github.com/mailru/easyjson/commit/8580601f28d648889ac4e90895b3272339fea421"><code>8580601</code></a>
Merge pull request <a
href="https://redirect.github.com/mailru/easyjson/issues/407">#407</a>
from Neal/bugfix/unmarshal-null</li>
<li>Additional commits viewable in <a
href="https://github.com/mailru/easyjson/compare/v0.7.7...v0.9.2">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 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 5a5f151 commit 046fbbf
3 files changed
Lines changed: 4 additions & 3 deletions
| 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 | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
| 174 | + | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
0 commit comments