1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

update handlebars to version 5.1

This commit is contained in:
Alessandro Campeis
2024-03-04 13:05:13 +01:00
parent 2f7a1db615
commit e5fc327af0
5 changed files with 46 additions and 18 deletions

View File

@ -5,5 +5,5 @@ edition = "2021"
[dependencies]
actix-web.workspace = true
handlebars = { version = "4.5", features = ["dir_source"] }
handlebars = { version = "5.1", features = ["dir_source"] }
serde_json.workspace = true