Bump askama from 0.13.0 to 0.14.0
Bumps [askama](https://github.com/askama-rs/askama) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/askama-rs/askama/releases)
- [Commits](https://github.com/askama-rs/askama/compare/v0.13.0...v0.14.0)
---
updated-dependencies:
- dependency-name: askama
dependency-version: 0.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diff
Cargo.lock | 12 +++++++-----
Cargo.toml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
@@ -65,9 +65,9 @@
[[package]]
name = "askama"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a4e46abb203e00ef226442d452769233142bbfdd79c3941e84c8e61c4112543"
checksum = "f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4"
dependencies = [
"askama_derive",
"itoa",
@@ -78,9 +78,9 @@
[[package]]
name = "askama_derive"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54398906821fd32c728135f7b351f0c7494ab95ae421d41b6f5a020e158f28a6"
checksum = "129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f"
dependencies = [
"askama_parser",
"memchr",
@@ -92,9 +92,9 @@
[[package]]
name = "askama_parser"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f"
checksum = "d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358"
dependencies = [
"memchr",
"winnow",
@@ -14,7 +14,7 @@
[dependencies]
anyhow = "1.0"
arc-swap = "1.7"
askama = { version = "0.13.0", default-features = false, features = [
askama = { version = "0.14.0", default-features = false, features = [
"derive",
"std",
] }