@@ -174,9 +174,9 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
174174
175175[[package ]]
176176name = " askama"
177- version = " 0.15.4 "
177+ version = " 0.16.0 "
178178source = " registry+https://github.com/rust-lang/crates.io-index"
179- checksum = " 08e1676b346cadfec169374f949d7490fd80a24193d37d2afce0c047cf695e57 "
179+ checksum = " f1bf825125edd887a019d0a3a837dcc5499a68b0d034cc3eb594070c3e18addc "
180180dependencies = [
181181 " askama_macros" ,
182182 " itoa" ,
@@ -187,12 +187,13 @@ dependencies = [
187187
188188[[package ]]
189189name = " askama_derive"
190- version = " 0.15.4 "
190+ version = " 0.16.0 "
191191source = " registry+https://github.com/rust-lang/crates.io-index"
192- checksum = " 7661ff56517787343f376f75db037426facd7c8d3049cef8911f1e75016f3a37 "
192+ checksum = " e1c7065972a130eafa84215f21352ae15b4a7393da48c1f5e103904490736738 "
193193dependencies = [
194194 " askama_parser" ,
195195 " basic-toml" ,
196+ " glob" ,
196197 " memchr" ,
197198 " proc-macro2" ,
198199 " quote" ,
@@ -204,24 +205,24 @@ dependencies = [
204205
205206[[package ]]
206207name = " askama_macros"
207- version = " 0.15.4 "
208+ version = " 0.16.0 "
208209source = " registry+https://github.com/rust-lang/crates.io-index"
209- checksum = " 713ee4dbfd1eb719c2dab859465b01fa1d21cb566684614a713a6b7a99a4e47b "
210+ checksum = " 0e23b1d2c4bd39a41971f6124cef4cc6fd0540913ecb90919b69ab3bbe44ae1a "
210211dependencies = [
211212 " askama_derive" ,
212213]
213214
214215[[package ]]
215216name = " askama_parser"
216- version = " 0.15.4 "
217+ version = " 0.16.0 "
217218source = " registry+https://github.com/rust-lang/crates.io-index"
218- checksum = " 1d62d674238a526418b30c0def480d5beadb9d8964e7f38d635b03bf639c704c "
219+ checksum = " 7db09fde9143e7ac4513358fb32ee32847125b63b18ea715afd487956da715da "
219220dependencies = [
220221 " rustc-hash 2.1.1" ,
221222 " serde" ,
222223 " serde_derive" ,
223224 " unicode-ident" ,
224- " winnow 0.7.13 " ,
225+ " winnow 1.0.0 " ,
225226]
226227
227228[[package ]]
@@ -756,7 +757,7 @@ checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681"
756757dependencies = [
757758 " serde" ,
758759 " termcolor" ,
759- " unicode-width 0.1.14 " ,
760+ " unicode-width 0.2.2 " ,
760761]
761762
762763[[package ]]
@@ -6625,6 +6626,9 @@ name = "winnow"
66256626version = " 1.0.0"
66266627source = " registry+https://github.com/rust-lang/crates.io-index"
66276628checksum = " a90e88e4667264a994d34e6d1ab2d26d398dcdca8b7f52bec8668957517fc7d8"
6629+ dependencies = [
6630+ " memchr" ,
6631+ ]
66286632
66296633[[package ]]
66306634name = " winsplit"
0 commit comments