Add loop_controls feature to minijinja

This commit is contained in:
Alvaro Bartolome 2025-02-07 10:36:49 +01:00
parent 856709d5c3
commit 5691c91350
No known key found for this signature in database

View File

@ -48,7 +48,7 @@ ngrok = { version = "0.13.1", features = ["axum"], optional = true }
init-tracing-opentelemetry = { version = "0.14.1", features = [ init-tracing-opentelemetry = { version = "0.14.1", features = [
"opentelemetry-otlp", "opentelemetry-otlp",
] } ] }
minijinja = { workspace = true } minijinja = { workspace = true, features = ["loop_controls"] }
minijinja-contrib = { workspace = true } minijinja-contrib = { workspace = true }
futures-util = "0.3.30" futures-util = "0.3.30"
regex = "1.10.3" regex = "1.10.3"