Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit f7c31cf

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=curl&package-manager=cargo&previous-version=0.4.43&new-version=0.4.44)](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 parents df6c6f0 + c2be912 commit f7c31cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["/ci/*", "/.github/*", "/doc"]
1414
[dependencies]
1515
cargo = "0.63"
1616
crates-io = "0.34" # Keep in sync with version pulled by Cargo
17-
curl = "0.4.43"
17+
curl = "0.4.44"
1818
env_logger = "0.9"
1919
anyhow = "1.0.58"
2020
log = "0.4"

0 commit comments

Comments
 (0)