From 1f74828931af0e509e2a676c6d61cff32f23b409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 04:10:46 +0000 Subject: Update mendes requirement from 0.0.64 to 0.1.0 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] --- askama_mendes/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askama_mendes/Cargo.toml b/askama_mendes/Cargo.toml index efbff85..661acdd 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.64" +mendes = "0.1.0" [dev-dependencies] async-trait = "0.1.51" -- cgit