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

   Bumps the all-other-cargo-deps group with 3 updates: 
[chrono](https://github.com/chronotope/chrono), 
[log](https://github.com/rust-lang/log) and 
[stabby](https://github.com/ZettaScaleLabs/stabby).
   
   Updates `chrono` from 0.4.44 to 0.4.45
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/chronotope/chrono/releases";>chrono's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.4.45</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow by <a 
href="https://github.com/SAY-5";><code>@​SAY-5</code></a> in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1787";>chronotope/chrono#1787</a></li>
   <li>tz_data: fix tzdata locations on Android by <a 
href="https://github.com/caruschalalamove";><code>@​caruschalalamove</code></a> 
in <a 
href="https://redirect.github.com/chronotope/chrono/pull/1789";>chronotope/chrono#1789</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/chronotope/chrono/commit/170338250e836976a211e64728ec956e45e78a39";><code>1703382</code></a>
 Prepare 0.4.45 release</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/881f9ab2f7068c98173cce86ce1a3642848ce98a";><code>881f9ab</code></a>
 tz_data: fix tzdata locations on Android</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/f14ead46c0feeed8d5b2471c7a55069fbc822d01";><code>f14ead4</code></a>
 fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/c6063e6f5a03a48c6feeac3eb5b51ab4cb902759";><code>c6063e6</code></a>
 Update similar-asserts requirement from 1.6.1 to 2.0.0</li>
   <li><a 
href="https://github.com/chronotope/chrono/commit/120686c82c5da90377e815edb82c9a80b6b4f2be";><code>120686c</code></a>
 Bump codecov/codecov-action from 5 to 6</li>
   <li>See full diff in <a 
href="https://github.com/chronotope/chrono/compare/v0.4.44...v0.4.45";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `log` from 0.4.31 to 0.4.32
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/log/releases";>log's releases</a>.</em></p>
   <blockquote>
   <h2>0.4.32</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Support <code>Value</code> -&gt; string conversions with <code>kv</code> 
+ <code>std</code> features instead of <code>kv_std</code> by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/729";>rust-lang/log#729</a></li>
   <li>Prepare for 0.4.32 release by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/730";>rust-lang/log#730</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/log/compare/0.4.31...0.4.32";>https://github.com/rust-lang/log/compare/0.4.31...0.4.32</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md";>log's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[0.4.32] - 2026-06-04</h2>
   <h3>What's Changed</h3>
   <ul>
   <li>Support <code>Value</code> -&gt; string conversions with <code>kv</code> 
+ <code>std</code> features instead of <code>kv_std</code> by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/729";>rust-lang/log#729</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/log/compare/0.4.31...0.4.32";>https://github.com/rust-lang/log/compare/0.4.31...0.4.32</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/log/commit/a5b5b2113e2767801250af184d6c3971e689ae3b";><code>a5b5b21</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/730";>#730</a> from 
rust-lang/cargo/0.4.32</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/c8d3b125c6216b3667e05544591f4fb34f53ff78";><code>c8d3b12</code></a>
 prepare for 0.4.32 release</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/ce6cd9fef14084207f2b6758999af062f89f9d87";><code>ce6cd9f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/729";>#729</a> from 
tisonkun/kv-std-support</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/20b3b050469d6aab6c0f2e77acaab2313d5fc9a2";><code>20b3b05</code></a>
 drop cfg-feature=kv as it is already met</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/7bc120062895aadd440ab015e62275841465a1a6";><code>7bc1200</code></a>
 kv::std_support may not need value-bag</li>
   <li>See full diff in <a 
href="https://github.com/rust-lang/log/compare/0.4.31...0.4.32";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `stabby` from 72.1.1 to 72.1.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ZettaScaleLabs/stabby/blob/main/CHANGELOG.md";>stabby's 
changelog</a>.</em></p>
   <blockquote>
   <h1>72.1.2 (api=3.0.1, abi=2.0.0)</h1>
   <ul>
   <li>Merged <a 
href="https://redirect.github.com/ZettaScaleLabs/stabby/pull/124";>#124</a>, 
(thanks <a href="https://github.com/matejcik";><code>@​matejcik</code></a> for 
raising the issue and providing the fix, thanks <a 
href="https://github.com/juliajohannessen";><code>@​juliajohannessen</code></a> 
for raising further lifetime issues through that PR's comments)</li>
   <li>Fixed <a 
href="https://redirect.github.com/ZettaScaleLabs/stabby/issues/127";>#127</a> 
(thanks <a 
href="https://github.com/juliajohannessen";><code>@​juliajohannessen</code></a> 
for raising the issue)</li>
   </ul>
   <h1>72.1.2-rc1 (api=3.0.1, abi=2.0.0)</h1>
   <ul>
   <li>Fixed <a 
href="https://redirect.github.com/ZettaScaleLabs/stabby/issues/112";>#112</a> 
(thanks <a href="https://github.com/Dasaav-dsv";><code>@​Dasaav-dsv</code></a> 
for both raising the issue and providing the fix)</li>
   <li>Fixed <a 
href="https://redirect.github.com/ZettaScaleLabs/stabby/issues/103";>#103</a> 
(thanks <a href="https://github.com/numberZero";><code>@​numberZero</code></a> 
for raising the issue)</li>
   <li>Address all lints for Rust and Clippy at <code>1.92.0</code></li>
   <li>Add support for <code>libloading = &quot;0.9&quot;</code></li>
   <li>Make CI run more feature-sets and toolchains</li>
   <li><a href="https://redirect.github.com/ZettaScaleLabs/stabby/pull/105";>Fix 
owned string deserialization</a></li>
   <li>Fixed Eclipse headers</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/ZettaScaleLabs/stabby/commits";>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 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to