diff --git a/plotly/Cargo.toml b/plotly/Cargo.toml index aca9ee72..c9cf8049 100644 --- a/plotly/Cargo.toml +++ b/plotly/Cargo.toml @@ -33,7 +33,7 @@ once_cell = "1" serde = { version = "1.0.132", features = ["derive"] } serde_json = "1.0.73" serde_repr = "0.1" -serde_with = "2" +serde_with = ">=2, <4" rand = "0.8" wasm-bindgen = { version = "0.2", optional = true } wasm-bindgen-futures = { version = "0.4", optional = true }