Auto merge of #28456 - servo:dependabot/cargo/openssl-probe-0.1.4, r=jdm

Bump openssl-probe from 0.1.2 to 0.1.4

Bumps [openssl-probe](https://github.com/alexcrichton/openssl-probe) from 0.1.2 to 0.1.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="fc8fd44093"><code>fc8fd44</code></a> Bump to 0.1.4</li>
<li><a href="ec6345aaa6"><code>ec6345a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/openssl-probe/issues/18">#18</a> from coolreader18/fix-breaking-change</li>
<li><a href="b63c0d9acc"><code>b63c0d9</code></a> In probe(), don't accept a path from an env variable if it doesn't exist</li>
<li><a href="42b4d32baf"><code>42b4d32</code></a> Various code style improvements</li>
<li><a href="2ba4580444"><code>2ba4580</code></a> Fix breaking change in 0.1.3</li>
<li><a href="029e3590e7"><code>029e359</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/openssl-probe/issues/17">#17</a> from alexcrichton/dependabot/add-v2-config-file</li>
<li><a href="42742b6120"><code>42742b6</code></a> Upgrade to GitHub-native Dependabot</li>
<li><a href="ac9c261ca8"><code>ac9c261</code></a> Bump to 0.1.3</li>
<li><a href="7fc1c265aa"><code>7fc1c26</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/openssl-probe/issues/15">#15</a> from khorolets/feature/support-macports</li>
<li><a href="a3bd6d0e4c"><code>a3bd6d0</code></a> Add macports curl-ca-bundle support (path)</li>
<li>Additional commits viewable in <a href="https://github.com/alexcrichton/openssl-probe/compare/0.1.2...0.1.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl-probe&package-manager=cargo&previous-version=0.1.2&new-version=0.1.4)](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 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>
This commit is contained in:
bors-servo 2021-05-31 11:48:41 -04:00 committed by GitHub
commit b63ae21d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -4292,9 +4292,9 @@ dependencies = [
[[package]]
name = "openssl-probe"
version = "0.1.2"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
[[package]]
name = "openssl-sys"