Skip to content

Commit

Permalink
Update erased-serde requirement from 0.3 to 0.4 (#195)
Browse files Browse the repository at this point in the history
Updates the requirements on [erased-serde](https://github.com/dtolnay/erased-serde) to permit the latest version.
- [Release notes](https://github.com/dtolnay/erased-serde/releases)
- [Commits](dtolnay/erased-serde@0.3.0...0.4.4)

---
updated-dependencies:
- dependency-name: erased-serde
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Andrei Gherghescu <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent ea061f2 commit 6271998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wasm = ["getrandom", "js-sys", "wasm-bindgen", "wasm-bindgen-futures"]
[dependencies]
askama = { version = ">=0.11.0, <0.13.0", features = ["serde-json"] }
dyn-clone = "1"
erased-serde = "0.3"
erased-serde = "0.4"
getrandom = { version = "0.2", features = ["js"], optional = true }
image = { version = "0.24.2", optional = true }
js-sys = { version = "0.3", optional = true }
Expand Down

0 comments on commit 6271998

Please sign in to comment.