Skip to content

Commit 0911e4d

Browse files
committed
Update rand dependencies.
1 parent 950a8a2 commit 0911e4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plotters/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ serde_derive = "1.0.140"
128128
plotters = { path = ".", features = ["serialization"] }
129129

130130
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
131-
rand = "0.8.3"
132-
rand_distr = "0.4.0"
133-
rand_xorshift = "0.3.0"
131+
rand = "0.9.2"
132+
rand_distr = "0.5.1"
133+
rand_xorshift = "0.4.0"
134134

135135
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]
136136
wasm-bindgen-test = "0.3.39"

0 commit comments

Comments
 (0)