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

Commit 4b21e3a

Browse files
committed
Auto merge of #189 - rust-lang:dependabot/cargo/cargo-0.53.0, r=JohnTitor
Bump cargo from 0.52.0 to 0.53.0 Bumps [cargo](https://github.com/rust-lang/cargo) from 0.52.0 to 0.53.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cargo/commit/69767412acbf7f64773427b1fb53e45296712c3c"><code>6976741</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9385">#9385</a> - jyn514:beta-bootstrap-backport, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/2dbeda8b82576bbce4cdefe6fbe00ae4d8f7096c"><code>2dbeda8</code></a> Fix tests</li> <li><a href="https://github.com/rust-lang/cargo/commit/70733a921389b67da80fb5dd7dad6b9bbb16d8c6"><code>70733a9</code></a> minor cleanup</li> <li><a href="https://github.com/rust-lang/cargo/commit/b7a12370bdd6471670eff3117b1b97a2fd6f8881"><code>b7a1237</code></a> Use the library name to decide whether the override should be allowed from th...</li> <li><a href="https://github.com/rust-lang/cargo/commit/156254c99f47288010b16d46d54f3f02f1487259"><code>156254c</code></a> Use the crate name instead of the package name</li> <li><a href="https://github.com/rust-lang/cargo/commit/24d4b9150b495cdf2c2e10e403aecf81fa0b16a7"><code>24d4b91</code></a> Don't give a hard error on RUSTC_BOOTSTRAP=crate_name</li> <li><a href="https://github.com/rust-lang/cargo/commit/bf397482f257cdc31c7f088df051c69f24effe85"><code>bf39748</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/9383">#9383</a> - alexcrichton:revert-git-head, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/c1fdb4c2126b535e5757e2c30de9a90d3b235a8e"><code>c1fdb4c</code></a> Revert &quot;Fix a bug loading v2 lockfiles&quot;</li> <li><a href="https://github.com/rust-lang/cargo/commit/ee8d013d3e0c5d45b8b43160620b5a87fb4d80fc"><code>ee8d013</code></a> Revert &quot;Change git dependencies to use <code>HEAD</code> by default&quot;</li> <li><a href="https://github.com/rust-lang/cargo/commit/374ad1f3c3c70baad76b05c9f235052bcdadd7d3"><code>374ad1f</code></a> Revert &quot;Add back in deleted tests&quot;</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cargo/compare/0.52.0...0.53.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.52.0&new-version=0.53.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 </details>
2 parents 0bdee60 + 53315c7 commit 4b21e3a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 4 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
@@ -11,7 +11,7 @@ license-file = "LICENSE"
1111
edition = "2018"
1212

1313
[dependencies]
14-
cargo = "0.52"
14+
cargo = "0.53"
1515
crates-io = "0.33" # Keep in sync with version pulled by Cargo
1616
curl = "0.4.36"
1717
env_logger = "0.8"

0 commit comments

Comments
 (0)