Skip to content

Commit ea061f2

Browse files
sjackmanandrei-ng
andauthored
build(deps): Depend on serde_with version 2 or 3 (#169)
Signed-off-by: Andrei Gherghescu <[email protected]> Co-authored-by: Andrei Gherghescu <[email protected]>
1 parent d22e25f commit ea061f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ once_cell = "1"
3333
serde = { version = "1.0.132", features = ["derive"] }
3434
serde_json = "1.0.73"
3535
serde_repr = "0.1"
36-
serde_with = "2"
36+
serde_with = ">=2, <4"
3737
rand = "0.8"
3838
wasm-bindgen = { version = "0.2", optional = true }
3939
wasm-bindgen-futures = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)