Skip to content

Commit b05315f

Browse files
Update askama requirement from 0.13.0 to 0.14.0 (#286)
Updates the requirements on [askama](https://github.com/askama-rs/askama) to permit the latest version. - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](askama-rs/askama@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96c8591 commit b05315f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plotly_image = ["image"]
2222
plotly_embed_js = []
2323

2424
[dependencies]
25-
askama = { version = "0.13.0", features = ["serde_json"] }
25+
askama = { version = "0.14.0", features = ["serde_json"] }
2626
dyn-clone = "1"
2727
erased-serde = "0.4"
2828
image = { version = "0.25", optional = true }

0 commit comments

Comments
 (0)