Skip to content

Commit

Permalink
build(deps): update mendes requirement from 0.3.0 to 0.5.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] authored and djc committed Sep 8, 2023
1 parent a7c01d2 commit 43e92aa
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.3.0"
mendes = "0.5.0"

[dev-dependencies]
async-trait = "0.1.51"
Expand Down

0 comments on commit 43e92aa

Please sign in to comment.