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

Commit fe4a73a

Browse files
committed
Auto merge of #259 - rust-lang:dependabot/cargo/cargo-0.59.0, r=JohnTitor
Bump cargo from 0.58.0 to 0.59.0 Bumps [cargo](https://github.com/rust-lang/cargo) from 0.58.0 to 0.59.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-lang/cargo/commit/7f08ace4f1305de7f3b1b0e2f765911957226bd4"><code>7f08ace</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10117">#10117</a> - estebank:update-test-for-emoji, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/0dfe70f7e1384620e0e38c7bf58147e95be5e638"><code>0dfe70f</code></a> Change test to not trigger emoji error</li> <li><a href="https://github.com/rust-lang/cargo/commit/e1fb17631eb1b3665cdbe45b1c186111577ef512"><code>e1fb176</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10110">#10110</a> - hi-rustin:rustin-patch-build-test, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/a2c6ec7522e907789cd2bbc1a1a104b53dd501b2"><code>a2c6ec7</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10103">#10103</a> - ehuss:tree-cycle, r=alexcrichton</li> <li><a href="https://github.com/rust-lang/cargo/commit/a22a68e937b077ebdc38be97d065c339aeb93782"><code>a22a68e</code></a> re-enabled lto_build test on 32-bit MSVC</li> <li><a href="https://github.com/rust-lang/cargo/commit/df8cda0a12108a4b2959af6b1cae2ced47bb0b64"><code>df8cda0</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10107">#10107</a> - hi-rustin:rustin-patch-install, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/934bc6143eaab5d8cbffe93c74f60c833f7e85f3"><code>934bc61</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10106">#10106</a> - russweas:master, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/fa107dda3603fa9bb15a189281a64a8e0359a14b"><code>fa107dd</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/rust-lang/cargo/issues/10105">#10105</a> - hi-rustin:rustin-patch-clippy, r=ehuss</li> <li><a href="https://github.com/rust-lang/cargo/commit/890b0e888b07300c62529dcdd8439b82784cf73b"><code>890b0e8</code></a> Update install doc</li> <li><a href="https://github.com/rust-lang/cargo/commit/6351472a80f0e86bbdf17618a65019d2490cce95"><code>6351472</code></a> Add --message-format for install</li> <li>Additional commits viewable in <a href="https://github.com/rust-lang/cargo/compare/0.58...0.59.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.58.0&new-version=0.59.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 b9f7662 + decfb72 commit fe4a73a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 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.58"
15+
cargo = "0.59"
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)