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

Commit 0306f1b

Browse files
committed
Auto merge of #342 - rust-lang:dependabot/cargo/cargo-0.64.0, r=JohnTitor
Bump cargo from 0.63.1 to 0.64.0 Bumps [cargo](https://github.com/rust-lang/cargo) from 0.63.1 to 0.64.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cargo/commit/fd9c4297ccbee36d39e9a79067edab0b614edb5a"><code>fd9c429</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10811">#10811</a> - Diomendius:bugfix-zsh-completions-1.63.0, r=weihanglo</li> <li><a href="https://github.com/rust-lang/cargo/commit/9766342120c68a0152a92068b97b8be789df4143"><code>9766342</code></a> Fix zsh completions for add and locate-project</li> <li><a href="https://github.com/rust-lang/cargo/commit/542ba27b77cda4b6919141849c7f6199bff61146"><code>542ba27</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10805">#10805</a> - ehuss:bump-cargo-util-beta-1.63, r=joshtriplett</li> <li><a href="https://github.com/rust-lang/cargo/commit/7ef922e7dbf00372ed6465cb32c1d16019739cc7"><code>7ef922e</code></a> Bump cargo-util version.</li> <li><a href="https://github.com/rust-lang/cargo/commit/a5e08c4703f202e30cdaf80ca3e7c00baa59c496"><code>a5e08c4</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10785">#10785</a> - ehuss:fix-dead_code-diag, r=Eh2406</li> <li><a href="https://github.com/rust-lang/cargo/commit/502a9c5407ee5951c8678ee2405ca2c1e2d50f4c"><code>502a9c5</code></a> Fix tests due to change in dead_code diagnostic.</li> <li><a href="https://github.com/rust-lang/cargo/commit/ed549d87178e47cb9a05ba309bd821c9595b770c"><code>ed549d8</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10755">#10755</a> - jonhoo:stabilize-config-cli, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/7eefb4221fc6980bd3e6dceacdd40e6c280d2977"><code>7eefb42</code></a> Include --config in cargo help output</li> <li><a href="https://github.com/rust-lang/cargo/commit/0ecdde53eb3a31ad1aba35aeb9fe21bc6b3ea92e"><code>0ecdde5</code></a> Don't refer to --config as unstable</li> <li><a href="https://github.com/rust-lang/cargo/commit/c9d8c28cba959c347271eaf31c9abfbb74c690bd"><code>c9d8c28</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10767">#10767</a> - danilhendrasr:master, r=epage</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cargo/compare/0.63.1...0.64.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.63.1&new-version=0.64.0)](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 ee13d39 + 569f2d7 commit 0306f1b

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 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
@@ -12,7 +12,7 @@ edition = "2021"
1212
exclude = ["/ci/*", "/.github/*", "/doc"]
1313

1414
[dependencies]
15-
cargo = "0.63"
15+
cargo = "0.64"
1616
crates-io = "0.34" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.44"
1818
env_logger = "0.9"

0 commit comments

Comments
 (0)