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

Commit 5aea3fc

Browse files
committed
Auto merge of #244 - rust-lang:dependabot/cargo/cargo-0.58.0, r=JohnTitor
Bump cargo from 0.57.0 to 0.58.0 Bumps [cargo](https://github.com/rust-lang/cargo) from 0.57.0 to 0.58.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cargo/commit/b2e52d7cab0a286ee9fcc0c17510b1e72fcb53eb"><code>b2e52d7</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9988">#9988</a> - ehuss:beta-git-fetch-force, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/ffa597e0714eb89c23111e42cc5890d51ef164ed"><code>ffa597e</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9979">#9979</a> - ehuss:git-fetch-force, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/c7957a74bdcf3b11e7154c1a9401735f23ebd484"><code>c7957a7</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9968">#9968</a> - ehuss:verbose-version, r=alexcrichton,Eh2406</li> <li><a href="https://github.com/rust-lang/cargo/commit/9f5da7c01bf79676a15b7274f517d9ac67ba1661"><code>9f5da7c</code></a> Add --verbose to bug report template.</li> <li><a href="https://github.com/rust-lang/cargo/commit/5a8be7ba213d4418801b35f6759be781a8662c77"><code>5a8be7b</code></a> Add os to verbose version string.</li> <li><a href="https://github.com/rust-lang/cargo/commit/c5318a17e74e59b90716279f0324cf362f3d3dbf"><code>c5318a1</code></a> Add some more information to verbose version.</li> <li><a href="https://github.com/rust-lang/cargo/commit/dea587a61c6147e13e9c161811a72578b64ac121"><code>dea587a</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9938">#9938</a> - weihanglo:issue-9857, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/ec38c84ab1d257c9d0129bd9cf7eade1d511a8d2"><code>ec38c84</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9943">#9943</a> - ehuss:stabilize-named-profiles, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/42035c75f52fc4e451a2115078f4e0cb4252c5e1"><code>42035c7</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9963">#9963</a> - ehuss:update-git2, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/ed2bfc2cc872f19076e02c04894ef4873a0fc889"><code>ed2bfc2</code></a> Update git2</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cargo/compare/0.57.0...0.58">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.57.0&new-version=0.58.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 00b68fe + f9874cd commit 5aea3fc

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Cargo.lock

Lines changed: 14 additions & 2 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.57"
15+
cargo = "0.58"
1616
crates-io = "0.33" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.41"
1818
env_logger = "0.9"

0 commit comments

Comments
 (0)