Commit c877894
authored
chore(deps): bump getrandom from 0.2.14 to 0.2.15 (#428)
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.14
to 0.2.15.
<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>
</blockquote>
</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>See full diff in <a
href="https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15">compare
view</a></li>
</ul>
</details>
<br />
[](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>2 files changed
+5
-5
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments