Skip to content

Commit 81900f4

Browse files
authored
Rollup merge of #93533 - ehuss:update-cargo, r=ehuss
Update cargo 10 commits in 1c034752de0df744fcd7788fcbca158830b8bf85..25fcb135d02ea897ce894b67ae021f48107d522b 2022-01-25 22:36:53 +0000 to 2022-02-01 01:32:48 +0000 - fix(install): Keep v1 file formatting the same (rust-lang/cargo#10349) - fix(vendor): Use tables for sample config (rust-lang/cargo#10348) - Add bash completion for `cargo clippy` (rust-lang/cargo#10347) - Do not ignore `--features` when `--all-features` is present (rust-lang/cargo#10337) - test: Fix compatibilty with new toml_edit (rust-lang/cargo#10350) - extra-link-arg-etc: support all link types (credit `@davidhewitt)` (rust-lang/cargo#10274) - Make clippy happy (rust-lang/cargo#10340) - Update publishing link for semver rules. (rust-lang/cargo#10338) - Normalize --path when install bin outside current workspace (rust-lang/cargo#10335) - Bump clap to v3.0.13 (rust-lang/cargo#10336)
2 parents 06c7d32 + 91aee65 commit 81900f4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: Cargo.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ dependencies = [
337337
"cargo-test-macro",
338338
"cargo-test-support",
339339
"cargo-util",
340-
"clap 3.0.10",
340+
"clap 3.0.13",
341341
"crates-io",
342342
"crossbeam-utils",
343343
"curl",
@@ -627,9 +627,9 @@ dependencies = [
627627

628628
[[package]]
629629
name = "clap"
630-
version = "3.0.10"
630+
version = "3.0.13"
631631
source = "registry+https://github.com/rust-lang/crates.io-index"
632-
checksum = "7a30c3bf9ff12dfe5dae53f0a96e0febcd18420d1c0e7fad77796d9d5c4b5375"
632+
checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e"
633633
dependencies = [
634634
"atty",
635635
"bitflags",
@@ -5233,9 +5233,9 @@ dependencies = [
52335233

52345234
[[package]]
52355235
name = "toml_edit"
5236-
version = "0.13.0"
5236+
version = "0.13.4"
52375237
source = "registry+https://github.com/rust-lang/crates.io-index"
5238-
checksum = "3b80ac5e1b91e3378c63dab121962472b5ca20cf9ab1975e3d588548717807a8"
5238+
checksum = "744e9ed5b352340aa47ce033716991b5589e23781acb97cad37d4ea70560f55b"
52395239
dependencies = [
52405240
"combine",
52415241
"indexmap",

0 commit comments

Comments
 (0)