diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index 848bb151..af07a3ed 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -129,7 +129,7 @@ plotters = { path = ".", features = ["serialization"] } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] rand = "0.9.2" -rand_distr = "0.5.1" +rand_distr = "0.6.0" rand_xorshift = "0.4.0" [target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]