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

Commit 8291f4e

Browse files
committed
Auto merge of #327 - rust-lang:dependabot/cargo/cargo-0.63.1, r=JohnTitor
Bump cargo from 0.62.0 to 0.63.1 Bumps [cargo](https://github.com/rust-lang/cargo) from 0.62.0 to 0.63.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cargo/commit/d39343d381edfc1f5830643ea4c01924d1d9329f"><code>d39343d</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10806">#10806</a> - ehuss:bump-cargo-util-stable-1.62, r=joshtriplett</li> <li><a href="https://github.com/rust-lang/cargo/commit/20e282b98d9c1459e1fdffd7f450e7b9f6d8397f"><code>20e282b</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/6dedcf8d58a5135d9baa07d0bf24f735b3d53ced"><code>6dedcf8</code></a> Ignore invalid_target_empty test.</li> <li><a href="https://github.com/rust-lang/cargo/commit/524745d98423d05c1965a82e82bf084502eabce0"><code>524745d</code></a> Bump cargo-util version.</li> <li><a href="https://github.com/rust-lang/cargo/commit/a748cf5a3e666bc2dcdf54f37adef8ef22196452"><code>a748cf5</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10737">#10737</a> - ehuss:revert-num-cpus, r=weihanglo</li> <li><a href="https://github.com/rust-lang/cargo/commit/0cfdbc04721e0ca6706051c84ffd51b7f024af78"><code>0cfdbc0</code></a> [beta] Revert <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10427">#10427</a>: switch from num_cpus</li> <li><a href="https://github.com/rust-lang/cargo/commit/4751950ccc948c07047e62c20adf423d7e5f668c"><code>4751950</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10707">#10707</a> - ehuss:beta-backport, r=weihanglo</li> <li><a href="https://github.com/rust-lang/cargo/commit/735f2c8611511b93758a26a9d1a9cd3073a46135"><code>735f2c8</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10677">#10677</a> - likzn:fix_publish_p, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/3f052d8eed98c6a24f8b332fb2e6e6249d12d8c1"><code>3f052d8</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10659">#10659</a> - Muscraft:prestabilization-inheritance-docs, r=epage</li> <li><a href="https://github.com/rust-lang/cargo/commit/6892cc30223edea3e9f15ca9e5e12c7a2a069778"><code>6892cc3</code></a> pre-stabilization documentation for workspace inheritance</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cargo/compare/0.62.0...0.63.1">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.62.0&new-version=0.63.1)](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 21d5661 + c12d24e commit 8291f4e

File tree

2 files changed

+35
-10
lines changed

2 files changed

+35
-10
lines changed

Cargo.lock

Lines changed: 34 additions & 9 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.62"
15+
cargo = "0.63"
1616
crates-io = "0.34" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.43"
1818
env_logger = "0.9"

0 commit comments

Comments
 (0)