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

Commit 8ca5f7e

Browse files
committed
Auto merge of #170 - rust-lang:dependabot/cargo/cargo-0.51.0, r=JohnTitor
Bump cargo from 0.50.1 to 0.51.0 Bumps [cargo](https://github.com/rust-lang/cargo) from 0.50.1 to 0.51.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cargo/commit/f04e7fab73128592a4063983c302da788bdfaba5"><code>f04e7fa</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9132">#9132</a> - ehuss:revert-8937, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/736de0d113d743711f63a74215f176dba008bb77"><code>736de0d</code></a> Revert &quot;Slightly optimize <code>cargo vendor</code>&quot;</li> <li><a href="https://github.com/rust-lang/cargo/commit/883002386058de8cd526f92bf18fa9e307b53355"><code>8830023</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9129">#9129</a> - Eh2406:backport-serde, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/6c61858d512e47b0c6b6628f5ec5d384645b1b2b"><code>6c61858</code></a> Backport <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9102">#9102</a> to the 1.50 release branch</li> <li><a href="https://github.com/rust-lang/cargo/commit/1a8df6a5196e4cad9a3956867e7e928f2bfaaba4"><code>1a8df6a</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9068">#9068</a> - alexcrichton:backport-fix, r=Eh2406</li> <li><a href="https://github.com/rust-lang/cargo/commit/658ee0759537fe90f3ea3b62d9ebce6284cda8eb"><code>658ee07</code></a> Fix redundant semicolon.</li> <li><a href="https://github.com/rust-lang/cargo/commit/62812d2ea92be7a576f84067665df3d7bc6295ea"><code>62812d2</code></a> Fix <code>links</code> vars showing up for testing packages</li> <li><a href="https://github.com/rust-lang/cargo/commit/75d5d8cffe3464631f82dcd3c470b78dc1dda8bb"><code>75d5d8c</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9009">#9009</a> - ehuss:bump-git2, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/4e358386ccb56d52f794a8786fea718e8e3d1cdb"><code>4e35838</code></a> Update git2</li> <li><a href="https://github.com/rust-lang/cargo/commit/e10b79189d123d197766b26dff76ec910558ee12"><code>e10b791</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/8976">#8976</a> - ebroto:rustc_workspace_wrapper, r=ehuss</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cargo/compare/0.50.1...0.51.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cargo&package-manager=cargo&previous-version=0.50.1&new-version=0.51.0)](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 e7a4ea2 + 72191a6 commit 8ca5f7e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -11,7 +11,7 @@ license-file = "LICENSE"
1111
edition = "2018"
1212

1313
[dependencies]
14-
cargo = "0.50"
14+
cargo = "0.51"
1515
crates-io = "0.31" # Keep in sync with version pulled by Cargo
1616
curl = "0.4.21"
1717
env_logger = "0.8"

0 commit comments

Comments
 (0)