Skip to content

Commit c97b60f

Browse files
committed
Auto merge of #54334 - steveklabnik:update-cargo, r=alexcrichton
update cargo This pulls in rust-lang/cargo#6052, which is needed for the edition preview, and will be backported to beta as well.
2 parents 63c75d3 + 8ccf112 commit c97b60f

File tree

3 files changed

+32
-14
lines changed

3 files changed

+32
-14
lines changed

src/Cargo.lock

+30-13
Original file line numberDiff line numberDiff line change
@@ -170,18 +170,24 @@ name = "byteorder"
170170
version = "1.2.3"
171171
source = "registry+https://github.com/rust-lang/crates.io-index"
172172

173+
[[package]]
174+
name = "bytesize"
175+
version = "1.0.0"
176+
source = "registry+https://github.com/rust-lang/crates.io-index"
177+
173178
[[package]]
174179
name = "cargo"
175-
version = "0.31.0"
180+
version = "0.32.0"
176181
dependencies = [
177182
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
178183
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
184+
"bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
179185
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
180186
"core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
181-
"crates-io 0.19.0",
187+
"crates-io 0.20.0",
182188
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
183189
"crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
184-
"curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
190+
"curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)",
185191
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
186192
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
187193
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -198,7 +204,7 @@ dependencies = [
198204
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
199205
"lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
200206
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
201-
"libgit2-sys 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
207+
"libgit2-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
202208
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
203209
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
204210
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -452,9 +458,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
452458

453459
[[package]]
454460
name = "crates-io"
455-
version = "0.19.0"
461+
version = "0.20.0"
456462
dependencies = [
457-
"curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
463+
"curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)",
458464
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
459465
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
460466
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -546,7 +552,7 @@ dependencies = [
546552

547553
[[package]]
548554
name = "curl"
549-
version = "0.4.14"
555+
version = "0.4.17"
550556
source = "registry+https://github.com/rust-lang/crates.io-index"
551557
dependencies = [
552558
"curl-sys 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -566,6 +572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
566572
dependencies = [
567573
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
568574
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
575+
"libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
569576
"libz-sys 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
570577
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)",
571578
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -825,7 +832,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
825832
dependencies = [
826833
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
827834
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
828-
"libgit2-sys 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
835+
"libgit2-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
829836
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
830837
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
831838
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -837,7 +844,7 @@ name = "git2-curl"
837844
version = "0.8.1"
838845
source = "registry+https://github.com/rust-lang/crates.io-index"
839846
dependencies = [
840-
"curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)",
847+
"curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)",
841848
"git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
842849
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
843850
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1073,7 +1080,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
10731080

10741081
[[package]]
10751082
name = "libgit2-sys"
1076-
version = "0.7.8"
1083+
version = "0.7.9"
10771084
source = "registry+https://github.com/rust-lang/crates.io-index"
10781085
dependencies = [
10791086
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1085,6 +1092,14 @@ dependencies = [
10851092
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
10861093
]
10871094

1095+
[[package]]
1096+
name = "libnghttp2-sys"
1097+
version = "0.1.0"
1098+
source = "registry+https://github.com/rust-lang/crates.io-index"
1099+
dependencies = [
1100+
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1101+
]
1102+
10881103
[[package]]
10891104
name = "libssh2-sys"
10901105
version = "0.2.11"
@@ -1761,7 +1776,7 @@ dependencies = [
17611776
name = "rls"
17621777
version = "0.130.5"
17631778
dependencies = [
1764-
"cargo 0.31.0",
1779+
"cargo 0.32.0",
17651780
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
17661781
"clippy_lints 0.0.212",
17671782
"crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3144,6 +3159,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31443159
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
31453160
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
31463161
"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
3162+
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
31473163
"checksum cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6809b327f87369e6f3651efd2c5a96c49847a3ed2559477ecba79014751ee1"
31483164
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
31493165
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
@@ -3168,7 +3184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31683184
"checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a"
31693185
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
31703186
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
3171-
"checksum curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" = "444c2f9e71458b34e75471ed8d756947a0bb920b8b8b9bfc56dfcc4fc6819a13"
3187+
"checksum curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c8172e96ecfb1a2bfe3843d9d7154099a15130cf4a2f658259c7aa9cc2b5d4ff"
31723188
"checksum curl-sys 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2edeedbbd9c7cdccb14bfb5dfbcc108901f99d3411eb5bab3758789377c5bec4"
31733189
"checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142"
31743190
"checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a"
@@ -3224,7 +3240,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
32243240
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
32253241
"checksum lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d33a48d0365c96081958cc663eef834975cb1e8d8bea3378513fc72bdbf11e50"
32263242
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
3227-
"checksum libgit2-sys 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "44b1900be992dd5698bd3bb422921e336306d413e2860e6ba3b50e62e6219c4c"
3243+
"checksum libgit2-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = "93f2b22fce91fb820363cf88a849a8f8fdfd8be37774b6a9dd6cbda05cf940e6"
3244+
"checksum libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ffbfb81475cc9f625e44f3a8f8b9cf7173815ae1c7cc2fa91853ec009e38198"
32283245
"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
32293246
"checksum libz-sys 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "65ff614643d7635dfa2151913d95c4ee90ee1fe15d9e0980f4dcb1a7e5837c18"
32303247
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"

src/tools/cargo

Submodule cargo updated 76 files

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const EXCEPTIONS: &[&str] = &[
5151
"ordslice", // Apache-2.0, rls
5252
"cloudabi", // BSD-2-Clause, (rls -> crossbeam-channel 0.2 -> rand 0.5)
5353
"ryu", // Apache-2.0, rls/cargo/... (b/c of serde)
54+
"bytesize", // Apache-2.0, cargo
5455
];
5556

5657
/// Which crates to check against the whitelist?

0 commit comments

Comments
 (0)