diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-08 04:10:28 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2021-12-08 09:52:12 +0100 |
commit | c35a2c02b2c0d6c157779eb19266e1b0ee25bb43 (patch) | |
tree | c13e2137b465076de246d866169b4b48443975f3 /askama_mendes | |
parent | d77553d826f3c90999e0dd84f35cac3690c3d0ca (diff) | |
download | askama-c35a2c02b2c0d6c157779eb19266e1b0ee25bb43.tar.gz askama-c35a2c02b2c0d6c157779eb19266e1b0ee25bb43.tar.bz2 askama-c35a2c02b2c0d6c157779eb19266e1b0ee25bb43.zip |
Update mendes requirement from 0.0.59 to 0.0.60
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 34eeb11..eb241de 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.59" +mendes = "0.0.60" mime_guess = "2.0.3" [dev-dependencies] |