Skip to content

Commit 71fd8e6

Browse files
dependabot[bot]andrei-ng
authored andcommitted
Update askama requirement from 0.14.0 to 0.15.0
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.14.0...v0.15.0) --- updated-dependencies: - dependency-name: askama dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33cb1d0 commit 71fd8e6

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
@@ -56,7 +56,7 @@ kaleido_download = ["plotly_kaleido/download"]
5656

5757

5858
[dependencies]
59-
askama = { version = "0.14.0", features = ["serde_json"] }
59+
askama = { version = "0.15.0", features = ["serde_json"] }
6060
dyn-clone = "1"
6161
erased-serde = "0.4"
6262
image = { version = "0.25", optional = true }

0 commit comments

Comments
 (0)