We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f62f5 commit 412949aCopy full SHA for 412949a
plotly/Cargo.toml
@@ -69,10 +69,7 @@ serde = { version = "1.0", features = ["derive"] }
69
serde_json = "1.0"
70
serde_repr = "0.1"
71
serde_with = ">=2, <4"
72
-rand = { version = "0.10", default-features = false, features = [
73
- "small_rng",
74
- "alloc",
75
-] }
+rand = { version = "0.10", default-features = false, features = ["alloc"] }
76
async-trait = { version = "0.1", optional = true }
77
78
[target.'cfg(target_arch = "wasm32")'.dependencies]
0 commit comments