diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-07 04:14:04 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-04-07 11:18:26 +0200 |
commit | ab39ced64e4a56b741ee32487d3340e008c7e4fb (patch) | |
tree | 329bffb2556aa8b7da292a8786ef1237f20441af /askama_mendes | |
parent | d5fe7dcf376213b7d02e2fdd521defd3abf3e972 (diff) | |
download | askama-ab39ced64e4a56b741ee32487d3340e008c7e4fb.tar.gz askama-ab39ced64e4a56b741ee32487d3340e008c7e4fb.tar.bz2 askama-ab39ced64e4a56b741ee32487d3340e008c7e4fb.zip |
Update mendes requirement from 0.0.63 to 0.0.64
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 030c612..2182d2d 100644 --- a/askama_mendes/Cargo.toml +++ b/askama_mendes/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-mendes", "mime", "mime_guess"] } -mendes = "0.0.63" +mendes = "0.0.64" [dev-dependencies] async-trait = "0.1.51" |