From c35a2c02b2c0d6c157779eb19266e1b0ee25bb43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 04:10:28 +0000 Subject: 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] --- askama_mendes/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_mendes') 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] -- cgit