Skip to content

Commit

Permalink
Update mendes requirement from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Jun 13, 2023
1 parent cba1fb8 commit d2b7064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion askama_mendes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d2b7064

Please sign in to comment.