diff --git a/Cargo.lock b/Cargo.lock index 27558aeee..f81e00645 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3419,9 +3419,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80084fa3099f58b7afab51e5f92e24c2c2c68dcad26e96ad104bd6011570461d" +checksum = "1f98b09920c8be9ff96a5625aca5b5db7a4f4ba025132ff7d7aacb72c0244a45" dependencies = [ "memo-map", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index eac6b7267..442b8afa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ version = "0.2.9" # Templates [workspace.dependencies.minijinja] -version = "1.0.8" +version = "1.0.9" # Random values [workspace.dependencies.rand]