Skip to content

Commit 718e7aa

Browse files
chore(deps): update askama_actix requirement from 0.14 to 0.15
Updates the requirements on [askama_actix](https://github.com/rinja-rs/rinja) to permit the latest version. - [Release notes](https://github.com/rinja-rs/rinja/releases) - [Commits](askama-rs/askama@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: askama_actix dependency-version: 0.15.0+deprecated dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d2dff0d commit 718e7aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ serde_json = "1"
1414
rusqlite = { version = "0.31", features = ["bundled"] }
1515
chrono = { version = "0.4", features = ["serde"] }
1616
askama = "0.12"
17-
askama_actix = "0.14"
17+
askama_actix = "0.15"
1818
dotenvy = "0.15"
1919
env_logger = "0.11"
2020
log = "0.4"

0 commit comments

Comments
 (0)