diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-03 04:11:09 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-03-03 07:30:08 +0100 |
commit | a09064977b21ef733e5eeb0b079e7f4e72165caf (patch) | |
tree | fed6cdb16c66695d2feea0a325b8068b6a061941 /askama_mendes | |
parent | 0b376b439f759613966916787b613616627bb3f9 (diff) | |
download | askama-a09064977b21ef733e5eeb0b079e7f4e72165caf.tar.gz askama-a09064977b21ef733e5eeb0b079e7f4e72165caf.tar.bz2 askama-a09064977b21ef733e5eeb0b079e7f4e72165caf.zip |
Update mendes requirement from 0.0.62 to 0.0.63
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama_mendes/Cargo.toml b/askama_mendes/Cargo.toml index 591c5f7..ee0379d 100644 --- a/askama_mendes/Cargo.toml +++ b/askama_mendes/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] askama = { version = "0.11.0-beta.1", path = "../askama", default-features = false, features = ["with-mendes", "mime", "mime_guess"] } -mendes = "0.0.62" +mendes = "0.0.63" [dev-dependencies] async-trait = "0.1.51" |