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