File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ maintenance = { status = "actively-developed" }
22
22
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
23
23
[features ]
24
24
default = [" log" , " rand" ]
25
- wasm-bindgen = [" rand/wasm-bindgen" ]
26
- stdweb = [" rand/stdweb" ]
25
+ wasm-bindgen = [" getrandom/wasm-bindgen" ]
27
26
28
27
[dependencies ]
29
28
log = { version = " 0.4" , optional = true }
30
- rand = { version = " 0.7" , optional = true }
29
+ rand = { version = " 0.8" , optional = true }
30
+ getrandom = { version = " 0.2" , optional = true }
31
31
wasm-timer = " 0.2"
32
32
33
33
[dev-dependencies ]
34
- approx = " 0.3 "
34
+ approx = " 0.5 "
35
35
pretty_env_logger = " 0.4"
36
- reqwest = " 0.10 "
37
- tokio = { version = " 0.2 " , features = [" rt-threaded " ," macros" ] }
36
+ reqwest = " 0.11 "
37
+ tokio = { version = " 1 " , features = [" rt-multi-thread " ," macros" ] }
You can’t perform that action at this time.
0 commit comments