Skip to content

Commit ad2591c

Browse files
committed
Auto merge of #51062 - mati865:cargo_update, r=alexcrichton
Update cargo There are few nice fixes waiting already.
2 parents f9f66c1 + 05f15d4 commit ad2591c

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

src/Cargo.lock

+6-9
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ dependencies = [
195195
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
196196
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
197197
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
198-
"core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
198+
"core-foundation 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
199199
"crates-io 0.17.0",
200200
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
201201
"crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -457,20 +457,17 @@ dependencies = [
457457

458458
[[package]]
459459
name = "core-foundation"
460-
version = "0.5.1"
460+
version = "0.6.0"
461461
source = "registry+https://github.com/rust-lang/crates.io-index"
462462
dependencies = [
463-
"core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
463+
"core-foundation-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
464464
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
465465
]
466466

467467
[[package]]
468468
name = "core-foundation-sys"
469-
version = "0.5.1"
469+
version = "0.6.0"
470470
source = "registry+https://github.com/rust-lang/crates.io-index"
471-
dependencies = [
472-
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
473-
]
474471

475472
[[package]]
476473
name = "crates-io"
@@ -3040,8 +3037,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
30403037
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
30413038
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
30423039
"checksum compiletest_rs 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "608d9d3ccc45b63bf337d2ff5e65def5a5a52c187122232509f6b72707f61b1b"
3043-
"checksum core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "286e0b41c3a20da26536c6000a280585d519fd07b3956b43aed8a79e9edce980"
3044-
"checksum core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
3040+
"checksum core-foundation 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c7caa6cb9e76ddddbea09a03266d6b3bc98cd41e9fb9b017c473e7cca593ec25"
3041+
"checksum core-foundation-sys 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b2a53cce0ddcf7e7e1f998738d757d5a3bf08bf799a180e50ebe50d298f52f5a"
30453042
"checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19"
30463043
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
30473044
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"

0 commit comments

Comments
 (0)