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

   Updates the requirements on 
[getrandom](https://github.com/rust-random/getrandom) to permit the latest 
version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md";>getrandom's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[0.2.15] - 2024-05-06</h2>
   <h3>Added</h3>
   <ul>
   <li>Apple visionOS support <a 
href="https://redirect.github.com/rust-random/getrandom/issues/410";>#410</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Use <code>libc::getrandom</code> on DragonflyBSD, FreeBSD, illumos, and 
Solaris <a 
href="https://redirect.github.com/rust-random/getrandom/issues/411";>#411</a> <a 
href="https://redirect.github.com/rust-random/getrandom/issues/416";>#416</a> <a 
href="https://redirect.github.com/rust-random/getrandom/issues/417";>#417</a> <a 
href="https://redirect.github.com/rust-random/getrandom/issues/420";>#420</a></li>
   <li>Unify <code>libc::getentropy</code>-based implementations <a 
href="https://redirect.github.com/rust-random/getrandom/issues/418";>#418</a></li>
   </ul>
   <p><a 
href="https://redirect.github.com/rust-random/getrandom/issues/410";>#410</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/410";>rust-random/getrandom#410</a>
   <a 
href="https://redirect.github.com/rust-random/getrandom/issues/411";>#411</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/411";>rust-random/getrandom#411</a>
   <a 
href="https://redirect.github.com/rust-random/getrandom/issues/416";>#416</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/416";>rust-random/getrandom#416</a>
   <a 
href="https://redirect.github.com/rust-random/getrandom/issues/417";>#417</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/417";>rust-random/getrandom#417</a>
   <a 
href="https://redirect.github.com/rust-random/getrandom/issues/418";>#418</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/418";>rust-random/getrandom#418</a>
   <a 
href="https://redirect.github.com/rust-random/getrandom/issues/420";>#420</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/420";>rust-random/getrandom#420</a></p>
   <h2>[0.2.14] - 2024-04-08</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Enable <code>/dev/urandom</code> fallback for MUSL-based Linux targets 
<a 
href="https://redirect.github.com/rust-random/getrandom/issues/408";>#408</a></li>
   </ul>
   <p><a 
href="https://redirect.github.com/rust-random/getrandom/issues/408";>#408</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/408";>rust-random/getrandom#408</a></p>
   <h2>[0.2.13] - 2024-04-06</h2>
   <h3>Added</h3>
   <ul>
   <li><code>linux_disable_fallback</code> crate feature to disable 
<code>/dev/urandom</code>-based fallback on Linux and
   Android targets. Enabling this feature bumps minimum supported Linux kernel 
version to 3.17 and
   Android API level to 23 (Marshmallow). <a 
href="https://redirect.github.com/rust-random/getrandom/issues/396";>#396</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Disable <code>/dev/urandom</code> fallback for Linux targets outside of 
the following <code>target_arch</code>es:
   <code>aarch64</code>, <code>arm</code>, <code>powerpc</code>, 
<code>powerpc64</code>, <code>s390x</code>, <code>x86</code>, 
<code>x86_64</code> <a 
href="https://redirect.github.com/rust-random/getrandom/issues/396";>#396</a></li>
   <li>Do not catch <code>EPERM</code> error code on Android while checking 
availability of
   the <code>getrandom</code> syscall <a 
href="https://redirect.github.com/rust-random/getrandom/issues/396";>#396</a></li>
   </ul>
   <p><a 
href="https://redirect.github.com/rust-random/getrandom/issues/396";>#396</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/396";>rust-random/getrandom#396</a></p>
   <h2>[0.2.12] - 2024-01-09</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Custom backend for targets without atomics <a 
href="https://redirect.github.com/rust-random/getrandom/issues/385";>#385</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Improve robustness of the Hermit backend and <code>sys_fill_exact</code> 
<a 
href="https://redirect.github.com/rust-random/getrandom/issues/386";>#386</a></li>
   <li>Raise minimum supported Apple OS versions to macOS 10.12 and iOS 10 <a 
href="https://redirect.github.com/rust-random/getrandom/issues/388";>#388</a></li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Document platform support policy <a 
href="https://redirect.github.com/rust-random/getrandom/issues/387";>#387</a></li>
   </ul>
   <p><a 
href="https://redirect.github.com/rust-random/getrandom/issues/385";>#385</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/385";>rust-random/getrandom#385</a>
   <a 
href="https://redirect.github.com/rust-random/getrandom/issues/386";>#386</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/386";>rust-random/getrandom#386</a>
   <a 
href="https://redirect.github.com/rust-random/getrandom/issues/387";>#387</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/387";>rust-random/getrandom#387</a>
   <a 
href="https://redirect.github.com/rust-random/getrandom/issues/388";>#388</a>: 
<a 
href="https://redirect.github.com/rust-random/getrandom/pull/388";>rust-random/getrandom#388</a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/cf65e83f9df8954df101320de86f80dccfc6b68a";><code>cf65e83</code></a>
 Release v0.2.15 (<a 
href="https://redirect.github.com/rust-random/getrandom/issues/419";>#419</a>)</li>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/a24538f0983d385b21f8851ce338bdc0ecb360a1";><code>a24538f</code></a>
 Remove .cargo/config (<a 
href="https://redirect.github.com/rust-random/getrandom/issues/421";>#421</a>)</li>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/229d87004d33316664fd5c891f96b6b29972c080";><code>229d870</code></a>
 Use libc::getrandom on Solaris and update docs. (<a 
href="https://redirect.github.com/rust-random/getrandom/issues/420";>#420</a>)</li>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/924c88d761b90d87b9fe9d15c7c8a5e15d28d8a8";><code>924c88d</code></a>
 Unconditionally use <code>libc::getrandom</code> on Illumos and 
<code>libc::geentropy</code> on Sol...</li>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/20c22138d5c48993e6d03bb3ce23f87ee3e0887f";><code>20c2213</code></a>
 Unify getentropy-based implementations (<a 
href="https://redirect.github.com/rust-random/getrandom/issues/418";>#418</a>)</li>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/dca49613a00bd687e10641c22d68364aebbb7583";><code>dca4961</code></a>
 Unconditionally use libc::getrandom on FreeBSD (<a 
href="https://redirect.github.com/rust-random/getrandom/issues/416";>#416</a>)</li>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/d4b0ef09dfdae5e4bb95ce2c93d75299678dd254";><code>d4b0ef0</code></a>
 Use libc::getrandom on DragonflyBSD (<a 
href="https://redirect.github.com/rust-random/getrandom/issues/411";>#411</a>)</li>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/0d559231f6dee7693a7721d40da3f147264c7390";><code>0d55923</code></a>
 Add Apple visionOS support (<a 
href="https://redirect.github.com/rust-random/getrandom/issues/410";>#410</a>)</li>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/a39033a34a0b81c5b15ef1fba28696ab93aac9db";><code>a39033a</code></a>
 Enable <code>/dev/urandom</code> fallback for MUSL-based Linux targets (<a 
href="https://redirect.github.com/rust-random/getrandom/issues/408";>#408</a>)</li>
   <li><a 
href="https://github.com/rust-random/getrandom/commit/968dd484e2209c18330f725b854f8c13a6f4d09e";><code>968dd48</code></a>
 Release v0.2.13 (<a 
href="https://redirect.github.com/rust-random/getrandom/issues/405";>#405</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-random/getrandom/compare/v0.2.8...v0.2.15";>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 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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to