dependabot[bot] opened a new pull request, #7122:
URL: https://github.com/apache/opendal/pull/7122

   Bumps the http-serialization-utils group in /core with 2 updates: 
[serde_json](https://github.com/serde-rs/json) and 
[rustls-native-certs](https://github.com/rustls/rustls-native-certs).
   
   Updates `serde_json` from 1.0.145 to 1.0.148
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/serde-rs/json/releases";>serde_json's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.148</h2>
   <ul>
   <li>Update <code>zmij</code> dependency to 1.0</li>
   </ul>
   <h2>v1.0.147</h2>
   <ul>
   <li>Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 
serialization performance (<a 
href="https://redirect.github.com/serde-rs/json/issues/1304";>#1304</a>)</li>
   </ul>
   <h2>v1.0.146</h2>
   <ul>
   <li>Set fast_arithmetic=64 for riscv64 (<a 
href="https://redirect.github.com/serde-rs/json/issues/1305";>#1305</a>, thanks 
<a href="https://github.com/Xeonacid";><code>@​Xeonacid</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/serde-rs/json/commit/8b291c4c5620476d6834c69fbfb24d13a24d4596";><code>8b291c4</code></a>
 Release 1.0.148</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/1aefe152735f1b11ce7f641f8e86448d227163bf";><code>1aefe15</code></a>
 Update to zmij 1.0</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/62d6e8d6158ccc1608fb57d9a8a73cc8d15f5b2a";><code>62d6e8d</code></a>
 Release 1.0.147</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/fd829a65beb37d2db296f1a64c22c25ad508d6d8";><code>fd829a6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/serde-rs/json/issues/1304";>#1304</a> from 
dtolnay/zmij</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/e757a3d8813bfacad8354ae3af89fa19a471da6b";><code>e757a3d</code></a>
 Switch from ryu -&gt; zmij for float formatting</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/75ad7e6b4eb8a26560300d2d7332d6dd8cd5b277";><code>75ad7e6</code></a>
 Release 1.0.146</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/bc6c8276d9597fae216085f940c712f4d4fce4bc";><code>bc6c827</code></a>
 Merge pull request <a 
href="https://redirect.github.com/serde-rs/json/issues/1305";>#1305</a> from 
Xeonacid/patch-1</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/a09210adf529842b912db6f69ad9858ad2f90e16";><code>a09210a</code></a>
 Set fast_arithmetic=64 for riscv64</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/01182e54b5dbadee79696bd472b67391e92679af";><code>01182e5</code></a>
 Update actions/upload-artifact@v5 -&gt; v6</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/383b13a45feb2955236735397c53218acd4da515";><code>383b13a</code></a>
 Update actions/upload-artifact@v4 -&gt; v5</li>
   <li>Additional commits viewable in <a 
href="https://github.com/serde-rs/json/compare/v1.0.145...v1.0.148";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `rustls-native-certs` from 0.8.2 to 0.8.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rustls/rustls-native-certs/releases";>rustls-native-certs's
 releases</a>.</em></p>
   <blockquote>
   <h2>0.8.3</h2>
   <p>Upgrades to <a 
href="https://github.com/rustls/openssl-probe/releases/tag/0.2.0";>openssl-probe 
0.2.0</a>. See its release notes for more information.</p>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix comment formatting and grammar issues by <a 
href="https://github.com/luohewuyang";><code>@​luohewuyang</code></a> in <a 
href="https://redirect.github.com/rustls/rustls-native-certs/pull/217";>rustls/rustls-native-certs#217</a></li>
   <li>Upgrade to openssl-probe 0.2 by <a 
href="https://github.com/djc";><code>@​djc</code></a> in <a 
href="https://redirect.github.com/rustls/rustls-native-certs/pull/219";>rustls/rustls-native-certs#219</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/71e4dd82ad584ac93c41a5ec694f255530da97d3";><code>71e4dd8</code></a>
 Bump version to 0.8.3</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/e6e3e699c0234d2ea725649a6412954441be7593";><code>e6e3e69</code></a>
 Upgrade to openssl-probe 0.2</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/27e4d401df04e57ab42ae8e654b46188bff24815";><code>27e4d40</code></a>
 Take semver-compatible dependency updates</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/e9855513dd46969a3047c1094ff6c053201be320";><code>e985551</code></a>
 Fix comment formatting and grammar issues</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/c156cb7e0f9016ff4cb20be0a0b52177b704c5f4";><code>c156cb7</code></a>
 build(deps): bump actions/checkout from 5 to 6</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/3ec7d86977f04fba8d369571595b47d16c8a60f2";><code>3ec7d86</code></a>
 Update semver-compatible dependencies</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/fd7863026d6146323edb2a7bf08a7e3d821d2056";><code>fd78630</code></a>
 Upgrade x509-parser to 0.18</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/3b6fae79ea8b88e8c4af217165af8094f85bad4e";><code>3b6fae7</code></a>
 Disable broken macOS test for now</li>
   <li>See full diff in <a 
href="https://github.com/rustls/rustls-native-certs/compare/v/0.8.2...v/0.8.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 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 <dependency name> major version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
major version (unless you unignore this specific dependency's major version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name> minor version` will close this group 
update PR and stop Dependabot creating any more for the specific dependency's 
minor version (unless you unignore this specific dependency's minor version or 
upgrade to it yourself)
   - `@dependabot ignore <dependency name>` will close this group update PR and 
stop Dependabot creating any more for the specific dependency (unless you 
unignore this specific dependency or upgrade to it yourself)
   - `@dependabot unignore <dependency name>` will remove all of the ignore 
conditions of the specified dependency
   - `@dependabot unignore <dependency name> <ignore condition>` will remove 
the ignore condition of the specified dependency and ignore conditions
   
   
   </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]

Reply via email to