Skip to content

Commit 89bf361

Browse files
authored
Rollup merge of rust-lang#92807 - ehuss:update-cargo, r=ehuss
Update cargo 6 commits in 358e79fe56fe374649275ca7aebaafd57ade0e8d..06b9d31743210b788b130c8a484c2838afa6fc27 2022-01-04 18:39:45 +0000 to 2022-01-11 23:47:29 +0000 - Port cargo to clap3 (rust-lang/cargo#10265) - feat: support rustflags per profile (rust-lang/cargo#10217) - Make bors ignore the PR template so it doesn't end up in merge messages (rust-lang/cargo#10267) - Be resilient to most IO error and filesystem loop while walking dirs (rust-lang/cargo#10214) - Remove the option to disable pipelining (rust-lang/cargo#10258) - Always ask rustc for messages about artifacts, and always process them (rust-lang/cargo#10255)
2 parents 770f532 + 66f1e32 commit 89bf361

File tree

2 files changed

+46
-10
lines changed

2 files changed

+46
-10
lines changed

Cargo.lock

+45-9
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ dependencies = [
294294
"cargo-test-macro",
295295
"cargo-test-support",
296296
"cargo-util",
297-
"clap",
297+
"clap 3.0.6",
298298
"crates-io",
299299
"crossbeam-utils 0.8.3",
300300
"curl",
@@ -574,13 +574,28 @@ dependencies = [
574574
"ansi_term 0.12.1",
575575
"atty",
576576
"bitflags",
577-
"strsim",
578-
"textwrap",
577+
"strsim 0.8.0",
578+
"textwrap 0.11.0",
579579
"unicode-width",
580580
"vec_map",
581581
"yaml-rust 0.3.5",
582582
]
583583

584+
[[package]]
585+
name = "clap"
586+
version = "3.0.6"
587+
source = "registry+https://github.com/rust-lang/crates.io-index"
588+
checksum = "1957aa4a5fb388f0a0a73ce7556c5b42025b874e5cdc2c670775e346e97adec0"
589+
dependencies = [
590+
"atty",
591+
"bitflags",
592+
"indexmap",
593+
"os_str_bytes",
594+
"strsim 0.10.0",
595+
"termcolor",
596+
"textwrap 0.14.2",
597+
]
598+
584599
[[package]]
585600
name = "clippy"
586601
version = "0.1.59"
@@ -611,7 +626,7 @@ version = "0.0.1"
611626
dependencies = [
612627
"bytecount",
613628
"cargo_metadata 0.14.0",
614-
"clap",
629+
"clap 2.34.0",
615630
"indoc",
616631
"itertools 0.10.1",
617632
"opener",
@@ -1728,7 +1743,7 @@ name = "installer"
17281743
version = "0.0.0"
17291744
dependencies = [
17301745
"anyhow",
1731-
"clap",
1746+
"clap 2.34.0",
17321747
"flate2",
17331748
"lazy_static",
17341749
"num_cpus",
@@ -2173,7 +2188,7 @@ dependencies = [
21732188
"ammonia",
21742189
"anyhow",
21752190
"chrono",
2176-
"clap",
2191+
"clap 2.34.0",
21772192
"elasticlunr-rs",
21782193
"env_logger 0.7.1",
21792194
"handlebars",
@@ -2487,6 +2502,15 @@ dependencies = [
24872502
"winapi",
24882503
]
24892504

2505+
[[package]]
2506+
name = "os_str_bytes"
2507+
version = "6.0.0"
2508+
source = "registry+https://github.com/rust-lang/crates.io-index"
2509+
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
2510+
dependencies = [
2511+
"memchr",
2512+
]
2513+
24902514
[[package]]
24912515
name = "output_vt100"
24922516
version = "0.1.2"
@@ -2891,7 +2915,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
28912915
checksum = "7fec2e85e7a30f8fd31b7cf288ad363b5e51fd2cb6f53b416b0cfaabd84e1ccb"
28922916
dependencies = [
28932917
"bitflags",
2894-
"clap",
2918+
"clap 2.34.0",
28952919
"derive_more",
28962920
"env_logger 0.7.1",
28972921
"humantime 2.0.1",
@@ -3246,7 +3270,7 @@ dependencies = [
32463270
name = "rustbook"
32473271
version = "0.1.0"
32483272
dependencies = [
3249-
"clap",
3273+
"clap 2.34.0",
32503274
"env_logger 0.7.1",
32513275
"mdbook",
32523276
]
@@ -5108,13 +5132,19 @@ version = "0.8.0"
51085132
source = "registry+https://github.com/rust-lang/crates.io-index"
51095133
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
51105134

5135+
[[package]]
5136+
name = "strsim"
5137+
version = "0.10.0"
5138+
source = "registry+https://github.com/rust-lang/crates.io-index"
5139+
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
5140+
51115141
[[package]]
51125142
name = "structopt"
51135143
version = "0.3.25"
51145144
source = "registry+https://github.com/rust-lang/crates.io-index"
51155145
checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c"
51165146
dependencies = [
5117-
"clap",
5147+
"clap 2.34.0",
51185148
"lazy_static",
51195149
"structopt-derive",
51205150
]
@@ -5300,6 +5330,12 @@ dependencies = [
53005330
"unicode-width",
53015331
]
53025332

5333+
[[package]]
5334+
name = "textwrap"
5335+
version = "0.14.2"
5336+
source = "registry+https://github.com/rust-lang/crates.io-index"
5337+
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
5338+
53035339
[[package]]
53045340
name = "thiserror"
53055341
version = "1.0.30"

src/tools/cargo

Submodule cargo updated 65 files

0 commit comments

Comments
 (0)