Skip to content

Commit

Permalink
Bump getrandom from 0.2.14 to 0.2.15 (#3143)
Browse files Browse the repository at this point in the history
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

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://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://github.com/rust-random/getrandom/issues/411">#411</a>
<a
href="https://github.com/rust-random/getrandom/issues/416">#416</a>
<a
href="https://github.com/rust-random/getrandom/issues/417">#417</a>
<a
href="https://github.com/rust-random/getrandom/issues/420">#420</a></li>
<li>Unify <code>libc::getentropy</code>-based implementations <a
href="https://github.com/rust-random/getrandom/issues/418">#418</a></li>
</ul>
<p><a
href="https://github.com/rust-random/getrandom/issues/410">#410</a>:
<a
href="https://github.com/rust-random/getrandom/pull/410">rust-random/getrandom#410</a>
<a
href="https://github.com/rust-random/getrandom/issues/411">#411</a>:
<a
href="https://github.com/rust-random/getrandom/pull/411">rust-random/getrandom#411</a>
<a
href="https://github.com/rust-random/getrandom/issues/416">#416</a>:
<a
href="https://github.com/rust-random/getrandom/pull/416">rust-random/getrandom#416</a>
<a
href="https://github.com/rust-random/getrandom/issues/417">#417</a>:
<a
href="https://github.com/rust-random/getrandom/pull/417">rust-random/getrandom#417</a>
<a
href="https://github.com/rust-random/getrandom/issues/418">#418</a>:
<a
href="https://github.com/rust-random/getrandom/pull/418">rust-random/getrandom#418</a>
<a
href="https://github.com/rust-random/getrandom/issues/420">#420</a>:
<a
href="https://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://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://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://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://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://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://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://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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=getrandom&package-manager=cargo&previous-version=0.2.14&new-version=0.2.15)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 7, 2024
1 parent fe0e7ee commit f8c5b9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8c5b9e

Please sign in to comment.