@@ -4,235 +4,6 @@ Date: Mon Nov 21 10:07:02 2022 +0100
44
55 bump rand dependency of alloc and core tests
66
7- diff --git a/Cargo.lock b/Cargo.lock
8- index c180451f8aa..be03acb2ade 100644
9- --- a/Cargo.lock
10- +++ b/Cargo.lock
11- @@ -30,7 +30,7 @@ version = "0.7.4"
12- source = "registry+https://github.com/rust-lang/crates.io-index"
13- checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98"
14- dependencies = [
15- - "getrandom 0.2.0",
16- + "getrandom",
17- "once_cell",
18- "version_check",
19- ]
20- @@ -50,7 +50,7 @@ version = "0.0.0"
21- dependencies = [
22- "compiler_builtins",
23- "core",
24- - "rand 0.7.3",
25- + "rand",
26- "rand_xorshift",
27- ]
28-
29- @@ -878,7 +878,7 @@ dependencies = [
30- name = "core"
31- version = "0.0.0"
32- dependencies = [
33- - "rand 0.7.3",
34- + "rand",
35- "rand_xorshift",
36- ]
37-
38- @@ -1506,17 +1506,6 @@ dependencies = [
39- "unicode-width",
40- ]
41-
42- - [[package]]
43- - name = "getrandom"
44- - version = "0.1.16"
45- - source = "registry+https://github.com/rust-lang/crates.io-index"
46- - checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
47- - dependencies = [
48- - "cfg-if 1.0.0",
49- - "libc",
50- - "wasi 0.9.0+wasi-snapshot-preview1",
51- - ]
52- -
53- [[package]]
54- name = "getrandom"
55- version = "0.2.0"
56- @@ -1826,7 +1815,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
57- checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
58- dependencies = [
59- "bitmaps",
60- - "rand_core 0.6.2",
61- + "rand_core",
62- "rand_xoshiro",
63- "sized-chunks",
64- "typenum",
65- @@ -2319,14 +2308,14 @@ version = "0.1.0"
66- dependencies = [
67- "colored",
68- "env_logger 0.9.0",
69- - "getrandom 0.2.0",
70- + "getrandom",
71- "lazy_static",
72- "libc",
73- "libffi",
74- "libloading",
75- "log",
76- "measureme",
77- - "rand 0.8.5",
78- + "rand",
79- "regex",
80- "rustc-workspace-hack",
81- "rustc_version",
82- @@ -2692,7 +2681,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
83- checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
84- dependencies = [
85- "phf_shared",
86- - "rand 0.8.5",
87- + "rand",
88- ]
89-
90- [[package]]
91- @@ -2858,19 +2847,6 @@ dependencies = [
92- "proc-macro2",
93- ]
94-
95- - [[package]]
96- - name = "rand"
97- - version = "0.7.3"
98- - source = "registry+https://github.com/rust-lang/crates.io-index"
99- - checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
100- - dependencies = [
101- - "getrandom 0.1.16",
102- - "libc",
103- - "rand_chacha 0.2.2",
104- - "rand_core 0.5.1",
105- - "rand_hc",
106- - ]
107- -
108- [[package]]
109- name = "rand"
110- version = "0.8.5"
111- @@ -2878,18 +2854,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
112- checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
113- dependencies = [
114- "libc",
115- - "rand_chacha 0.3.0",
116- - "rand_core 0.6.2",
117- - ]
118- -
119- - [[package]]
120- - name = "rand_chacha"
121- - version = "0.2.2"
122- - source = "registry+https://github.com/rust-lang/crates.io-index"
123- - checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
124- - dependencies = [
125- - "ppv-lite86",
126- - "rand_core 0.5.1",
127- + "rand_chacha",
128- + "rand_core",
129- ]
130-
131- [[package]]
132- @@ -2899,16 +2865,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
133- checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
134- dependencies = [
135- "ppv-lite86",
136- - "rand_core 0.6.2",
137- - ]
138- -
139- - [[package]]
140- - name = "rand_core"
141- - version = "0.5.1"
142- - source = "registry+https://github.com/rust-lang/crates.io-index"
143- - checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
144- - dependencies = [
145- - "getrandom 0.1.16",
146- + "rand_core",
147- ]
148-
149- [[package]]
150- @@ -2917,25 +2874,16 @@ version = "0.6.2"
151- source = "registry+https://github.com/rust-lang/crates.io-index"
152- checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
153- dependencies = [
154- - "getrandom 0.2.0",
155- - ]
156- -
157- - [[package]]
158- - name = "rand_hc"
159- - version = "0.2.0"
160- - source = "registry+https://github.com/rust-lang/crates.io-index"
161- - checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
162- - dependencies = [
163- - "rand_core 0.5.1",
164- + "getrandom",
165- ]
166-
167- [[package]]
168- name = "rand_xorshift"
169- - version = "0.2.0"
170- + version = "0.3.0"
171- source = "registry+https://github.com/rust-lang/crates.io-index"
172- - checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
173- + checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
174- dependencies = [
175- - "rand_core 0.5.1",
176- + "rand_core",
177- ]
178-
179- [[package]]
180- @@ -2944,7 +2892,7 @@ version = "0.6.0"
181- source = "registry+https://github.com/rust-lang/crates.io-index"
182- checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
183- dependencies = [
184- - "rand_core 0.6.2",
185- + "rand_core",
186- ]
187-
188- [[package]]
189- @@ -2986,7 +2934,7 @@ version = "0.4.0"
190- source = "registry+https://github.com/rust-lang/crates.io-index"
191- checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
192- dependencies = [
193- - "getrandom 0.2.0",
194- + "getrandom",
195- "redox_syscall",
196- ]
197-
198- @@ -3190,7 +3138,7 @@ dependencies = [
199- "bstr 0.2.17",
200- "clap 3.2.20",
201- "libz-sys",
202- - "rand 0.8.5",
203- + "rand",
204- "regex",
205- "serde_json",
206- "syn",
207- @@ -3691,7 +3639,7 @@ dependencies = [
208- name = "rustc_incremental"
209- version = "0.0.0"
210- dependencies = [
211- - "rand 0.8.5",
212- + "rand",
213- "rustc_ast",
214- "rustc_data_structures",
215- "rustc_errors",
216- @@ -4353,7 +4301,7 @@ dependencies = [
217- name = "rustc_ty_utils"
218- version = "0.0.0"
219- dependencies = [
220- - "rand 0.8.5",
221- + "rand",
222- "rand_xoshiro",
223- "rustc_data_structures",
224- "rustc_errors",
225- @@ -4780,7 +4728,7 @@ dependencies = [
226- "panic_abort",
227- "panic_unwind",
228- "profiler_builtins",
229- - "rand 0.8.5",
230- + "rand",
231- "rustc-demangle",
232- "std_detect",
233- "unwind",
234- diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
235- index 265020209eb..86e12f323d8 100644
2367--- a/library/alloc/Cargo.toml
2378+++ b/library/alloc/Cargo.toml
2389@@ -13,8 +13,8 @@ core = { path = "../core" }
0 commit comments