Skip to content

Commit ac8e397

Browse files
committed
Update cargo, books
1 parent c21fbfe commit ac8e397

File tree

9 files changed

+27
-26
lines changed

9 files changed

+27
-26
lines changed

Cargo.lock

+19-18
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ dependencies = [
250250
"crates-io 0.25.0",
251251
"crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
252252
"crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
253-
"curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
254-
"curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
253+
"curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
254+
"curl-sys 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
255255
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
256256
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
257257
"filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -540,7 +540,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
540540
name = "crates-io"
541541
version = "0.25.0"
542542
dependencies = [
543-
"curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
543+
"curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
544544
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
545545
"http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
546546
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -651,29 +651,29 @@ dependencies = [
651651

652652
[[package]]
653653
name = "curl"
654-
version = "0.4.19"
654+
version = "0.4.21"
655655
source = "registry+https://github.com/rust-lang/crates.io-index"
656656
dependencies = [
657-
"curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
657+
"curl-sys 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
658658
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
659659
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
660660
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
661-
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
661+
"openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)",
662662
"schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
663663
"socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
664664
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
665665
]
666666

667667
[[package]]
668668
name = "curl-sys"
669-
version = "0.4.15"
669+
version = "0.4.18"
670670
source = "registry+https://github.com/rust-lang/crates.io-index"
671671
dependencies = [
672672
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
673673
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
674674
"libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
675675
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
676-
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
676+
"openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)",
677677
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
678678
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
679679
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -999,7 +999,7 @@ dependencies = [
999999
"libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
10001000
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
10011001
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
1002-
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1002+
"openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)",
10031003
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
10041004
]
10051005

@@ -1008,7 +1008,7 @@ name = "git2-curl"
10081008
version = "0.9.0"
10091009
source = "registry+https://github.com/rust-lang/crates.io-index"
10101010
dependencies = [
1011-
"curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)",
1011+
"curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)",
10121012
"git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
10131013
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
10141014
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1285,11 +1285,11 @@ version = "0.7.11"
12851285
source = "registry+https://github.com/rust-lang/crates.io-index"
12861286
dependencies = [
12871287
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
1288-
"curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
1288+
"curl-sys 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
12891289
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
12901290
"libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
12911291
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1292-
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1292+
"openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)",
12931293
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
12941294
]
12951295

@@ -1310,7 +1310,7 @@ dependencies = [
13101310
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
13111311
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
13121312
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1313-
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1313+
"openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)",
13141314
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
13151315
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
13161316
]
@@ -1710,7 +1710,7 @@ dependencies = [
17101710
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
17111711
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
17121712
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
1713-
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
1713+
"openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)",
17141714
]
17151715

17161716
[[package]]
@@ -1728,13 +1728,14 @@ dependencies = [
17281728

17291729
[[package]]
17301730
name = "openssl-sys"
1731-
version = "0.9.40"
1731+
version = "0.9.43"
17321732
source = "registry+https://github.com/rust-lang/crates.io-index"
17331733
dependencies = [
17341734
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
17351735
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
17361736
"openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)",
17371737
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
1738+
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
17381739
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
17391740
]
17401741

@@ -4045,8 +4046,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40454046
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
40464047
"checksum crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e07fc155212827475223f0bcfae57e945e694fc90950ddf3f6695bbfd5555c72"
40474048
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
4048-
"checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = "c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16"
4049-
"checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870"
4049+
"checksum curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" = "a85f2f95f2bd277d316d1aa8a477687ab4a6942258c7db7c89c187534669979c"
4050+
"checksum curl-sys 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = "9d91a0052d5b982887d8e829bee0faffc7218ea3c6ebd3d6c2c8f678a93c9a42"
40504051
"checksum datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
40514052
"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
40524053
"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
@@ -4156,7 +4157,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41564157
"checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9"
41574158
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
41584159
"checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = "26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7"
4159-
"checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = "1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6"
4160+
"checksum openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" = "33c86834957dd5b915623e94f2f4ab2c70dd8f6b70679824155d5ae21dbd495d"
41604161
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
41614162
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
41624163
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"

src/doc/book

Submodule book updated 129 files

src/doc/edition-guide

src/doc/nomicon

src/doc/reference

src/doc/rustc-guide

0 commit comments

Comments
 (0)