diff --git a/Cargo.lock b/Cargo.lock index 8792ea09..8b05d5e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5422,9 +5422,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", @@ -5433,7 +5433,6 @@ dependencies = [ "regex", "serde", "serde_json", - "thread_local", "unic-segment", ] diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index e7b271fb..362a84a1 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -14,7 +14,7 @@ tokio = { version = "1.32.0", features = ["macros", "rt", "fs"] } anyhow.workspace = true thiserror.workspace = true -tera = { version = "1.19.0", default-features = false } +tera = { version = "1.19.1", default-features = false } serde.workspace = true serde_json.workspace = true serde_urlencoded = "0.7.1"