Skip to content

Commit 91642e3

Browse files
committed
Auto merge of #66748 - ehuss:update-cargo-books, r=alexcrichton
Update cargo, rls, books. ## nomicon 1 commits in 58e36e0e08dec5a379ac568827c058e25990d6cd..041c46e692a2592853aeca132c8dfe8eb5a79a9e 2019-10-30 08:14:24 -0500 to 2019-11-20 16:46:45 +0100 - Update unsafe-code-guidelines link (rust-lang/nomicon#175) ## cargo 15 commits in 8280633db680dec5bfe1de25156d1a1d53e6d190..750cb1482e4d0e74822cded7ab8b3c677ed8b041 2019-11-11 23:17:05 +0000 to 2019-11-23 23:06:36 +0000 - Some random comments and docstrings. (rust-lang/cargo#7625) - Add value OUT_DIR to build-script-executed JSON message (rust-lang/cargo#7622) - Update documentation for custom target dependencies. (rust-lang/cargo#7623) - Document private items for binary crates by default (rust-lang/cargo#7593) - Extend documentation on security concerns of crate names in a registry. (rust-lang/cargo#7616) - Stabilize install-upgrade. (rust-lang/cargo#7560) - Turn the new lock file format on by default (rust-lang/cargo#7579) - bump im-rc version (rust-lang/cargo#7609) - Ignore file lock errors if unsupported, on Windows (rust-lang/cargo#7602) - Add hack for fwdansi change. (rust-lang/cargo#7607) - Document Cargo's JSON output. (rust-lang/cargo#7595) - Remove "cargo login" from user input when asking for login token. (rust-lang/cargo#7588) - Fix all Clippy suggestions (but not add it to CI 🙃) (rust-lang/cargo#7574) - Add kind/platform info to `cargo metadata` (rust-lang/cargo#7132) - Update core-foundation requirement from 0.6.0 to 0.7.0 (rust-lang/cargo#7585) ## reference 2 commits in 45558c4..9e843ae 2019-11-08 14:47:35 +0100 to 2019-11-24 17:44:04 +0100 - Minor never type additions. (rust-lang/reference#723) - Update associated-items.md. "it"->is (rust-lang/reference#721) ## book 3 commits in e79dd62aa63396714278d484d91d48826737f47f..81ebaa2a3f88d4d106516c489682e64cacba4f60 2019-10-30 07:33:12 -0500 to 2019-11-15 08:30:04 -0800 - small fix ch04-03 & code block typo ch07-02 (rust-lang/book#2138) - Adapt content of Chapter 16.3 in order to be consistent with improved compiler message (rust-lang/book#1779) - [Rust 1.35] Remove FnBox and use builtin impl FnOnce for Box<FnOnce()> instead. (rust-lang/book#1906) ## rls 3 commits in 5db91c7b94ca81eead6b25bcf6196b869a44ece0..9ec2b8cb57c87517bcb506ac302eae339ffa2025 2019-10-30 16:04:39 +0100 to 2019-11-24 23:16:11 +0100 - Fix test for latest nightly. (rust-lang/rls#1595) - doc: contributing: Remove outdated LSP extension (rust-lang/rls#1594) - Update cargo. (rust-lang/rls#1591) ## rust-by-example 1 commits in dcee312c66267eb5a2f6f1561354003950e29105..4835e025826729827a94fdeb7cb85fed288d08bb 2019-10-31 11:26:53 -0300 to 2019-11-14 09:20:43 -0300 - crates: fix suggested value for --crate-type flag (rust-lang/rust-by-example#1292) ## edition-guide 1 commits in f553fb26c60c4623ea88a1cfe731eafe0643ce34..6601cab4666596494a569f94aa63b7b3230e9769 2019-10-30 08:27:42 -0500 to 2019-11-22 12:08:58 -0500 - Remove final nursery reference
2 parents ab21557 + 2b98532 commit 91642e3

File tree

9 files changed

+69
-24
lines changed

9 files changed

+69
-24
lines changed

Cargo.lock

+61-17
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,15 @@ version = "1.2.1"
154154
source = "registry+https://github.com/rust-lang/crates.io-index"
155155
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
156156

157+
[[package]]
158+
name = "bitmaps"
159+
version = "2.0.0"
160+
source = "registry+https://github.com/rust-lang/crates.io-index"
161+
checksum = "81e039a80914325b37fde728ef7693c212f0ac913d5599607d7b95a9484aae0b"
162+
dependencies = [
163+
"typenum",
164+
]
165+
157166
[[package]]
158167
name = "blake2-rfc"
159168
version = "0.2.18"
@@ -274,7 +283,7 @@ dependencies = [
274283
"cargo-test-macro",
275284
"cargo-test-support",
276285
"clap",
277-
"core-foundation",
286+
"core-foundation 0.7.0",
278287
"crates-io",
279288
"crossbeam-utils 0.7.0",
280289
"crypto-hash",
@@ -677,7 +686,17 @@ version = "0.6.3"
677686
source = "registry+https://github.com/rust-lang/crates.io-index"
678687
checksum = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
679688
dependencies = [
680-
"core-foundation-sys",
689+
"core-foundation-sys 0.6.2",
690+
"libc",
691+
]
692+
693+
[[package]]
694+
name = "core-foundation"
695+
version = "0.7.0"
696+
source = "registry+https://github.com/rust-lang/crates.io-index"
697+
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
698+
dependencies = [
699+
"core-foundation-sys 0.7.0",
681700
"libc",
682701
]
683702

@@ -687,6 +706,12 @@ version = "0.6.2"
687706
source = "registry+https://github.com/rust-lang/crates.io-index"
688707
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
689708

709+
[[package]]
710+
name = "core-foundation-sys"
711+
version = "0.7.0"
712+
source = "registry+https://github.com/rust-lang/crates.io-index"
713+
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
714+
690715
[[package]]
691716
name = "crates-io"
692717
version = "0.30.0"
@@ -1589,13 +1614,16 @@ dependencies = [
15891614

15901615
[[package]]
15911616
name = "im-rc"
1592-
version = "13.0.0"
1617+
version = "14.0.0"
15931618
source = "registry+https://github.com/rust-lang/crates.io-index"
1594-
checksum = "0a0197597d095c0d11107975d3175173f810ee572c2501ff4de64f4f3f119806"
1619+
checksum = "e9ad726dce25993be6352b0bff048e4d2647440c0a673d32257c4fac49356d18"
15951620
dependencies = [
1596-
"rustc_version",
1621+
"bitmaps",
1622+
"rand_core 0.5.1",
1623+
"rand_xoshiro",
15971624
"sized-chunks",
15981625
"typenum",
1626+
"version_check 0.9.1",
15991627
]
16001628

16011629
[[package]]
@@ -2780,7 +2808,7 @@ dependencies = [
27802808
"getrandom",
27812809
"libc",
27822810
"rand_chacha 0.2.1",
2783-
"rand_core 0.5.0",
2811+
"rand_core 0.5.1",
27842812
"rand_hc 0.2.0",
27852813
]
27862814

@@ -2801,7 +2829,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
28012829
checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
28022830
dependencies = [
28032831
"c2-chacha",
2804-
"rand_core 0.5.0",
2832+
"rand_core 0.5.1",
28052833
]
28062834

28072835
[[package]]
@@ -2818,9 +2846,9 @@ checksum = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
28182846

28192847
[[package]]
28202848
name = "rand_core"
2821-
version = "0.5.0"
2849+
version = "0.5.1"
28222850
source = "registry+https://github.com/rust-lang/crates.io-index"
2823-
checksum = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
2851+
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
28242852
dependencies = [
28252853
"getrandom",
28262854
]
@@ -2840,7 +2868,7 @@ version = "0.2.0"
28402868
source = "registry+https://github.com/rust-lang/crates.io-index"
28412869
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
28422870
dependencies = [
2843-
"rand_core 0.5.0",
2871+
"rand_core 0.5.1",
28442872
]
28452873

28462874
[[package]]
@@ -2891,7 +2919,16 @@ version = "0.2.0"
28912919
source = "registry+https://github.com/rust-lang/crates.io-index"
28922920
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
28932921
dependencies = [
2894-
"rand_core 0.5.0",
2922+
"rand_core 0.5.1",
2923+
]
2924+
2925+
[[package]]
2926+
name = "rand_xoshiro"
2927+
version = "0.4.0"
2928+
source = "registry+https://github.com/rust-lang/crates.io-index"
2929+
checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
2930+
dependencies = [
2931+
"rand_core 0.5.1",
28952932
]
28962933

28972934
[[package]]
@@ -4058,8 +4095,8 @@ version = "0.3.1"
40584095
source = "registry+https://github.com/rust-lang/crates.io-index"
40594096
checksum = "eee63d0f4a9ec776eeb30e220f0bc1e092c3ad744b2a379e3993070364d3adc2"
40604097
dependencies = [
4061-
"core-foundation",
4062-
"core-foundation-sys",
4098+
"core-foundation 0.6.3",
4099+
"core-foundation-sys 0.6.2",
40634100
"libc",
40644101
"security-framework-sys",
40654102
]
@@ -4070,7 +4107,7 @@ version = "0.3.1"
40704107
source = "registry+https://github.com/rust-lang/crates.io-index"
40714108
checksum = "9636f8989cbf61385ae4824b98c1aaa54c994d7d8b41f11c601ed799f0549a56"
40724109
dependencies = [
4073-
"core-foundation-sys",
4110+
"core-foundation-sys 0.6.2",
40744111
]
40754112

40764113
[[package]]
@@ -4202,10 +4239,11 @@ checksum = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
42024239

42034240
[[package]]
42044241
name = "sized-chunks"
4205-
version = "0.3.0"
4242+
version = "0.5.0"
42064243
source = "registry+https://github.com/rust-lang/crates.io-index"
4207-
checksum = "a2a2eb3fe454976eefb479f78f9b394d34d661b647c6326a3a6e66f68bb12c26"
4244+
checksum = "62db64dd92b3b54314b1e216c274634ca2b3fe8da8b3873be670cb1ac4dad30f"
42084245
dependencies = [
4246+
"bitmaps",
42094247
"typenum",
42104248
]
42114249

@@ -4954,7 +4992,7 @@ version = "2.5.1"
49544992
source = "registry+https://github.com/rust-lang/crates.io-index"
49554993
checksum = "2e2e6bd1e59e56598518beb94fd6db628ded570326f0a98c679a304bd9f00150"
49564994
dependencies = [
4957-
"version_check",
4995+
"version_check 0.1.5",
49584996
]
49594997

49604998
[[package]]
@@ -5105,6 +5143,12 @@ version = "0.1.5"
51055143
source = "registry+https://github.com/rust-lang/crates.io-index"
51065144
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
51075145

5146+
[[package]]
5147+
name = "version_check"
5148+
version = "0.9.1"
5149+
source = "registry+https://github.com/rust-lang/crates.io-index"
5150+
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
5151+
51085152
[[package]]
51095153
name = "vte"
51105154
version = "0.3.3"

src/doc/nomicon

src/doc/rust-by-example

src/tools/cargo

Submodule cargo updated 76 files

src/tools/rls

Submodule rls updated from 5db91c7 to 9ec2b8c

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const EXCEPTIONS: &[&str] = &[
5353
"utf8parse", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
5454
"vte", // Apache-2.0 OR MIT, cargo via strip-ansi-escapes
5555
"sized-chunks", // MPL-2.0+, cargo via im-rc
56+
"bitmaps", // MPL-2.0+, cargo via im-rc
5657
// FIXME: this dependency violates the documentation comment above:
5758
"fortanix-sgx-abi", // MPL-2.0+, libstd but only for `sgx` target
5859
"dunce", // CC0-1.0 mdbook-linkcheck

0 commit comments

Comments
 (0)