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

Commit b494170

Browse files
committed
Auto merge of #226 - rust-lang:dependabot/cargo/curl-0.4.39, r=JohnTitor
Bump curl from 0.4.38 to 0.4.39 Bumps [curl](https://github.com/alexcrichton/curl-rust) from 0.4.38 to 0.4.39. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/curl-rust/commit/b57ef183bbeef5b6d6bc0539d6f6eecd3f24115f"><code>b57ef18</code></a> Bump crate versions (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/412">#412</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/ecc8a2b16a84bb7fbfca887d95ae0dbedd7ea29a"><code>ecc8a2b</code></a> Exposed the CURLOPT_UPLOAD_BUFFERSIZE curl option. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/411">#411</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/b0b6c68997833675a842c2fa46f361c5a44d4a2a"><code>b0b6c68</code></a> Add vendored field to Version information. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/409">#409</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/ccc6e5a91345caf768868f86d026909e75845789"><code>ccc6e5a</code></a> Bump curl submodule (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/408">#408</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/e244263329286880cb79d95c8ab92fcb309d213c"><code>e244263</code></a> Trigger rebuild if a curl source file has changed. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/407">#407</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/8eb27f7c3427c6f730313f49aeeddf814c5b2bb1"><code>8eb27f7</code></a> Bump curl-sys</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/33dfe3389dd532ac4355d4f34a99a85985d319ce"><code>33dfe33</code></a> Build more curl files unconditionally (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/406">#406</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/3007f21b51e443697530218ffec74a7ef01755e6"><code>3007f21</code></a> Bump curl submodule to 7.79.0 (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/405">#405</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/ca8ce45831f671fe053563a765affe89b688d5ac"><code>ca8ce45</code></a> Add support for aws-sigv4 authentication (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/401">#401</a>)</li> <li><a href="https://github.com/alexcrichton/curl-rust/commit/f56f767cc88e60963c222d74c39ad27264bc6f57"><code>f56f767</code></a> Bump curl to 7.78.0 (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/399">#399</a>)</li> <li>See full diff in <a href="https://github.com/alexcrichton/curl-rust/compare/0.4.38...0.4.39">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.38&new-version=0.4.39)](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>
2 parents ced7528 + d4a6603 commit b494170

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.56"
1616
crates-io = "0.33" # Keep in sync with version pulled by Cargo
17-
curl = "0.4.38"
17+
curl = "0.4.39"
1818
env_logger = "0.9"
1919
anyhow = "1.0.44"
2020
log = "0.4"

0 commit comments

Comments
 (0)