This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-61
lines changed Expand file tree Collapse file tree 3 files changed +0
-61
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ dependencies = [
170170 " libc" ,
171171 " num_cpus" ,
172172 " page_size" ,
173- " rand" ,
174173 " tempfile" ,
175174 " tokio" ,
176175 " windows-sys 0.52.0" ,
@@ -217,12 +216,6 @@ version = "0.2.14"
217216source = " registry+https://github.com/rust-lang/crates.io-index"
218217checksum = " bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
219218
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-
226219[[package ]]
227220name = " proc-macro2"
228221version = " 1.0.81"
@@ -241,36 +234,6 @@ dependencies = [
241234 " proc-macro2" ,
242235]
243236
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-
274237[[package ]]
275238name = " rustc-demangle"
276239version = " 0.1.23"
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ tempfile = "3"
1515
1616getrandom_01 = { package = " getrandom" , version = " 0.1" }
1717getrandom_02 = { package = " getrandom" , version = " 0.2" , features = [" js" ] }
18- rand = { version = " 0.8" , features = [" small_rng" ] }
1918
2019[target .'cfg(not(any(target_arch = "wasm32", target_arch = "wasm64")))' .dependencies ]
2120page_size = " 0.6"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments