Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump getrandom from 0.2.12 to 0.2.14 (#3108)
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.12 to 0.2.14. <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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/rust-random/getrandom/commit/8ffd43e62a5076480e53275e93c21fcde4fe9f7f"><code>8ffd43e</code></a> Conditionally disable file fallback for Android and Linux (<a href="https://redirect.github.com/rust-random/getrandom/issues/396">#396</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/6b7bcb5991bc92bd9d24648700cb35377bafedce"><code>6b7bcb5</code></a> Replace man7.org links with manned.org (<a href="https://redirect.github.com/rust-random/getrandom/issues/404">#404</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/5f0701faba5b83ebf144af9973582904f60849b7"><code>5f0701f</code></a> CI: Run tests on aarch64-apple-darwin and aarch64-apple-ios-sim. (<a href="https://redirect.github.com/rust-random/getrandom/issues/398">#398</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/489eeee3ad86ca639a2d5ea069791444776b425c"><code>489eeee</code></a> Fix nightly build by removing redundant <code>use</code> (<a href="https://redirect.github.com/rust-random/getrandom/issues/399">#399</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/d102c3655fa589675058f0ba44762b1151f7c753"><code>d102c36</code></a> Use <code>doc_auto_cfg</code> instead of <code>doc_cfg</code> (<a href="https://redirect.github.com/rust-random/getrandom/issues/392">#392</a>)</li> <li><a href="https://github.com/rust-random/getrandom/commit/2e4bb4d72289a2169ca1eb25e23dcc7a32a4d034"><code>2e4bb4d</code></a> Correct comments regarding LazyUsize (<a href="https://redirect.github.com/rust-random/getrandom/issues/391">#391</a>)</li> <li>See full diff in <a href="https://github.com/rust-random/getrandom/compare/v0.2.12...v0.2.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getrandom&package-manager=cargo&previous-version=0.2.12&new-version=0.2.14)](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 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information