From 964993d6024c485af4cf1a1e24ef7c4c3550830d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 05:01:08 +0000 Subject: 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] --- 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 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" -- cgit