File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ serde = { version = "1.0", features = ["derive"] }
3838
3939# non-wasm
4040[target .'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))' .dependencies ]
41- rand_os = " 0.1 "
41+ rand_os = " 0.2 "
4242noop_proc_macro = " 0.3.0"
4343getrandom = " 0.2.3"
4444
4545# wasm
4646[target .'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))' .dependencies ]
4747serde-wasm-bindgen = " 0.4.5"
4848wasm-bindgen = " =0.2.83"
49- rand_os = { version = " 0.1 " , features = [" wasm-bindgen" ] }
49+ rand_os = { version = " 0.2 " , features = [" wasm-bindgen" ] }
5050js-sys = " 0.3.51"
5151getrandom = { version = " 0.2.3" , features = [" js" ] }
5252
@@ -57,7 +57,7 @@ opt-level = "s"
5757[dev-dependencies ]
5858quickcheck = " 0.9.2"
5959quickcheck_macros = " 0.9.1"
60- rand_os = " 0.1 "
60+ rand_os = " 0.2 "
6161rand_chacha = " 0.1"
6262
6363[build-dependencies ]
You can’t perform that action at this time.
0 commit comments