@@ -51,7 +51,7 @@ members = [
5151]
5252
5353[dependencies ]
54- rand_core = { path = " rand_core" , version = " 0.5.1 " }
54+ rand_core = { path = " rand_core" , version = " 0.6.0 " }
5555log = { version = " 0.4.4" , optional = true }
5656serde = { version = " 1.0.103" , features = [" derive" ], optional = true }
5757
@@ -69,14 +69,14 @@ libc = { version = "0.2.22", optional = true, default-features = false }
6969# Emscripten does not support 128-bit integers, which are used by ChaCha code.
7070# We work around this by using a different RNG.
7171[target .'cfg(not(target_os = "emscripten"))' .dependencies ]
72- rand_chacha = { path = " rand_chacha" , version = " 0.2.3 " , default-features = false , optional = true }
72+ rand_chacha = { path = " rand_chacha" , version = " 0.3.0 " , default-features = false , optional = true }
7373[target .'cfg(target_os = "emscripten")' .dependencies ]
74- rand_hc = { path = " rand_hc" , version = " 0.2.1 " , optional = true }
74+ rand_hc = { path = " rand_hc" , version = " 0.3.0 " , optional = true }
7575
7676[dev-dependencies ]
77- rand_pcg = { path = " rand_pcg" , version = " 0.2 " }
77+ rand_pcg = { path = " rand_pcg" , version = " 0.3.0 " }
7878# Only for benches:
79- rand_hc = { path = " rand_hc" , version = " 0.2 " }
79+ rand_hc = { path = " rand_hc" , version = " 0.3.0 " }
8080# Only to test serde1
8181bincode = " 1.2.1"
8282
0 commit comments