File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
6666
6767[[package ]]
6868name = " askama"
69- version = " 0.13.1 "
69+ version = " 0.14.0 "
7070source = " registry+https://github.com/rust-lang/crates.io-index"
71- checksum = " 5d4744ed2eef2645831b441d8f5459689ade2ab27c854488fbab1fbe94fce1a7 "
71+ checksum = " f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4 "
7272dependencies = [
7373 " askama_derive" ,
7474 " itoa" ,
@@ -79,9 +79,9 @@ dependencies = [
7979
8080[[package ]]
8181name = " askama_derive"
82- version = " 0.13.1 "
82+ version = " 0.14.0 "
8383source = " registry+https://github.com/rust-lang/crates.io-index"
84- checksum = " d661e0f57be36a5c14c48f78d09011e67e0cb618f269cca9f2fd8d15b68c46ac "
84+ checksum = " 129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f "
8585dependencies = [
8686 " askama_parser" ,
8787 " basic-toml" ,
@@ -96,9 +96,9 @@ dependencies = [
9696
9797[[package ]]
9898name = " askama_parser"
99- version = " 0.13 .0"
99+ version = " 0.14 .0"
100100source = " registry+https://github.com/rust-lang/crates.io-index"
101- checksum = " cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f "
101+ checksum = " d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358 "
102102dependencies = [
103103 " memchr" ,
104104 " serde" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
55
66[dependencies ]
77anyhow = " 1"
8- askama = " 0.13 "
8+ askama = " 0.14 "
99clap = { version = " 4.5" , features = [" derive" ] }
1010csv = " 1"
1111diff = " 0.1"
You can’t perform that action at this time.
0 commit comments