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

Commit 22514cc

Browse files
committed
Auto merge of #272 - rust-lang:dependabot/cargo/cargo-0.60.0, r=JohnTitor
Bump cargo from 0.59.0 to 0.60.0 Bumps [cargo](https://github.com/rust-lang/cargo) from 0.59.0 to 0.60.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cargo/commit/49d8809dc2d3e6e0d5ec634fcf26d8e2aab67130"><code>49d8809</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10377">#10377</a> - joshtriplett:strip-no-off-1.59, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/bff8668cb9ad40b0547ea9491db35edf696dc9b6"><code>bff8668</code></a> [beta] Remove <code>strip = &quot;off&quot;</code> (and undocumented <code>strip = &quot;n&quot;</code>/<code>strip = &quot;no&quot;</code>)</li> <li><a href="https://github.com/rust-lang/cargo/commit/5ad495c6839f34ead56177829575da443d3e01d0"><code>5ad495c</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10328">#10328</a> - ehuss:beta-host-arg, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/83b3e3573accf10a78c7b0464be831ff941dcbe9"><code>83b3e35</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10327">#10327</a> - hi-rustin:rustin-patch-host, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/0d79f764c96c115290e9e090ac2aecd7df135ab5"><code>0d79f76</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10325">#10325</a> - ehuss:beta-fix-doc-undocumented-dep, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/a01b17cd0a2715a467aaffb88f8c7337d9ad6ee1"><code>a01b17c</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10324">#10324</a> - ehuss:fix-doc-undocumented-dep, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/2e4932801996a8799be8648a8858701e1ee8697a"><code>2e49328</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10286">#10286</a> - weihanglo:1.59.0-beta-backport, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/7267b05fddbe7880a36e7fd8d06cc087d9ed0acd"><code>7267b05</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10214">#10214</a> - weihanglo:revert-10188-issue-9528, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/358e79fe56fe374649275ca7aebaafd57ade0e8d"><code>358e79f</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10254">#10254</a> - joshtriplett:rmeta-required-no-timings, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/50840723d59e14efa721f52ef7b12dfb746d047a"><code>5084072</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10218">#10218</a> - weihanglo:pr-template, r=alexcrichton</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cargo/compare/0.59.0...0.60.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.59.0&new-version=0.60.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 ddbd201 + 942b15c commit 22514cc

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

1414
[dependencies]
15-
cargo = "0.59"
15+
cargo = "0.60"
1616
crates-io = "0.33" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.42"
1818
env_logger = "0.9"

0 commit comments

Comments
 (0)