Pin handlebars to 6.3.1

This is due to an issue in 6.3.2 that breaks the way our includes are
being used. I'm not sure how to fix it at this point.
This commit is contained in:
Eric Huss 2025-06-05 06:29:32 -07:00
parent a7be79bca8
commit 77fa64b524

View File

@ -51,7 +51,8 @@ git2-curl = "0.21.0"
# When updating this, also see if `gix-transport` further down needs updating or some auth-related tests will fail.
gix = { version = "0.72.0", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "parallel", "dirwalk"] }
glob = "0.3.2"
handlebars = { version = "6.3.1", features = ["dir_source"] }
# Pinned due to https://github.com/sunng87/handlebars-rust/issues/711
handlebars = { version = "=6.3.1", features = ["dir_source"] }
hex = "0.4.3"
hmac = "0.12.1"
home = "0.5.11"