This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Commit 2a0f19c
committed
Auto merge of #256 - rust-lang:dependabot/cargo/curl-0.4.42, r=JohnTitor
Bump curl from 0.4.41 to 0.4.42
Bumps [curl](https://github.com/alexcrichton/curl-rust) from 0.4.41 to 0.4.42.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/alexcrichton/curl-rust/releases">curl's releases</a>.</em></p>
<blockquote>
<h2>0.4.42</h2>
<h3>Added</h3>
<ul>
<li>Add ability to compile bundled curl with <a href="https://github.com/rustls/rustls">rustls</a> as the TLS engine with the <code>rustls</code> crate feature. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/341">#341</a>, <a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/374">#374</a>)</li>
<li>Allow enabling NLTM support when compiling bundled curl with the <code>nltm</code> crate feature. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/428">#428</a>)</li>
<li>Added more complex example program for using multi API. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/431">#431</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Upgraded bundled curl version in <code>curl-sys</code> to 7.81.0 (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/432">#432</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/alexcrichton/curl-rust/commit/c9a3e5f0139e0df51ed5c59af99b5ce1150242f3"><code>c9a3e5f</code></a> Prepare 0.4.36 and curl-sys 0.4.42 release</li>
<li><a href="https://github.com/alexcrichton/curl-rust/commit/81e362250e57b9b6b1c262e5061595da5eab8593"><code>81e3622</code></a> Add support for in-memory certificates (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/384">#384</a>)</li>
<li><a href="https://github.com/alexcrichton/curl-rust/commit/64e8fc2f50bbc4a88c62bf6a876f2ca4c63e4d15"><code>64e8fc2</code></a> Bump curl to 7.76.0 (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/383">#383</a>)</li>
<li><a href="https://github.com/alexcrichton/curl-rust/commit/7cf34064f26a9a27c3124986a680f23c7654c345"><code>7cf3406</code></a> Update socket2 requirement from 0.3.16 to 0.4.0 (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/382">#382</a>)</li>
<li>See full diff in <a href="https://github.com/alexcrichton/curl-rust/compare/curl-sys-0.4.41...curl-sys-0.4.42">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>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 | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments