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

Commit b1a3d92

Browse files
committed
Auto merge of #221 - rust-lang:dependabot/cargo/cargo-0.56.0, r=JohnTitor
Bump cargo from 0.55.0 to 0.56.0 Bumps [cargo](https://github.com/rust-lang/cargo) from 0.55.0 to 0.56.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cargo/commit/32da73ab19417aa89686e1d85c1440b72fdf877d"><code>32da73a</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9819">#9819</a> - ehuss:beta-move-tmp, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/7ab5d49158be9a0dfa928a353f88330bbf5385ae"><code>7ab5d49</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9824">#9824</a> - ehuss:disable-std_docs, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/b51ca0e83e48eaad0830f2bf1eeb64f65d9c3a4a"><code>b51ca0e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9814">#9814</a> - ehuss:move-tmp, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/ecec07573ad9c3b32dd2ec686df14e17decef207"><code>ecec075</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9810">#9810</a> - ehuss:beta-bump-curl, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/ac44893b1965da0d4fe3a6d4467c3a2e4c65228b"><code>ac44893</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9763">#9763</a> - erickt:fix-semver-check, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/09eb666a4721b2e2648bc40438dfb2b75ec8e019"><code>09eb666</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9790">#9790</a> - ehuss:fix-plugin-registrar, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/26528cfbc8f8f31e3e2f74ba7d8d88b5904c4a31"><code>26528cf</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9809">#9809</a> - ehuss:bump-curl, r=Eh2406</li> <li><a href="https://github.com/rust-lang/cargo/commit/1f76a218bc7f326606dda811b58c42b7e1e21168"><code>1f76a21</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9746">#9746</a> - ehuss:beta-cargo-util-version, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/002f43d9bdb385e0226c596eff8f0c93494e3fbe"><code>002f43d</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9745">#9745</a> - ehuss:cargo-util-version, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/95cf038f06eb22ebbbb1ea922218724376470b0b"><code>95cf038</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9734">#9734</a> - ehuss:fix-version-beta, r=alexcrichton</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cargo/compare/0.55.0...0.56.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.55.0&new-version=0.56.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 - ``@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 743a4d4 + 4ac0c22 commit b1a3d92

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

Cargo.lock

Lines changed: 16 additions & 11 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.55"
15+
cargo = "0.56"
1616
crates-io = "0.33" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.38"
1818
env_logger = "0.9"

0 commit comments

Comments
 (0)