diff --git a/Cargo.lock b/Cargo.lock index 78b06c535..ed6de7c09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3830,9 +3830,9 @@ dependencies = [ [[package]] name = "minijinja" -version = "2.10.2" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd72e8b4e42274540edabec853f607c015c73436159b06c39c7af85a20433155" +checksum = "4e60ac08614cc09062820e51d5d94c2fce16b94ea4e5003bb81b99a95f84e876" dependencies = [ "memo-map", "self_cell", diff --git a/Cargo.toml b/Cargo.toml index 01e957e39..9a9b486e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -375,7 +375,7 @@ version = "0.3.17" # Templates [workspace.dependencies.minijinja] -version = "2.10.2" +version = "2.11.0" features = ["loader", "json", "speedups", "unstable_machinery"] # Additional filters for minijinja