diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-13 05:01:08 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2023-06-13 09:25:22 +0200 |
commit | 964993d6024c485af4cf1a1e24ef7c4c3550830d (patch) | |
tree | 6b061a498120134869b03de0bd078b3f44172f61 /askama_mendes | |
parent | cba1fb8e508eae87d213e7bc4c7b2eb8b4b92732 (diff) | |
download | askama-964993d6024c485af4cf1a1e24ef7c4c3550830d.tar.gz askama-964993d6024c485af4cf1a1e24ef7c4c3550830d.tar.bz2 askama-964993d6024c485af4cf1a1e24ef7c4c3550830d.zip |
Update mendes requirement from 0.2.0 to 0.3.0
Updates the requirements on [mendes](https://github.com/djc/mendes) to permit the latest version.
- [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 8cd82a8..a815a4a 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.2.0" +mendes = "0.3.0" [dev-dependencies] async-trait = "0.1.51" |