Skip to content

Commit 6a2c97c

Browse files
committed
Auto merge of #52720 - alexcrichton:update-cargo-and-rustfix, r=nikomatsakis
Update the Cargo submodule and rustfix Should hopefully bring in a few more `cargo fix`-related fixes.
2 parents 6323d9a + fa5b3d3 commit 6a2c97c

File tree

5 files changed

+55
-42
lines changed

5 files changed

+55
-42
lines changed

src/Cargo.lock

+46-38
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,13 @@ dependencies = [
194194
"crates-io 0.18.0",
195195
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
196196
"crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
197-
"curl 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
197+
"curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
198198
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
199199
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
200200
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
201201
"flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
202202
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
203-
"git2 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
203+
"git2 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
204204
"git2-curl 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
205205
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
206206
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -210,12 +210,12 @@ dependencies = [
210210
"lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
211211
"lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
212212
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
213-
"libgit2-sys 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
213+
"libgit2-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
214214
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
215215
"miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
216216
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
217217
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
218-
"rustfix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
218+
"rustfix 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
219219
"same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
220220
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
221221
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -225,7 +225,7 @@ dependencies = [
225225
"shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
226226
"tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
227227
"tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
228-
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
228+
"termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
229229
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
230230
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
231231
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -410,7 +410,7 @@ dependencies = [
410410
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
411411
"miow 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
412412
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
413-
"rustfix 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
413+
"rustfix 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
414414
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
415415
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
416416
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -464,7 +464,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
464464
name = "crates-io"
465465
version = "0.18.0"
466466
dependencies = [
467-
"curl 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
467+
"curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
468468
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
469469
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
470470
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -521,10 +521,10 @@ dependencies = [
521521

522522
[[package]]
523523
name = "curl"
524-
version = "0.4.12"
524+
version = "0.4.13"
525525
source = "registry+https://github.com/rust-lang/crates.io-index"
526526
dependencies = [
527-
"curl-sys 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
527+
"curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
528528
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
529529
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
530530
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -536,7 +536,7 @@ dependencies = [
536536

537537
[[package]]
538538
name = "curl-sys"
539-
version = "0.4.6"
539+
version = "0.4.7"
540540
source = "registry+https://github.com/rust-lang/crates.io-index"
541541
dependencies = [
542542
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -787,12 +787,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
787787

788788
[[package]]
789789
name = "git2"
790-
version = "0.7.2"
790+
version = "0.7.3"
791791
source = "registry+https://github.com/rust-lang/crates.io-index"
792792
dependencies = [
793793
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
794794
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
795-
"libgit2-sys 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
795+
"libgit2-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
796796
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
797797
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
798798
"openssl-sys 0.9.33 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -804,8 +804,8 @@ name = "git2-curl"
804804
version = "0.8.1"
805805
source = "registry+https://github.com/rust-lang/crates.io-index"
806806
dependencies = [
807-
"curl 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
808-
"git2 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
807+
"curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
808+
"git2 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
809809
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
810810
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
811811
]
@@ -1050,12 +1050,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
10501050

10511051
[[package]]
10521052
name = "libgit2-sys"
1053-
version = "0.7.5"
1053+
version = "0.7.6"
10541054
source = "registry+https://github.com/rust-lang/crates.io-index"
10551055
dependencies = [
10561056
"cc 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
10571057
"cmake 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
1058-
"curl-sys 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
1058+
"curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
10591059
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
10601060
"libssh2-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
10611061
"libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1383,7 +1383,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
13831383
dependencies = [
13841384
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
13851385
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
1386-
"smallvec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
1386+
"smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
13871387
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
13881388
]
13891389

@@ -2354,19 +2354,7 @@ dependencies = [
23542354

23552355
[[package]]
23562356
name = "rustfix"
2357-
version = "0.3.1"
2358-
source = "registry+https://github.com/rust-lang/crates.io-index"
2359-
dependencies = [
2360-
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2361-
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
2362-
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
2363-
"serde_derive 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)",
2364-
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
2365-
]
2366-
2367-
[[package]]
2368-
name = "rustfix"
2369-
version = "0.4.0"
2357+
version = "0.4.1"
23702358
source = "registry+https://github.com/rust-lang/crates.io-index"
23712359
dependencies = [
23722360
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2497,8 +2485,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
24972485

24982486
[[package]]
24992487
name = "smallvec"
2500-
version = "0.6.2"
2488+
version = "0.6.3"
25012489
source = "registry+https://github.com/rust-lang/crates.io-index"
2490+
dependencies = [
2491+
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2492+
]
25022493

25032494
[[package]]
25042495
name = "socket2"
@@ -2784,6 +2775,14 @@ dependencies = [
27842775
"wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
27852776
]
27862777

2778+
[[package]]
2779+
name = "termcolor"
2780+
version = "1.0.1"
2781+
source = "registry+https://github.com/rust-lang/crates.io-index"
2782+
dependencies = [
2783+
"wincolor 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2784+
]
2785+
27872786
[[package]]
27882787
name = "termion"
27892788
version = "1.5.1"
@@ -3025,6 +3024,14 @@ dependencies = [
30253024
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
30263025
]
30273026

3027+
[[package]]
3028+
name = "wincolor"
3029+
version = "1.0.0"
3030+
source = "registry+https://github.com/rust-lang/crates.io-index"
3031+
dependencies = [
3032+
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
3033+
]
3034+
30283035
[[package]]
30293036
name = "workspace_symbol"
30303037
version = "0.1.0"
@@ -3084,8 +3091,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
30843091
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
30853092
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
30863093
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
3087-
"checksum curl 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "aaf20bbe084f285f215eef2165feed70d6b75ba29cad24469badb853a4a287d0"
3088-
"checksum curl-sys 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "db735aaa19154d8d4ba28e4a3546e90f13a14016a7a8ac10c799bae6929c00a4"
3094+
"checksum curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "893713db705eab9847e050268507b0e2a2aad64e90a831874bd4e8e0d67f9523"
3095+
"checksum curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "de9cf174efdf90b5887c4e2e900769373c89c5e18152e8f3ed75b501a6f1c0fb"
30893096
"checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142"
30903097
"checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a"
30913098
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
@@ -3113,7 +3120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31133120
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
31143121
"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
31153122
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
3116-
"checksum git2 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "910a2df52d2354e4eb27aa12f3803ea86bf461a93e17028908ec0e356572aa7b"
3123+
"checksum git2 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b87cffac882c99f9654ca5eb4c6c61527b47bc1e113304f8c57333567cd31f2"
31173124
"checksum git2-curl 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b502f6b1b467957403d168f0039e0c46fa6a1220efa2adaef25d5b267b5fe024"
31183125
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
31193126
"checksum globset 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "142754da2c9b3722affd909f9e27f2a6700a7a303f362971e0a74c652005a43d"
@@ -3138,7 +3145,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31383145
"checksum lazy_static 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fb497c35d362b6a331cfd94956a07fc2c78a4604cdbee844a81170386b996dd3"
31393146
"checksum lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d33a48d0365c96081958cc663eef834975cb1e8d8bea3378513fc72bdbf11e50"
31403147
"checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
3141-
"checksum libgit2-sys 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9dcce5a1ecca1891ab06c1545a422fd4b35f65c19acec51ea638c66d5be0810d"
3148+
"checksum libgit2-sys 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c9051a4b288ba6f8728e9e52bb2510816946b8bcb2e20259e4d4cdc93b9ecafd"
31423149
"checksum libssh2-sys 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c628b499e8d1a4f4bd09a95d6cb1f8aeb231b46a9d40959bbd0408f14dd63adf"
31433150
"checksum libz-sys 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "87f737ad6cc6fd6eefe3d9dc5412f1573865bded441300904d2f42269e140f16"
31443151
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
@@ -3222,8 +3229,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
32223229
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
32233230
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
32243231
"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
3225-
"checksum rustfix 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9da3cf9b79dc889a2c9879643f26d7a53e37e9361c7566b7d2787d5ace0d8396"
3226-
"checksum rustfix 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6e2613df31a403754605dba168ded93d529a2b88c5a63b78cf2421bb5d62c936"
3232+
"checksum rustfix 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "86f77b09d42bae4adfbcd105a8914e2d9fb46b63612c1a765b824a2b4a4bb814"
32273233
"checksum same-file 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfb6eded0b06a0b512c8ddbcf04089138c9b4362c2f696f3c3d76039d68f3637"
32283234
"checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f"
32293235
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
@@ -3237,7 +3243,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
32373243
"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
32383244
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
32393245
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
3240-
"checksum smallvec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "312a7df010092e73d6bbaf141957e868d4f30efd2bfd9bb1028ad91abec58514"
3246+
"checksum smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "26df3bb03ca5eac2e64192b723d51f56c1b1e0860e7c766281f4598f181acdc8"
32413247
"checksum socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "962a516af4d3a7c272cb3a1d50a8cc4e5b41802e4ad54cfb7bee8ba61d37d703"
32423248
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
32433249
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
@@ -3260,6 +3266,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
32603266
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
32613267
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
32623268
"checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83"
3269+
"checksum termcolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "722426c4a0539da2c4ffd9b419d90ad540b4cff4a053be9069c908d4d07e2836"
32633270
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
32643271
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
32653272
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
@@ -3290,6 +3297,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
32903297
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
32913298
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
32923299
"checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
3300+
"checksum wincolor 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b9dc3aa9dcda98b5a16150c54619c1ead22e3d3a5d458778ae914be760aa981a"
32933301
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
32943302
"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
32953303
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"

src/tools/cargo

Submodule cargo updated 144 files

src/tools/compiletest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ regex = "0.2"
1313
serde = "1.0"
1414
serde_json = "1.0"
1515
serde_derive = "1.0"
16-
rustfix = "0.3.1"
16+
rustfix = "0.4.1"
1717

1818
[target.'cfg(unix)'.dependencies]
1919
libc = "0.2"

src/tools/compiletest/src/runtest.rs

+6-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use filetime::FileTime;
2121
use header::TestProps;
2222
use json;
2323
use regex::Regex;
24-
use rustfix::{apply_suggestions, get_suggestions_from_json};
24+
use rustfix::{apply_suggestions, get_suggestions_from_json, Filter};
2525
use util::{logv, PathBufExt};
2626

2727
use std::collections::hash_map::DefaultHasher;
@@ -2621,7 +2621,11 @@ impl<'test> TestCx<'test> {
26212621
let unfixed_code = self
26222622
.load_expected_output_from_path(&self.testpaths.file)
26232623
.unwrap();
2624-
let suggestions = get_suggestions_from_json(&proc_res.stderr, &HashSet::new()).unwrap();
2624+
let suggestions = get_suggestions_from_json(
2625+
&proc_res.stderr,
2626+
&HashSet::new(),
2627+
Filter::Everything,
2628+
).unwrap();
26252629
let fixed_code = apply_suggestions(&unfixed_code, &suggestions).expect(&format!(
26262630
"failed to apply suggestions for {:?} with rustfix",
26272631
self.testpaths.file

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ static LICENSES: &'static [&'static str] = &[
2626
"MIT OR Apache-2.0",
2727
"MIT",
2828
"Unlicense/MIT",
29+
"Unlicense OR MIT",
2930
];
3031

3132
/// These are exceptions to Rust's permissive licensing policy, and

0 commit comments

Comments
 (0)