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"
66
66
67
67
[[package ]]
68
68
name = " askama"
69
- version = " 0.13.1 "
69
+ version = " 0.14.0 "
70
70
source = " registry+https://github.com/rust-lang/crates.io-index"
71
- checksum = " 5d4744ed2eef2645831b441d8f5459689ade2ab27c854488fbab1fbe94fce1a7 "
71
+ checksum = " f75363874b771be265f4ffe307ca705ef6f3baa19011c149da8674a87f1b75c4 "
72
72
dependencies = [
73
73
" askama_derive" ,
74
74
" itoa" ,
@@ -79,9 +79,9 @@ dependencies = [
79
79
80
80
[[package ]]
81
81
name = " askama_derive"
82
- version = " 0.13.1 "
82
+ version = " 0.14.0 "
83
83
source = " registry+https://github.com/rust-lang/crates.io-index"
84
- checksum = " d661e0f57be36a5c14c48f78d09011e67e0cb618f269cca9f2fd8d15b68c46ac "
84
+ checksum = " 129397200fe83088e8a68407a8e2b1f826cf0086b21ccdb866a722c8bcd3a94f "
85
85
dependencies = [
86
86
" askama_parser" ,
87
87
" basic-toml" ,
@@ -96,9 +96,9 @@ dependencies = [
96
96
97
97
[[package ]]
98
98
name = " askama_parser"
99
- version = " 0.13 .0"
99
+ version = " 0.14 .0"
100
100
source = " registry+https://github.com/rust-lang/crates.io-index"
101
- checksum = " cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f "
101
+ checksum = " d6ab5630b3d5eaf232620167977f95eb51f3432fc76852328774afbd242d4358 "
102
102
dependencies = [
103
103
" memchr" ,
104
104
" serde" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
anyhow = " 1"
8
- askama = " 0.13 "
8
+ askama = " 0.14 "
9
9
clap = { version = " 4.5" , features = [" derive" ] }
10
10
csv = " 1"
11
11
diff = " 0.1"
You can’t perform that action at this time.
0 commit comments