diff --git a/Cargo.lock b/Cargo.lock index 407c3bc9..ef533341 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5471,9 +5471,9 @@ dependencies = [ [[package]] name = "tera" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27df4164dd125228af4c90c9799a29740e39151767d579f3fc711491054a0378" +checksum = "95a665751302f22a03c56721e23094e4dc22b04a80f381e6737a07bf7a7c70c0" dependencies = [ "chrono", "chrono-tz", diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 1a7b72bd..4dc3b5ff 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "1.26.0", features = ["macros", "rt"] } anyhow = "1.0.69" thiserror = "1.0.39" -tera = "1.18.0" +tera = "1.18.1" serde = { version = "1.0.156", features = ["derive"] } serde_json = "1.0.94" serde_urlencoded = "0.7.1"