Unverified Commit 24ac6c15 authored by KrishnanPrash's avatar KrishnanPrash Committed by GitHub
Browse files

chore: bump minijinja to 2.14.0 (#4949)


Signed-off-by: default avatarKrishnan Prashanth <kprashanth@nvidia.com>
parent 4e6493ae
......@@ -63393,7 +63393,7 @@ SOFTWARE.
 
```
 
## minijinja - 2.12.0
## minijinja - 2.14.0
**Repository URL**: https://github.com/mitsuhiko/minijinja
**License Type(s)**: Apache-2.0
### License: https://raw.githubusercontent.com/mitsuhiko/minijinja/HEAD/LICENSE
......@@ -63602,7 +63602,7 @@ limitations under the License.
 
```
 
## minijinja-contrib - 2.12.0
## minijinja-contrib - 2.14.0
**Repository URL**: https://github.com/mitsuhiko/minijinja
**License Type(s)**: Apache-2.0
### License: https://raw.githubusercontent.com/mitsuhiko/minijinja/HEAD/LICENSE
......@@ -6001,9 +6001,9 @@ dependencies = [
[[package]]
name = "minijinja"
version = "2.13.0"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0adbe6e92a6ce0fd6c4aac593fdfd3e3950b0f61b1a63aa9731eb6fd85776fa3"
checksum = "12ea9ac0a51fb5112607099560fdf0f90366ab088a2a9e6e8ae176794e9806aa"
dependencies = [
"memo-map",
"self_cell",
......@@ -6013,9 +6013,9 @@ dependencies = [
[[package]]
name = "minijinja-contrib"
version = "2.13.0"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a915f5cc17b954d5252b6373cc5fd97eb86d75e29b30ac2ee7932126451eef24"
checksum = "be6ad8bbc21c256d5f2f5494699d5d69d519b8510d672a0e43b7bfa3a56c388a"
dependencies = [
"minijinja",
"serde",
......
......@@ -3763,9 +3763,9 @@ dependencies = [
[[package]]
name = "minijinja"
version = "2.12.0"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9f264d75233323f4b7d2f03aefe8a990690cdebfbfe26ea86bcbaec5e9ac990"
checksum = "12ea9ac0a51fb5112607099560fdf0f90366ab088a2a9e6e8ae176794e9806aa"
dependencies = [
"memo-map",
"self_cell",
......@@ -3774,9 +3774,9 @@ dependencies = [
[[package]]
name = "minijinja-contrib"
version = "2.12.0"
version = "2.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "182ba1438db4679ddfa03792c183bdc2b9ce26b58e7d41a749e59b06497cf136"
checksum = "be6ad8bbc21c256d5f2f5494699d5d69d519b8510d672a0e43b7bfa3a56c388a"
dependencies = [
"minijinja",
"serde",
......
......@@ -149,8 +149,8 @@ toktrie_hf_tokenizers = { version = "1.1" }
bs62 = { version = "0.1" }
erased-serde = { version = "0.4" }
itertools = { version = "0.14.0" }
minijinja = { version = "2.10.2", features = ["loader"] }
minijinja-contrib = { version = "2.10.2", features = ["pycompat"] }
minijinja = { version = "2.14.0", features = ["loader"] }
minijinja-contrib = { version = "2.14.0", features = ["pycompat"] }
json-five = { version = "0.3" }
# media loading in the preprocessor
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment