Commit
+49 -80 +/-2 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index 2af43ef..f40df55 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -4,9 +4,9 @@ version = 3 |
6 | |
7 | [[package]] |
8 | name = "aho-corasick" |
9 | - version = "0.7.15" |
10 | + version = "0.7.19" |
11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
12 | - checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" |
13 | + checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e" |
14 | dependencies = [ |
15 | "memchr", |
16 | ] |
17 | @@ -30,16 +30,10 @@ dependencies = [ |
18 | ] |
19 | |
20 | [[package]] |
21 | - name = "arrayvec" |
22 | - version = "0.5.2" |
23 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
24 | - checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
25 | - |
26 | - [[package]] |
27 | name = "askama" |
28 | - version = "0.10.5" |
29 | + version = "0.11.1" |
30 | source = "registry+https://github.com/rust-lang/crates.io-index" |
31 | - checksum = "d298738b6e47e1034e560e5afe63aa488fea34e25ec11b855a76f0d7b8e73134" |
32 | + checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139" |
33 | dependencies = [ |
34 | "askama_derive", |
35 | "askama_escape", |
36 | @@ -48,9 +42,9 @@ dependencies = [ |
37 | |
38 | [[package]] |
39 | name = "askama_derive" |
40 | - version = "0.10.5" |
41 | + version = "0.11.2" |
42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
43 | - checksum = "ca2925c4c290382f9d2fa3d1c1b6a63fa1427099721ecca4749b154cc9c25522" |
44 | + checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71" |
45 | dependencies = [ |
46 | "askama_shared", |
47 | "proc-macro2", |
48 | @@ -65,12 +59,14 @@ checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" |
49 | |
50 | [[package]] |
51 | name = "askama_shared" |
52 | - version = "0.11.2" |
53 | + version = "0.12.2" |
54 | source = "registry+https://github.com/rust-lang/crates.io-index" |
55 | - checksum = "7d6083ccb191711e9c2b80b22ee24a8381a18524444914c746d4239e21d1afaf" |
56 | + checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0" |
57 | dependencies = [ |
58 | "askama_escape", |
59 | "humansize", |
60 | + "mime", |
61 | + "mime_guess", |
62 | "nom", |
63 | "num-traits", |
64 | "percent-encoding", |
65 | @@ -163,18 +159,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
66 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
67 | |
68 | [[package]] |
69 | - name = "bitvec" |
70 | - version = "0.19.6" |
71 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
72 | - checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33" |
73 | - dependencies = [ |
74 | - "funty", |
75 | - "radium", |
76 | - "tap", |
77 | - "wyz", |
78 | - ] |
79 | - |
80 | - [[package]] |
81 | name = "block-buffer" |
82 | version = "0.9.0" |
83 | source = "registry+https://github.com/rust-lang/crates.io-index" |
84 | @@ -434,12 +418,6 @@ dependencies = [ |
85 | ] |
86 | |
87 | [[package]] |
88 | - name = "funty" |
89 | - version = "1.1.0" |
90 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
91 | - checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" |
92 | - |
93 | - [[package]] |
94 | name = "futures" |
95 | version = "0.3.24" |
96 | source = "registry+https://github.com/rust-lang/crates.io-index" |
97 | @@ -793,19 +771,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
98 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
99 | |
100 | [[package]] |
101 | - name = "lexical-core" |
102 | - version = "0.7.6" |
103 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
104 | - checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" |
105 | - dependencies = [ |
106 | - "arrayvec", |
107 | - "bitflags", |
108 | - "cfg-if", |
109 | - "ryu", |
110 | - "static_assertions", |
111 | - ] |
112 | - |
113 | - [[package]] |
114 | name = "libc" |
115 | version = "0.2.132" |
116 | source = "registry+https://github.com/rust-lang/crates.io-index" |
117 | @@ -847,9 +812,31 @@ checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
118 | |
119 | [[package]] |
120 | name = "memchr" |
121 | - version = "2.3.4" |
122 | + version = "2.5.0" |
123 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
124 | + checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
125 | + |
126 | + [[package]] |
127 | + name = "mime" |
128 | + version = "0.3.16" |
129 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
130 | + checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" |
131 | + |
132 | + [[package]] |
133 | + name = "mime_guess" |
134 | + version = "2.0.4" |
135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
136 | - checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" |
137 | + checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
138 | + dependencies = [ |
139 | + "mime", |
140 | + "unicase", |
141 | + ] |
142 | + |
143 | + [[package]] |
144 | + name = "minimal-lexical" |
145 | + version = "0.2.1" |
146 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
147 | + checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
148 | |
149 | [[package]] |
150 | name = "mio" |
151 | @@ -865,15 +852,12 @@ dependencies = [ |
152 | |
153 | [[package]] |
154 | name = "nom" |
155 | - version = "6.2.1" |
156 | + version = "7.1.1" |
157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
158 | - checksum = "9c5c51b9083a3c620fa67a2a635d1ce7d95b897e957d6b28ff9a5da960a103a6" |
159 | + checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" |
160 | dependencies = [ |
161 | - "bitvec", |
162 | - "funty", |
163 | - "lexical-core", |
164 | "memchr", |
165 | - "version_check", |
166 | + "minimal-lexical", |
167 | ] |
168 | |
169 | [[package]] |
170 | @@ -1065,12 +1049,6 @@ dependencies = [ |
171 | ] |
172 | |
173 | [[package]] |
174 | - name = "radium" |
175 | - version = "0.5.3" |
176 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
177 | - checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8" |
178 | - |
179 | - [[package]] |
180 | name = "rand" |
181 | version = "0.8.5" |
182 | source = "registry+https://github.com/rust-lang/crates.io-index" |
183 | @@ -1122,9 +1100,9 @@ dependencies = [ |
184 | |
185 | [[package]] |
186 | name = "regex" |
187 | - version = "1.4.6" |
188 | + version = "1.6.0" |
189 | source = "registry+https://github.com/rust-lang/crates.io-index" |
190 | - checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" |
191 | + checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" |
192 | dependencies = [ |
193 | "aho-corasick", |
194 | "memchr", |
195 | @@ -1554,12 +1532,6 @@ dependencies = [ |
196 | ] |
197 | |
198 | [[package]] |
199 | - name = "static_assertions" |
200 | - version = "1.1.0" |
201 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
202 | - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
203 | - |
204 | - [[package]] |
205 | name = "stdweb" |
206 | version = "0.4.20" |
207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
208 | @@ -1656,12 +1628,6 @@ dependencies = [ |
209 | ] |
210 | |
211 | [[package]] |
212 | - name = "tap" |
213 | - version = "1.0.1" |
214 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
215 | - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
216 | - |
217 | - [[package]] |
218 | name = "tempfile" |
219 | version = "3.3.0" |
220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
221 | @@ -1887,6 +1853,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
222 | checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987" |
223 | |
224 | [[package]] |
225 | + name = "unicase" |
226 | + version = "2.6.0" |
227 | + source = "registry+https://github.com/rust-lang/crates.io-index" |
228 | + checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
229 | + dependencies = [ |
230 | + "version_check", |
231 | + ] |
232 | + |
233 | + [[package]] |
234 | name = "unicode-bidi" |
235 | version = "0.3.8" |
236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
237 | @@ -2122,12 +2097,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
238 | checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" |
239 | |
240 | [[package]] |
241 | - name = "wyz" |
242 | - version = "0.2.0" |
243 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
244 | - checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214" |
245 | - |
246 | - [[package]] |
247 | name = "xml-rs" |
248 | version = "0.8.4" |
249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
250 | diff --git a/Cargo.toml b/Cargo.toml |
251 | index 6f2b64e..121753d 100644 |
252 | --- a/Cargo.toml |
253 | +++ b/Cargo.toml |
254 | @@ -15,7 +15,7 @@ categories = ["command-line-utilities"] |
255 | license = "MIT" |
256 | |
257 | [dependencies] |
258 | - askama = "0.10" |
259 | + askama = "0.11" |
260 | async-stream = "0.3" |
261 | async-trait = "0.1" |
262 | backoff = { version = "0.3", features = ["tokio"] } |