Skip to content

Commit 64789a4

Browse files
Bump askama_axum from 0.4.0 to 0.5.0+deprecated
Bumps [askama_axum](https://github.com/rinja-rs/rinja) from 0.4.0 to 0.5.0+deprecated. - [Release notes](https://github.com/rinja-rs/rinja/releases) - [Commits](askama-rs/askama@0.4.0...0.5.0) --- updated-dependencies: - dependency-name: askama_axum dependency-version: 0.5.0+deprecated dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe0a011 commit 64789a4

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ axum = { version = "0.7", features = ["macros", "multipart"] }
1212
tokio = { version = "1.44", features = ["full"] }
1313
sqlx = { version = "0.8", features = ["postgres", "macros", "migrate", "runtime-tokio", "chrono", "uuid"] }
1414
askama = { version = "0.12.1", features = ["with-axum"] }
15-
askama_axum = "0.4.0"
15+
askama_axum = "0.5.0"
1616
serde = "1.0"
1717
serde_json = "1.0"
1818
serde_with = { version = "3.12", features = ["chrono_0_4"] }

0 commit comments

Comments
 (0)