Skip to content

Commit

Permalink
Update askama requirement from 0.11.0 to 0.12.0 (#610)
Browse files Browse the repository at this point in the history
Updates the requirements on [askama](https://github.com/djc/askama) to permit the latest version.
- [Release notes](https://github.com/djc/askama/releases)
- [Commits](djc/askama@0.11.0...0.12.0)

---
updated-dependencies:
- dependency-name: askama
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 7, 2023
1 parent 7b2e5f9 commit 795b9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/templating/askama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition = "2018"

[dependencies]
gotham = { path = "../../../gotham" }
askama = { version = "0.11.0", default-features = false }
askama = { version = "0.12.0", default-features = false }

0 comments on commit 795b9df

Please sign in to comment.