1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Bump handlebars from 4.4.0 to 4.5.0 (#646)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
dependabot[bot]
2023-11-13 17:51:38 +00:00
committed by GitHub
parent 7f223163e9
commit 1a9a15c7db
3 changed files with 4 additions and 4 deletions

View File

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