Skip to content

Commit cbd6ec7

Browse files
committed
Auto merge of #83732 - ehuss:update-cargo, r=ehuss
Update cargo 5 commits in 1e8703890f285befb5e32627ad4e0a0454dde1fb..3c44c3c4b7900b8b13c85ead25ccaa8abb7d8989 2021-03-26 16:59:39 +0000 to 2021-03-31 21:21:15 +0000 - Fix semver docs for 1.51. (rust-lang/cargo#9316) - Add `cargo config` subcommand. (rust-lang/cargo#9302) - Give one more example for the --featuers CLI (rust-lang/cargo#9313) - Bump to 0.54.0, update changelog (rust-lang/cargo#9308) - Make the URL to the tracking issue for `--out-dir` into a link (rust-lang/cargo#9309)
2 parents 4896450 + cb969e8 commit cbd6ec7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
281281

282282
[[package]]
283283
name = "cargo"
284-
version = "0.53.0"
284+
version = "0.54.0"
285285
dependencies = [
286286
"anyhow",
287287
"atty",
@@ -326,6 +326,7 @@ dependencies = [
326326
"serde",
327327
"serde_ignored",
328328
"serde_json",
329+
"shell-escape",
329330
"strip-ansi-escapes",
330331
"tar",
331332
"tempfile",

0 commit comments

Comments
 (0)