diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-02-09 14:39:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 14:39:34 +0100 |
commit | 57e53d58f41ce01af62ffc279fb83004130cadf4 (patch) | |
tree | 4831c27f732e1e69f6adc1702f5cee885a8be58d /askama_mendes/Cargo.toml | |
parent | fd8bfa43c0c20e4af195824ff95503e41ddb82e8 (diff) | |
download | askama-57e53d58f41ce01af62ffc279fb83004130cadf4.tar.gz askama-57e53d58f41ce01af62ffc279fb83004130cadf4.tar.bz2 askama-57e53d58f41ce01af62ffc279fb83004130cadf4.zip |
askama_mendes: upgrade mendes to 0.0.62 (#636)
Diffstat (limited to '')
-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 600c584..591c5f7 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.60" +mendes = "0.0.62" [dev-dependencies] async-trait = "0.1.51" |