diff --git a/Cargo.lock b/Cargo.lock index ca299fd16..8940830a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2114,9 +2114,9 @@ dependencies = [ [[package]] name = "tera" -version = "1.19.0" +version = "1.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5ab29bb4f3e256ae6ad5c3e2775aa1f8829f2c0c101fc407bfd3a6df15c60c5" +checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8" dependencies = [ "globwalk", "lazy_static", @@ -2125,7 +2125,6 @@ dependencies = [ "regex", "serde", "serde_json", - "thread_local", "unic-segment", ] diff --git a/Cargo.toml b/Cargo.toml index 30f1ae31b..dc9270e53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ shell-escape = "0.1" shell-words = "1.1" simplelog = { version = "0.12" } tar = "0.4" -tera = { version = "1.12", default-features = false } +tera = { version = "1.19", default-features = false } terminal_size = "0.2" thiserror = "1.0" toml = "<0.8"