Auto merge of #26795 - servo:dependabot/cargo/getrandom-0.1.14, r=jdm

build(deps): bump getrandom from 0.1.12 to 0.1.14

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.1.12 to 0.1.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.1.14] - 2020-01-07</h2>
<h3>Changed</h3>
<ul>
<li>Remove use of spin-locks in the <code>use_file</code> module. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/125">#125</a></li>
<li>Update <code>wasi</code> to v0.9. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/126">#126</a></li>
<li>Do not read errno value on DragonFlyBSD to fix compilation failure. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/129">#129</a></li>
</ul>
<p><a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/125">#125</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/125">rust-random/getrandom#125</a>
<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/126">#126</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/126">rust-random/getrandom#126</a>
<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/129">#129</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/129">rust-random/getrandom#129</a></p>
<h2>[0.1.13] - 2019-08-25</h2>
<h3>Added</h3>
<ul>
<li>VxWorks targets support. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/86">#86</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>If zero-length slice is passed to the <code>getrandom</code> function, always return
<code>Ok(())</code> immediately without doing any calls to the underlying operating
system. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/104">#104</a></li>
<li>Use the <code>kern.arandom</code> sysctl on NetBSD. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/115">#115</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Bump <code>cfg-if</code> minimum version from 0.1.0 to 0.1.2. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/112">#112</a></li>
<li>Typos and bad doc links. <a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/117">#117</a></li>
</ul>
<p><a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/86">#86</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/86">rust-random/getrandom#86</a>
<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/104">#104</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/104">rust-random/getrandom#104</a>
<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/112">#112</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/112">rust-random/getrandom#112</a>
<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/115">#115</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/115">rust-random/getrandom#115</a>
<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/117">#117</a>: <a href="https://github-redirect.dependabot.com/rust-random/getrandom/pull/117">rust-random/getrandom#117</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="33b859bae1"><code>33b859b</code></a> Prepare release v0.1.14 (<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/128">#128</a>)</li>
<li><a href="c5e2025d2c"><code>c5e2025</code></a> util: Remove unused spin-lock interfaces</li>
<li><a href="46963aac74"><code>46963aa</code></a> use_file: Remove use of spin-locks</li>
<li><a href="245b5b2121"><code>245b5b2</code></a> util_libc: open_readonly shoud return a Result</li>
<li><a href="a913c9c673"><code>a913c9c</code></a> dragonfly: Don't try to read errno value (<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/129">#129</a>)</li>
<li><a href="48781cd9ec"><code>48781cd</code></a> wasi: Update and Fix Travis failures (<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/126">#126</a>)</li>
<li><a href="d661aa7e1b"><code>d661aa7</code></a> Prepare release v0.1.13 (<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/118">#118</a>)</li>
<li><a href="81bd43e5d6"><code>81bd43e</code></a> Fix typos and bad doc links. (<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/117">#117</a>)</li>
<li><a href="9a385f1923"><code>9a385f1</code></a> Add VxWorks support (<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/86">#86</a>)</li>
<li><a href="2fa1bbac80"><code>2fa1bba</code></a> Switch to using the arandom sysctl on NetBSD (same as FreeBSD). (<a href="https://github-redirect.dependabot.com/rust-random/getrandom/issues/115">#115</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rust-random/getrandom/compare/v0.1.12...v0.1.14">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=getrandom&package-manager=cargo&previous-version=0.1.12&new-version=0.1.14)](https://dependabot.com/compatibility-score/?dependency-name=getrandom&package-manager=cargo&previous-version=0.1.12&new-version=0.1.14)

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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
This commit is contained in:
bors-servo 2020-06-05 08:53:26 -04:00 committed by GitHub
commit 7495b92992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -1698,9 +1698,9 @@ checksum = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
[[package]]
name = "getrandom"
version = "0.1.12"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571"
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
"cfg-if",
"libc",
@ -6209,9 +6209,9 @@ dependencies = [
[[package]]
name = "wasi"
version = "0.7.0"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasm-bindgen"