dependabot[bot] opened a new pull request, #2038: URL: https://github.com/apache/auron/pull/2038
Bumps [sonic-rs](https://github.com/cloudwego/sonic-rs) from 0.5.6 to 0.5.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cloudwego/sonic-rs/releases">sonic-rs's releases</a>.</em></p> <blockquote> <h2>v0.5.7</h2> <h2>What's Changed</h2> <ul> <li>perf: Switch from <code>ryu</code> -> <code>zmij</code> for float formatting by <a href="https://github.com/cijiugechu"><code>@cijiugechu</code></a> in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/199">cloudwego/sonic-rs#199</a></li> <li>chore(deps): update zmij to v1.0 by <a href="https://github.com/GZRev"><code>@GZRev</code></a> in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/200">cloudwego/sonic-rs#200</a></li> <li>ci: use GitHub-hosted ARM runner for aarch64 by <a href="https://github.com/liuq19"><code>@liuq19</code></a> in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/204">cloudwego/sonic-rs#204</a></li> <li>Fix: make MIRI happier by <a href="https://github.com/hsqStephenZhang"><code>@hsqStephenZhang</code></a> in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/203">cloudwego/sonic-rs#203</a></li> <li>feat: support wasm by <a href="https://github.com/hsqStephenZhang"><code>@hsqStephenZhang</code></a> in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/205">cloudwego/sonic-rs#205</a></li> <li>feat: support no_std for sonic-simd by <a href="https://github.com/hsqStephenZhang"><code>@hsqStephenZhang</code></a> in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/207">cloudwego/sonic-rs#207</a></li> <li>feat: support no_std for sonic-number by <a href="https://github.com/hsqStephenZhang"><code>@hsqStephenZhang</code></a> in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/206">cloudwego/sonic-rs#206</a></li> <li>feat: support neon for simd_str2int by <a href="https://github.com/hsqStephenZhang"><code>@hsqStephenZhang</code></a> in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/210">cloudwego/sonic-rs#210</a></li> <li>chore: bump version to 0.5.7 by <a href="https://github.com/liuq19"><code>@liuq19</code></a> in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/211">cloudwego/sonic-rs#211</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cijiugechu"><code>@cijiugechu</code></a> made their first contribution in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/199">cloudwego/sonic-rs#199</a></li> <li><a href="https://github.com/GZRev"><code>@GZRev</code></a> made their first contribution in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/200">cloudwego/sonic-rs#200</a></li> <li><a href="https://github.com/hsqStephenZhang"><code>@hsqStephenZhang</code></a> made their first contribution in <a href="https://redirect.github.com/cloudwego/sonic-rs/pull/203">cloudwego/sonic-rs#203</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/cloudwego/sonic-rs/compare/v0.5.6...v0.5.7">https://github.com/cloudwego/sonic-rs/compare/v0.5.6...v0.5.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudwego/sonic-rs/commit/f1effcba25a15dfbe678aedaec6fc44ac87efc01"><code>f1effcb</code></a> chore: bump version to 0.5.7</li> <li><a href="https://github.com/cloudwego/sonic-rs/commit/1c16827c8a350899510ccc75d3b2dee05d5a970a"><code>1c16827</code></a> feat: support neon for simd_str2int (<a href="https://redirect.github.com/cloudwego/sonic-rs/issues/210">#210</a>)</li> <li><a href="https://github.com/cloudwego/sonic-rs/commit/6b292c62af8f2ad8de7b39a7819fda0b85c00410"><code>6b292c6</code></a> feat: support no_std for sonic-number</li> <li><a href="https://github.com/cloudwego/sonic-rs/commit/f8478f1b57cb3e6508f35cbb521bb7ad68619dbc"><code>f8478f1</code></a> feat: support no_std for sonic-simd</li> <li><a href="https://github.com/cloudwego/sonic-rs/commit/3f18a6447b5408fc4f3c8fffcf9ed790cbf60c03"><code>3f18a64</code></a> feat: support wasm128</li> <li><a href="https://github.com/cloudwego/sonic-rs/commit/ad5525a3f20fa2f8ef04764951a1414538eeed0a"><code>ad5525a</code></a> fix: import object on sort_keys feature</li> <li><a href="https://github.com/cloudwego/sonic-rs/commit/24a280e15e2a0d8072474e73c78a3c9baa6b0b97"><code>24a280e</code></a> fix: more fix</li> <li><a href="https://github.com/cloudwego/sonic-rs/commit/40d27acae1fd57b731ecf4e6c4a0f6bce8836d56"><code>40d27ac</code></a> fix: make MIRI happy on more tests</li> <li><a href="https://github.com/cloudwego/sonic-rs/commit/20f2e81e131830d6821dc449fbf21c6135dbd3aa"><code>20f2e81</code></a> ci: use GitHub-hosted ARM runner (ubuntu-24.04-arm) instead of self-hosted aa...</li> <li><a href="https://github.com/cloudwego/sonic-rs/commit/5ad7f96877fec7d3d33a5971b8bafe5af40fd3ff"><code>5ad7f96</code></a> chore(deps): update zmij to v1.0</li> <li>Additional commits viewable in <a href="https://github.com/cloudwego/sonic-rs/compare/v0.5.6...v0.5.7">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
