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

   Bumps the http-serialization-utils group with 3 updates in the /core 
directory: [backon](https://github.com/Xuanwo/backon), 
[reqwest](https://github.com/seanmonstar/reqwest) and 
[rustls-native-certs](https://github.com/rustls/rustls-native-certs).
   
   Updates `backon` from 1.5.2 to 1.6.0
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Xuanwo/backon/commit/e24dc92742e201f7320868d46a12ff59eb82ef72";><code>e24dc92</code></a>
 Bump to version 1.6.0 (<a 
href="https://redirect.github.com/Xuanwo/backon/issues/218";>#218</a>)</li>
   <li><a 
href="https://github.com/Xuanwo/backon/commit/7c53db065452e3e15aee399ce34ebfc4bec8014f";><code>7c53db0</code></a>
 chore(deps): update embassy-time requirement from 0.4 to 0.5 (<a 
href="https://redirect.github.com/Xuanwo/backon/issues/210";>#210</a>)</li>
   <li><a 
href="https://github.com/Xuanwo/backon/commit/b60c28c8c537d3dd114be0fa899853f61e3bd09c";><code>b60c28c</code></a>
 chore: Migrate CLAUDE.md to AGENTS.md (<a 
href="https://redirect.github.com/Xuanwo/backon/issues/217";>#217</a>)</li>
   <li><a 
href="https://github.com/Xuanwo/backon/commit/f31c9ca73a530d5a8e362d37a90d1489f144ef33";><code>f31c9ca</code></a>
 chore(deps): bump actions/setup-node from 4 to 6 (<a 
href="https://redirect.github.com/Xuanwo/backon/issues/214";>#214</a>)</li>
   <li><a 
href="https://github.com/Xuanwo/backon/commit/2506e571ae0791ecb93dceb688f23c1cbdb14e0a";><code>2506e57</code></a>
 refactor: Bump edition to 2024 and MSRV to 1.85 (<a 
href="https://redirect.github.com/Xuanwo/backon/issues/216";>#216</a>)</li>
   <li><a 
href="https://github.com/Xuanwo/backon/commit/dba17424f9e2bfc8e575d71d2741a95bfb4c70be";><code>dba1742</code></a>
 chore: Migrate doc_auto_cfg (<a 
href="https://redirect.github.com/Xuanwo/backon/issues/215";>#215</a>)</li>
   <li><a 
href="https://github.com/Xuanwo/backon/commit/de0a04105bb6cb42fecb82122e7afbee28c24cd5";><code>de0a041</code></a>
 refactor: drop constraint on Future's Output (<a 
href="https://redirect.github.com/Xuanwo/backon/issues/213";>#213</a>)</li>
   <li><a 
href="https://github.com/Xuanwo/backon/commit/f68b793a2a7e9a99f01436dae4ad3b39a11b1cab";><code>f68b793</code></a>
 chore(deps): bump actions/checkout from 4 to 5 (<a 
href="https://redirect.github.com/Xuanwo/backon/issues/209";>#209</a>)</li>
   <li>See full diff in <a 
href="https://github.com/Xuanwo/backon/compare/v1.5.2...v1.6.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `reqwest` from 0.12.23 to 0.12.24
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/seanmonstar/reqwest/releases";>reqwest's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.12.24</h2>
   <h2>Highlights</h2>
   <ul>
   <li>Refactor cookie handling to an internal middleware.</li>
   <li>Refactor internal random generator.</li>
   <li>Refactor base64 encoding to reduce a copy.</li>
   <li>Documentation updates.</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>build(deps): silence unused deps in WASM build by <a 
href="https://github.com/0x676e67";><code>@​0x676e67</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2799";>seanmonstar/reqwest#2799</a></li>
   <li>perf(util): avoid extra copy when base64 encoding by <a 
href="https://github.com/0x676e67";><code>@​0x676e67</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2805";>seanmonstar/reqwest#2805</a></li>
   <li>docs: fix method name in changelog entry by <a 
href="https://github.com/johannespfrang";><code>@​johannespfrang</code></a> in 
<a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2807";>seanmonstar/reqwest#2807</a></li>
   <li>chore: Align the name usage of TotalTimeout by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2657";>seanmonstar/reqwest#2657</a></li>
   <li>refactor(cookie): add <code>CookieService</code> by <a 
href="https://github.com/linyihai";><code>@​linyihai</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2787";>seanmonstar/reqwest#2787</a></li>
   <li>Fixes typo in retry max_retries_per_request doc comment re 2813 by <a 
href="https://github.com/dmackinn";><code>@​dmackinn</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2824";>seanmonstar/reqwest#2824</a></li>
   <li>test(multipart): fix build failure with <code>no-default-features</code> 
by <a href="https://github.com/0x676e67";><code>@​0x676e67</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2801";>seanmonstar/reqwest#2801</a></li>
   <li>refactor(cookie): avoid duplicate cookie insertion by <a 
href="https://github.com/0x676e67";><code>@​0x676e67</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2834";>seanmonstar/reqwest#2834</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/johannespfrang";><code>@​johannespfrang</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2807";>seanmonstar/reqwest#2807</a></li>
   <li><a href="https://github.com/dmackinn";><code>@​dmackinn</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2824";>seanmonstar/reqwest#2824</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24";>https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md";>reqwest's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v0.12.24</h2>
   <ul>
   <li>Refactor cookie handling to an internal middleware.</li>
   <li>Refactor internal random generator.</li>
   <li>Refactor base64 encoding to reduce a copy.</li>
   <li>Documentation updates.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/b126ca49da7897e5d676639cdbf67a0f6838b586";><code>b126ca4</code></a>
 v0.12.24</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/40234930965e692c260f82c5d97edb5348cdbd1e";><code>4023493</code></a>
 refactor: change fast_random from xorshift to siphash a counter</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/fd61bc93e6f936454ce0b978c6f282f06eee9287";><code>fd61bc9</code></a>
 refactor(cookie): avoid duplicate cookie insertion (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2834";>#2834</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/0bfa5267769ccc3f6b27a44d0dfb444fd0783a6e";><code>0bfa526</code></a>
 test(multipart): fix build failure with <code>no-default-features</code> (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2801";>#2801</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/994b8a0b7aa0a0ff6f87471f9e0d1a4dd2936fcd";><code>994b8a0</code></a>
 docs: typo in retry max_retries_per_request  (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2824";>#2824</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/da0702b762d6ee982ef041661d79df8eeb3aeb41";><code>da0702b</code></a>
 refactor(cookie): de-duplicate cookie support as <code>CookieService</code> 
middleware (...</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/7ebddeaa8728ea09f14e276d6330620168fda379";><code>7ebddea</code></a>
 chore: align internal name usage of TotalTimeout (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2657";>#2657</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/b540a4e746acac4091eb6d39a2b5e2f3df48896b";><code>b540a4e</code></a>
 chore(readme): use correct CI status badge</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/e4550c4cc5a2bd0e447b7b3db548c6ef8202f47e";><code>e4550c4</code></a>
 docs: fix method name in changelog entry (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2807";>#2807</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/f4694a29226cc443b3c58c86a3ffa97bd9f394a6";><code>f4694a2</code></a>
 perf(util): avoid extra copy when base64 encoding (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2805";>#2805</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `rustls-native-certs` from 0.8.1 to 0.8.2
   <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.2</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add load_certs_from_path() interface by <a 
href="https://github.com/djc";><code>@​djc</code></a> in <a 
href="https://redirect.github.com/rustls/rustls-native-certs/pull/169";>rustls/rustls-native-certs#169</a></li>
   <li>Fix the case of SSL_CERT_DIR containing number of paths by <a 
href="https://github.com/arilou";><code>@​arilou</code></a> in <a 
href="https://redirect.github.com/rustls/rustls-native-certs/pull/187";>rustls/rustls-native-certs#187</a></li>
   <li><code>track_caller</code> for <code>CertificateResult::expect()</code> 
etc. by <a href="https://github.com/ctz";><code>@​ctz</code></a> in <a 
href="https://redirect.github.com/rustls/rustls-native-certs/pull/186";>rustls/rustls-native-certs#186</a></li>
   <li>Remove the hash-based filename requirements by <a 
href="https://github.com/arilou";><code>@​arilou</code></a> in <a 
href="https://redirect.github.com/rustls/rustls-native-certs/pull/189";>rustls/rustls-native-certs#189</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/813790a297ad4399efe70a8e5264ca1b420acbec";><code>813790a</code></a>
 build(deps): bump actions/checkout from 4 to 5</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/3d058ab92ca01a1a25ecdc06f228c744542e3c6b";><code>3d058ab</code></a>
 build(deps): bump rustls from 0.23.30 to 0.23.31 in the crates-io group</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/e498b82b49750af7cef523051968535be1c7d48a";><code>e498b82</code></a>
 build(deps): bump rustls from 0.23.29 to 0.23.30 in the crates-io group</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/48d4b760fdcb3eea1e3896fe8e7a22df77e4f6ab";><code>48d4b76</code></a>
 build(deps): bump webpki-roots in the crates-io group</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/0ec662e7d932d7153812a20df881915754eee86e";><code>0ec662e</code></a>
 build(deps): bump the crates-io group with 2 updates</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/3d1920fd7cacbfd2e91acd4e9199950f240bc6fa";><code>3d1920f</code></a>
 build(deps): bump the crates-io group with 2 updates</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/8fc64488d3fe683e1e491fa086f6c3648028dafa";><code>8fc6448</code></a>
 Remove the hash-based filename requirements</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/6f3124ae083fb92afc841ea88653651278a3dc1c";><code>6f3124a</code></a>
 Prepare 0.8.2</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/ac6f6e6d5b03d51646af189f2fce5b43ac422333";><code>ac6f6e6</code></a>
 <code>track_caller</code> for <code>CertificateResult::expect()</code> 
etc.</li>
   <li><a 
href="https://github.com/rustls/rustls-native-certs/commit/93c893e2a42a1cfa8358ba267996f99f806a7b89";><code>93c893e</code></a>
 Add support for multiple paths in SSL_CERT_DIR</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rustls/rustls-native-certs/compare/v/0.8.1...v/0.8.2";>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