diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index 848bb151..91570797 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -128,7 +128,7 @@ serde_derive = "1.0.140" plotters = { path = ".", features = ["serialization"] } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -rand = "0.9.2" +rand = "0.10.0" rand_distr = "0.5.1" rand_xorshift = "0.4.0"