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

Commit bd54d89

Browse files
committed
Auto merge of #187 - rust-lang:dependabot/cargo/curl-0.4.36, r=JohnTitor
Bump curl from 0.4.35 to 0.4.36 Bumps [curl](https://github.com/alexcrichton/curl-rust) from 0.4.35 to 0.4.36. <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.36</h2> <h2>Added</h2> <ul> <li>Add support for in-memory certificates via new <code>_BLOB</code> options. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/384">#384</a>)</li> </ul> <h2>Dependency updates</h2> <ul> <li>Update bundled curl to 7.76.0. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/383">#383</a>)</li> <li>Update <code>socket2</code> to 0.4.0. (<a href="https://github-redirect.dependabot.com/alexcrichton/curl-rust/issues/382">#382</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/alexcrichton/curl-rust/commit/e0f491cb6a1163168cc5ef36b060fde13fa44c1f"><code>e0f491c</code></a> Bump versions for re-packaging</li> <li>See full diff in <a href="https://github.com/alexcrichton/curl-rust/compare/curl-sys-0.4.35...curl-sys-0.4.36">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.35&new-version=0.4.36)](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 ef47374 + 2200275 commit bd54d89

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

Cargo.lock

Lines changed: 18 additions & 8 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.52"
1515
crates-io = "0.33" # Keep in sync with version pulled by Cargo
16-
curl = "0.4.35"
16+
curl = "0.4.36"
1717
env_logger = "0.8"
1818
anyhow = "1.0.40"
1919
log = "0.4"

0 commit comments

Comments
 (0)