-
Notifications
You must be signed in to change notification settings - Fork 67
Commit 9ee4b97
authored
A0-3951: Bump getrandom from 0.2.12 to 0.2.13 in the all-rust-deps group (#1671)
Bumps the all-rust-deps group with 1 update:
[getrandom](https://github.com/rust-random/getrandom).
Updates `getrandom` from 0.2.12 to 0.2.13
<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.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/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.13">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent b84d469 commit 9ee4b97Copy full SHA for 9ee4b97
File tree
Expand file treeCollapse file tree
2 files changed
+11
-11
lines changedOpen diff view settings
Filter options
- baby-liminal-extension
Expand file treeCollapse file tree
2 files changed
+11
-11
lines changedOpen diff view settings
Collapse file
+10-10Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
baby-liminal-extension/Cargo.toml
Copy file name to clipboardExpand all lines: baby-liminal-extension/Cargo.toml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments