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

Commit 19fb67a

Browse files
committed
Auto merge of #190 - rust-lang:dependabot/cargo/curl-0.4.37, r=JohnTitor
Bump curl from 0.4.36 to 0.4.37 Bumps [curl](https://github.com/alexcrichton/curl-rust) from 0.4.36 to 0.4.37. <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.37</h2> <h3>Added</h3> <ul> <li>Add support for <a href="https://curl.se/libcurl/c/CURLOPT_PATH_AS_IS.html"><code>CURLOPT_PATH_AS_IS</code></a>. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/385">#385</a>)</li> <li>Add support for <a href="https://curl.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html"><code>CURLOPT_PINNEDPUBLICKEY</code></a>. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/391">#391</a>).</li> </ul> <h3>FIxed</h3> <ul> <li>Disable compiling with <code>poll()</code> on macOS, which is buggy on some versions of macOS. This matches the default upstream build behavior. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/393">#393</a>)</li> </ul> <h3>Changes</h3> <ul> <li>Upgrade to Rust 2018 edition. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/389">#389</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/curl-rust/commit/4d58de2c45768981d6f9de554896d8bcb6d2f5bd"><code>4d58de2</code></a> Prepare 0.4.34 and curl-sys 0.4.37 release</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/454a7202a23a8773281b69a825a2a9971f31bd10"><code>454a720</code></a> Add Max Age CURL Option (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/360">#360</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/badb4487f305e8ef6d15452ec2a9ab68a2c32d46"><code>badb448</code></a> Fix some Clippy warnings (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/356">#356</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/87b2cbf7d03c51fc7d569fb4576b86389995a559"><code>87b2cbf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/355">#355</a> from bachue/master</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/fbb8e02fb6fdf103df9f0d5f6ce4ae76c86a0f6c"><code>fbb8e02</code></a> Fix the bug that cvt() could get rid of extra error message</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/d7817dab297f52e537bf7f9a5ff7026795d823e1"><code>d7817da</code></a> Bump curl to 7.72.0 (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/354">#354</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/6e714f7aee720b197eb451ae077f073f8d7538b5"><code>6e714f7</code></a> Fix Easy2::fmt to print handler correctly (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/353">#353</a>)</li> <li>See full diff in <a href="https://github.com/alexcrichton/curl-rust/compare/curl-sys-0.4.36...curl-sys-0.4.37">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.36&new-version=0.4.37)](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 </details>
2 parents 4b21e3a + 6339ba5 commit 19fb67a

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
@@ -13,7 +13,7 @@ edition = "2018"
1313
[dependencies]
1414
cargo = "0.53"
1515
crates-io = "0.33" # Keep in sync with version pulled by Cargo
16-
curl = "0.4.36"
16+
curl = "0.4.37"
1717
env_logger = "0.8"
1818
anyhow = "1.0.40"
1919
log = "0.4"

0 commit comments

Comments
 (0)