This repository was archived by the owner on Apr 5, 2024. It is now read-only.
Commit f7c31cf
committed
Auto merge of #334 - rust-lang:dependabot/cargo/curl-0.4.44, r=JohnTitor
Bump curl from 0.4.43 to 0.4.44
Bumps [curl](https://github.com/alexcrichton/curl-rust) from 0.4.43 to 0.4.44.
<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.44</h2>
<h3>Added</h3>
<ul>
<li>Expose <a href="https://curl.se/libcurl/c/CURLINFO_SIZE_UPLOAD.html"><code>CURLINFO_SIZE_UPLOAD</code></a> as <code>Easy::upload_size</code>. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/410">#410</a>, <a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/443">#443</a>)</li>
<li>Expose <a href="https://curl.se/libcurl/c/CURLOPT_HTTP09_ALLOWED.html"><code>CURLOPT_HTTP09_ALLOWED</code></a> as <code>Easy::http_09_allowed</code>. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/436">#436</a>, <a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/447">#447</a>)</li>
<li>Expose various proxy-specific versions of SSL/TLS options already offered. These usually have the same names as their normal counterparts with a <code>proxy_</code> prefix. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/453">#453</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/alexcrichton/curl-rust/commit/8ccc410aa10852a093a1cef7a74fab1ab9a28ad2"><code>8ccc410</code></a> Bump curl to 7.77.0 (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/396">#396</a>)</li>
<li><a href="https://github.com/alexcrichton/curl-rust/commit/937da74476ca36c368e85e94d2d2903df55f035a"><code>937da74</code></a> Update ctest to ctest2 (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/395">#395</a>)</li>
<li>See full diff in <a href="https://github.com/alexcrichton/curl-rust/compare/curl-sys-0.4.43...curl-sys-0.4.44">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