File tree 3 files changed +0
-61
lines changed
3 files changed +0
-61
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ dependencies = [
170
170
" libc" ,
171
171
" num_cpus" ,
172
172
" page_size" ,
173
- " rand" ,
174
173
" tempfile" ,
175
174
" tokio" ,
176
175
" windows-sys 0.52.0" ,
@@ -217,12 +216,6 @@ version = "0.2.14"
217
216
source = " registry+https://github.com/rust-lang/crates.io-index"
218
217
checksum = " bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
219
218
220
- [[package ]]
221
- name = " ppv-lite86"
222
- version = " 0.2.17"
223
- source = " registry+https://github.com/rust-lang/crates.io-index"
224
- checksum = " 5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
225
-
226
219
[[package ]]
227
220
name = " proc-macro2"
228
221
version = " 1.0.81"
@@ -241,36 +234,6 @@ dependencies = [
241
234
" proc-macro2" ,
242
235
]
243
236
244
- [[package ]]
245
- name = " rand"
246
- version = " 0.8.5"
247
- source = " registry+https://github.com/rust-lang/crates.io-index"
248
- checksum = " 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
249
- dependencies = [
250
- " libc" ,
251
- " rand_chacha" ,
252
- " rand_core" ,
253
- ]
254
-
255
- [[package ]]
256
- name = " rand_chacha"
257
- version = " 0.3.1"
258
- source = " registry+https://github.com/rust-lang/crates.io-index"
259
- checksum = " e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
260
- dependencies = [
261
- " ppv-lite86" ,
262
- " rand_core" ,
263
- ]
264
-
265
- [[package ]]
266
- name = " rand_core"
267
- version = " 0.6.4"
268
- source = " registry+https://github.com/rust-lang/crates.io-index"
269
- checksum = " ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
270
- dependencies = [
271
- " getrandom 0.2.14" ,
272
- ]
273
-
274
237
[[package ]]
275
238
name = " rustc-demangle"
276
239
version = " 0.1.23"
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ tempfile = "3"
15
15
16
16
getrandom_01 = { package = " getrandom" , version = " 0.1" }
17
17
getrandom_02 = { package = " getrandom" , version = " 0.2" , features = [" js" ] }
18
- rand = { version = " 0.8" , features = [" small_rng" ] }
19
18
20
19
[target .'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))' .dependencies ]
21
20
page_size = " 0.6"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments