Auto merge of #28804 - servo:dependabot/cargo/native-tls-0.2.10, r=jdm

Bump native-tls from 0.2.7 to 0.2.10

Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.7 to 0.2.10.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md">native-tls's changelog</a>.</em></p>
<blockquote>
<h2>[v0.2.10]</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed the build for iOS.</li>
</ul>
<h2>[v0.2.9]</h2>
<h3>Added</h3>
<ul>
<li>Added <code>Identity::from_pkcs8</code>.</li>
</ul>
<h2>[v0.2.8]</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed an off by one error in the schannel backend's handling of max_protocol_version.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f1d2638a1a"><code>f1d2638</code></a> Release v0.2.10</li>
<li><a href="dc3dbf99a5"><code>dc3dbf9</code></a> Fix build for iOS</li>
<li><a href="2496ac80f3"><code>2496ac8</code></a> Release v0.2.9</li>
<li><a href="f641a64875"><code>f641a64</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-native-tls/issues/209">#209</a> from kazk/pkcs8</li>
<li><a href="658800ee8e"><code>658800e</code></a> Use random password</li>
<li><a href="2a720f6c36"><code>2a720f6</code></a> Test <code>from_pkcs8</code> without new dev dependencies</li>
<li><a href="93bf66e4f8"><code>93bf66e</code></a> Only accept PKCS#8 keys</li>
<li><a href="01337348b5"><code>0133734</code></a> Test with PKCS#8 keys</li>
<li><a href="f0201c9ae9"><code>f0201c9</code></a> Use unique container name</li>
<li><a href="7493a48efe"><code>7493a48</code></a> Fix macOS build</li>
<li>Additional commits viewable in <a href="https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.10">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=native-tls&package-manager=cargo&previous-version=0.2.7&new-version=0.2.10)](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 2022-04-06 02:28:08 -04:00 committed by GitHub
commit af6829f840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -4009,9 +4009,9 @@ dependencies = [
[[package]]
name = "native-tls"
version = "0.2.7"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
dependencies = [
"lazy_static",
"libc",