aboutsummaryrefslogtreecommitdiffstats
path: root/askama_mendes
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-22 05:02:39 +0000
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2023-03-22 08:07:04 +0100
commitcd89158870a7489c918f516b46f8f68c424e210e (patch)
tree45b68a5058757de2138d7a07dfbddee8284b0d93 /askama_mendes
parent874e0350335de3049c6cddc10bc371b11958e79c (diff)
downloadaskama-cd89158870a7489c918f516b46f8f68c424e210e.tar.gz
askama-cd89158870a7489c918f516b46f8f68c424e210e.tar.bz2
askama-cd89158870a7489c918f516b46f8f68c424e210e.zip
Update mendes requirement from 0.1.0 to 0.2.0
Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version. - [Release notes](https://github.com/djc/mendes/releases) - [Commits](https://github.com/djc/mendes/commits) --- updated-dependencies: - dependency-name: mendes dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'askama_mendes')
-rw-r--r--askama_mendes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_mendes/Cargo.toml b/askama_mendes/Cargo.toml
index c4640b1..8cd82a8 100644
--- a/askama_mendes/Cargo.toml
+++ b/askama_mendes/Cargo.toml
@@ -15,7 +15,7 @@ rust-version = "1.58"
[dependencies]
askama = { version = "0.12", path = "../askama", default-features = false, features = ["with-mendes", "mime", "mime_guess"] }
-mendes = "0.1.0"
+mendes = "0.2.0"
[dev-dependencies]
async-trait = "0.1.51"