File tree 2 files changed +8
-8
lines changed
src/tools/rustc-workspace-hack
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ dependencies = [
265
265
266
266
[[package ]]
267
267
name = " cargo"
268
- version = " 0.40 .0"
268
+ version = " 0.41 .0"
269
269
dependencies = [
270
270
" atty" ,
271
271
" bytesize" ,
@@ -600,7 +600,7 @@ checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
600
600
601
601
[[package ]]
602
602
name = " crates-io"
603
- version = " 0.28 .0"
603
+ version = " 0.29 .0"
604
604
dependencies = [
605
605
" curl" ,
606
606
" failure" ,
@@ -730,25 +730,24 @@ dependencies = [
730
730
731
731
[[package ]]
732
732
name = " curl"
733
- version = " 0.4.21 "
733
+ version = " 0.4.24 "
734
734
source = " registry+https://github.com/rust-lang/crates.io-index"
735
- checksum = " a85f2f95f2bd277d316d1aa8a477687ab4a6942258c7db7c89c187534669979c "
735
+ checksum = " d08ad3cb89d076a36b0ce5749eec2c9964f70c0c58480ab6b75a91ec4fc206d8 "
736
736
dependencies = [
737
737
" curl-sys" ,
738
- " kernel32-sys" ,
739
738
" libc" ,
740
739
" openssl-probe" ,
741
740
" openssl-sys" ,
742
741
" schannel" ,
743
742
" socket2" ,
744
- " winapi 0.2.8 " ,
743
+ " winapi 0.3.6 " ,
745
744
]
746
745
747
746
[[package ]]
748
747
name = " curl-sys"
749
- version = " 0.4.18 "
748
+ version = " 0.4.22 "
750
749
source = " registry+https://github.com/rust-lang/crates.io-index"
751
- checksum = " 9d91a0052d5b982887d8e829bee0faffc7218ea3c6ebd3d6c2c8f678a93c9a42 "
750
+ checksum = " 2e9a9a4e417722876332136a00cacf92c2ceb331fab4b52b6a1ad16c6cd79255 "
752
751
dependencies = [
753
752
" cc" ,
754
753
" libc" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ features = [
24
24
" jobapi" ,
25
25
" jobapi2" ,
26
26
" knownfolders" ,
27
+ " libloaderapi" ,
27
28
" lmcons" ,
28
29
" memoryapi" ,
29
30
" minschannel" ,
You can’t perform that action at this time.
0 commit comments