diff --git a/contrib/Cargo.toml b/contrib/Cargo.toml index 0e19c9d6..6a9b03a8 100644 --- a/contrib/Cargo.toml +++ b/contrib/Cargo.toml @@ -35,5 +35,4 @@ serde_json = { version = "^0.9.3", optional = true } handlebars = { version = "^0.25", optional = true, features = ["serde_type"] } glob = { version = "^0.2", optional = true } lazy_static = { version = "^0.2", optional = true } -# tera = { version = "^0.6", optional = true } -tera = { git = "https://github.com/SergioBenitez/tera", optional = true } +tera = { version = "^0.7", optional = true }