File tree 1 file changed +3
-3
lines changed
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"] }
38
38
39
39
# non-wasm
40
40
[target .'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))' .dependencies ]
41
- rand_os = " 0.1 "
41
+ rand_os = " 0.2 "
42
42
noop_proc_macro = " 0.3.0"
43
43
getrandom = " 0.2.3"
44
44
45
45
# wasm
46
46
[target .'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))' .dependencies ]
47
47
serde-wasm-bindgen = " 0.4.5"
48
48
wasm-bindgen = " =0.2.83"
49
- rand_os = { version = " 0.1 " , features = [" wasm-bindgen" ] }
49
+ rand_os = { version = " 0.2 " , features = [" wasm-bindgen" ] }
50
50
js-sys = " 0.3.51"
51
51
getrandom = { version = " 0.2.3" , features = [" js" ] }
52
52
@@ -57,7 +57,7 @@ opt-level = "s"
57
57
[dev-dependencies ]
58
58
quickcheck = " 0.9.2"
59
59
quickcheck_macros = " 0.9.1"
60
- rand_os = " 0.1 "
60
+ rand_os = " 0.2 "
61
61
rand_chacha = " 0.1"
62
62
63
63
[build-dependencies ]
You can’t perform that action at this time.
0 commit comments