Skip to content

Commit f328c40

Browse files
committed
bump rand_distr and remove obsolete small_rng features
Signed-off-by: Andrei Gherghescu <8067229+andrei-ng@users.noreply.github.com>
1 parent 64f62f5 commit f328c40

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

examples/basic_charts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ ndarray = "0.17"
99
plotly = { path = "../../plotly" }
1010
plotly_utils = { path = "../plotly_utils" }
1111
rand = "0.9"
12-
rand_distr = "0.5"
12+
rand_distr = "0.6"
1313
csv = "1.3"

examples/shapes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ndarray = "0.17"
99
plotly = { path = "../../plotly" }
1010
plotly_utils = { path = "../plotly_utils" }
1111
rand = "0.9"
12-
rand_distr = "0.5"
12+
rand_distr = "0.6"

plotly/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ serde = { version = "1.0", features = ["derive"] }
6969
serde_json = "1.0"
7070
serde_repr = "0.1"
7171
serde_with = ">=2, <4"
72-
rand = { version = "0.10", default-features = false, features = [
73-
"small_rng",
74-
"alloc",
75-
] }
72+
rand = { version = "0.10", default-features = false, features = ["alloc"] }
7673
async-trait = { version = "0.1", optional = true }
7774

7875
[target.'cfg(target_arch = "wasm32")'.dependencies]
@@ -92,5 +89,5 @@ itertools = ">=0.10, <0.15"
9289
itertools-num = "0.1"
9390
ndarray = "0.17"
9491
plotly_static = { path = "../plotly_static" }
95-
rand_distr = "0.5"
92+
rand_distr = "0.6"
9693
base64 = "0.22"

0 commit comments

Comments
 (0)