We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950a8a2 commit 0911e4dCopy full SHA for 0911e4d
1 file changed
plotters/Cargo.toml
@@ -128,9 +128,9 @@ serde_derive = "1.0.140"
128
plotters = { path = ".", features = ["serialization"] }
129
130
[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"
+rand = "0.9.2"
+rand_distr = "0.5.1"
+rand_xorshift = "0.4.0"
134
135
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dev-dependencies]
136
wasm-bindgen-test = "0.3.39"
0 commit comments