Update all dependencies
parent: tbd commit: 5e01639
Showing 6 changed files with 792 insertions and 684 deletions
Cargo.lock
@@ -4,9 +4,9 @@ version = 3 | ||
4 | 4 | |
5 | 5 | [[package]] |
6 | 6 | name = "addr2line" |
7 | version = "0.21.0" | |
7 | version = "0.22.0" | |
8 | 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" | |
9 | checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" | |
10 | 10 | dependencies = [ |
11 | 11 | "gimli", |
12 | 12 | ] |
@@ -29,9 +29,9 @@ dependencies = [ | ||
29 | 29 | |
30 | 30 | [[package]] |
31 | 31 | name = "aes" |
32 | version = "0.8.3" | |
32 | version = "0.8.4" | |
33 | 33 | source = "registry+https://github.com/rust-lang/crates.io-index" |
34 | checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" | |
34 | checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" | |
35 | 35 | dependencies = [ |
36 | 36 | "cfg-if", |
37 | 37 | "cipher", |
@@ -54,32 +54,21 @@ dependencies = [ | ||
54 | 54 | |
55 | 55 | [[package]] |
56 | 56 | name = "ahash" |
57 | version = "0.7.6" | |
58 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
59 | checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" | |
60 | dependencies = [ | |
61 | "getrandom", | |
62 | "once_cell", | |
63 | "version_check", | |
64 | ] | |
65 | ||
66 | [[package]] | |
67 | name = "ahash" | |
68 | version = "0.8.3" | |
57 | version = "0.8.11" | |
69 | 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
70 | checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" | |
59 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" | |
71 | 60 | dependencies = [ |
72 | 61 | "cfg-if", |
73 | "getrandom", | |
74 | 62 | "once_cell", |
75 | 63 | "version_check", |
64 | "zerocopy 0.7.35", | |
76 | 65 | ] |
77 | 66 | |
78 | 67 | [[package]] |
79 | 68 | name = "allocator-api2" |
80 | version = "0.2.16" | |
69 | version = "0.2.18" | |
81 | 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
82 | checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" | |
71 | checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" | |
83 | 72 | |
84 | 73 | [[package]] |
85 | 74 | name = "android-tzdata" |
@@ -98,15 +87,15 @@ dependencies = [ | ||
98 | 87 | |
99 | 88 | [[package]] |
100 | 89 | name = "anyhow" |
101 | version = "1.0.75" | |
90 | version = "1.0.86" | |
102 | 91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
103 | checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" | |
92 | checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" | |
104 | 93 | |
105 | 94 | [[package]] |
106 | 95 | name = "argon2" |
107 | version = "0.5.2" | |
96 | version = "0.5.3" | |
108 | 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
109 | checksum = "17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9" | |
98 | checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" | |
110 | 99 | dependencies = [ |
111 | 100 | "base64ct", |
112 | 101 | "blake2", |
@@ -116,22 +105,24 @@ dependencies = [ | ||
116 | 105 | |
117 | 106 | [[package]] |
118 | 107 | name = "async-lock" |
119 | version = "2.8.0" | |
108 | version = "3.4.0" | |
120 | 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
121 | checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" | |
110 | checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" | |
122 | 111 | dependencies = [ |
123 | 112 | "event-listener", |
113 | "event-listener-strategy", | |
114 | "pin-project-lite", | |
124 | 115 | ] |
125 | 116 | |
126 | 117 | [[package]] |
127 | 118 | name = "async-trait" |
128 | version = "0.1.73" | |
119 | version = "0.1.81" | |
129 | 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
130 | checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" | |
121 | checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" | |
131 | 122 | dependencies = [ |
132 | 123 | "proc-macro2", |
133 | 124 | "quote", |
134 | "syn 2.0.38", | |
125 | "syn", | |
135 | 126 | ] |
136 | 127 | |
137 | 128 | [[package]] |
@@ -144,16 +135,22 @@ dependencies = [ | ||
144 | 135 | ] |
145 | 136 | |
146 | 137 | [[package]] |
138 | name = "atomic-waker" | |
139 | version = "1.1.2" | |
140 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
141 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" | |
142 | ||
143 | [[package]] | |
147 | 144 | name = "autocfg" |
148 | version = "1.1.0" | |
145 | version = "1.3.0" | |
149 | 146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
150 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | |
147 | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" | |
151 | 148 | |
152 | 149 | [[package]] |
153 | 150 | name = "backtrace" |
154 | version = "0.3.69" | |
151 | version = "0.3.73" | |
155 | 152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
156 | checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" | |
153 | checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" | |
157 | 154 | dependencies = [ |
158 | 155 | "addr2line", |
159 | 156 | "cc", |
@@ -166,15 +163,15 @@ dependencies = [ | ||
166 | 163 | |
167 | 164 | [[package]] |
168 | 165 | name = "base64" |
169 | version = "0.13.1" | |
166 | version = "0.21.7" | |
170 | 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
171 | checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" | |
168 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" | |
172 | 169 | |
173 | 170 | [[package]] |
174 | 171 | name = "base64" |
175 | version = "0.21.4" | |
172 | version = "0.22.1" | |
176 | 173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
177 | checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" | |
174 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" | |
178 | 175 | |
179 | 176 | [[package]] |
180 | 177 | name = "base64ct" |
@@ -199,9 +196,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | ||
199 | 196 | |
200 | 197 | [[package]] |
201 | 198 | name = "bitflags" |
202 | version = "2.4.0" | |
199 | version = "2.6.0" | |
203 | 200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
204 | checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" | |
201 | checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" | |
205 | 202 | dependencies = [ |
206 | 203 | "serde", |
207 | 204 | ] |
@@ -226,15 +223,9 @@ dependencies = [ | ||
226 | 223 | |
227 | 224 | [[package]] |
228 | 225 | name = "bumpalo" |
229 | version = "3.14.0" | |
230 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
231 | checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" | |
232 | ||
233 | [[package]] | |
234 | name = "bytecount" | |
235 | version = "0.6.4" | |
226 | version = "3.16.0" | |
236 | 227 | source = "registry+https://github.com/rust-lang/crates.io-index" |
237 | checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7" | |
228 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" | |
238 | 229 | |
239 | 230 | [[package]] |
240 | 231 | name = "byteorder" |
@@ -244,46 +235,15 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" | ||
244 | 235 | |
245 | 236 | [[package]] |
246 | 237 | name = "bytes" |
247 | version = "1.5.0" | |
248 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
249 | checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" | |
250 | ||
251 | [[package]] | |
252 | name = "camino" | |
253 | version = "1.1.6" | |
254 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
255 | checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" | |
256 | dependencies = [ | |
257 | "serde", | |
258 | ] | |
259 | ||
260 | [[package]] | |
261 | name = "cargo-platform" | |
262 | version = "0.1.4" | |
263 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
264 | checksum = "12024c4645c97566567129c204f65d5815a8c9aecf30fcbe682b2fe034996d36" | |
265 | dependencies = [ | |
266 | "serde", | |
267 | ] | |
268 | ||
269 | [[package]] | |
270 | name = "cargo_metadata" | |
271 | version = "0.14.2" | |
238 | version = "1.7.0" | |
272 | 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
273 | checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" | |
274 | dependencies = [ | |
275 | "camino", | |
276 | "cargo-platform", | |
277 | "semver", | |
278 | "serde", | |
279 | "serde_json", | |
280 | ] | |
240 | checksum = "fca2be1d5c43812bae364ee3f30b3afcb7877cf59f4aeb94c66f313a41d2fac9" | |
281 | 241 | |
282 | 242 | [[package]] |
283 | 243 | name = "cc" |
284 | version = "1.0.83" | |
244 | version = "1.1.7" | |
285 | 245 | source = "registry+https://github.com/rust-lang/crates.io-index" |
286 | checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" | |
246 | checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc" | |
287 | 247 | dependencies = [ |
288 | 248 | "jobserver", |
289 | 249 | "libc", |
@@ -297,9 +257,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | ||
297 | 257 | |
298 | 258 | [[package]] |
299 | 259 | name = "chrono" |
300 | version = "0.4.31" | |
260 | version = "0.4.38" | |
301 | 261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
302 | checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" | |
262 | checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" | |
303 | 263 | dependencies = [ |
304 | 264 | "android-tzdata", |
305 | 265 | "iana-time-zone", |
@@ -307,7 +267,7 @@ dependencies = [ | ||
307 | 267 | "num-traits", |
308 | 268 | "serde", |
309 | 269 | "wasm-bindgen", |
310 | "windows-targets", | |
270 | "windows-targets 0.52.6", | |
311 | 271 | ] |
312 | 272 | |
313 | 273 | [[package]] |
@@ -321,16 +281,25 @@ dependencies = [ | ||
321 | 281 | ] |
322 | 282 | |
323 | 283 | [[package]] |
284 | name = "concurrent-queue" | |
285 | version = "2.5.0" | |
286 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
287 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" | |
288 | dependencies = [ | |
289 | "crossbeam-utils", | |
290 | ] | |
291 | ||
292 | [[package]] | |
324 | 293 | name = "const-oid" |
325 | version = "0.9.5" | |
294 | version = "0.9.6" | |
326 | 295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
327 | checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" | |
296 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" | |
328 | 297 | |
329 | 298 | [[package]] |
330 | 299 | name = "core-foundation" |
331 | version = "0.9.3" | |
300 | version = "0.9.4" | |
332 | 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
333 | checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" | |
302 | checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" | |
334 | 303 | dependencies = [ |
335 | 304 | "core-foundation-sys", |
336 | 305 | "libc", |
@@ -338,75 +307,66 @@ dependencies = [ | ||
338 | 307 | |
339 | 308 | [[package]] |
340 | 309 | name = "core-foundation-sys" |
341 | version = "0.8.4" | |
310 | version = "0.8.6" | |
342 | 311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
343 | checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" | |
312 | checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" | |
344 | 313 | |
345 | 314 | [[package]] |
346 | 315 | name = "cpufeatures" |
347 | version = "0.2.9" | |
316 | version = "0.2.12" | |
348 | 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
349 | checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" | |
318 | checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" | |
350 | 319 | dependencies = [ |
351 | 320 | "libc", |
352 | 321 | ] |
353 | 322 | |
354 | 323 | [[package]] |
355 | 324 | name = "crc" |
356 | version = "3.0.1" | |
325 | version = "3.2.1" | |
357 | 326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
358 | checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" | |
327 | checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" | |
359 | 328 | dependencies = [ |
360 | 329 | "crc-catalog", |
361 | 330 | ] |
362 | 331 | |
363 | 332 | [[package]] |
364 | 333 | name = "crc-catalog" |
365 | version = "2.2.0" | |
334 | version = "2.4.0" | |
366 | 335 | source = "registry+https://github.com/rust-lang/crates.io-index" |
367 | checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" | |
336 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" | |
368 | 337 | |
369 | 338 | [[package]] |
370 | 339 | name = "crossbeam-channel" |
371 | version = "0.5.8" | |
340 | version = "0.5.13" | |
372 | 341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
373 | checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" | |
342 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" | |
374 | 343 | dependencies = [ |
375 | "cfg-if", | |
376 | 344 | "crossbeam-utils", |
377 | 345 | ] |
378 | 346 | |
379 | 347 | [[package]] |
380 | 348 | name = "crossbeam-epoch" |
381 | version = "0.9.15" | |
349 | version = "0.9.18" | |
382 | 350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
383 | checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" | |
351 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" | |
384 | 352 | dependencies = [ |
385 | "autocfg", | |
386 | "cfg-if", | |
387 | 353 | "crossbeam-utils", |
388 | "memoffset", | |
389 | "scopeguard", | |
390 | 354 | ] |
391 | 355 | |
392 | 356 | [[package]] |
393 | 357 | name = "crossbeam-queue" |
394 | version = "0.3.8" | |
358 | version = "0.3.11" | |
395 | 359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
396 | checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" | |
360 | checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" | |
397 | 361 | dependencies = [ |
398 | "cfg-if", | |
399 | 362 | "crossbeam-utils", |
400 | 363 | ] |
401 | 364 | |
402 | 365 | [[package]] |
403 | 366 | name = "crossbeam-utils" |
404 | version = "0.8.16" | |
367 | version = "0.8.20" | |
405 | 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
406 | checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" | |
407 | dependencies = [ | |
408 | "cfg-if", | |
409 | ] | |
369 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" | |
410 | 370 | |
411 | 371 | [[package]] |
412 | 372 | name = "crypto-common" |
@@ -430,34 +390,32 @@ dependencies = [ | ||
430 | 390 | |
431 | 391 | [[package]] |
432 | 392 | name = "data-encoding" |
433 | version = "2.4.0" | |
393 | version = "2.6.0" | |
434 | 394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
435 | checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308" | |
395 | checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" | |
436 | 396 | |
437 | 397 | [[package]] |
438 | 398 | name = "deadpool" |
439 | version = "0.9.5" | |
399 | version = "0.12.1" | |
440 | 400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
441 | checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e" | |
401 | checksum = "6541a3916932fe57768d4be0b1ffb5ec7cbf74ca8c903fdfd5c0fe8aa958f0ed" | |
442 | 402 | dependencies = [ |
443 | "async-trait", | |
444 | 403 | "deadpool-runtime", |
445 | 404 | "num_cpus", |
446 | "retain_mut", | |
447 | 405 | "tokio", |
448 | 406 | ] |
449 | 407 | |
450 | 408 | [[package]] |
451 | 409 | name = "deadpool-runtime" |
452 | version = "0.1.3" | |
410 | version = "0.1.4" | |
453 | 411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
454 | checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49" | |
412 | checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" | |
455 | 413 | |
456 | 414 | [[package]] |
457 | 415 | name = "der" |
458 | version = "0.7.8" | |
416 | version = "0.7.9" | |
459 | 417 | source = "registry+https://github.com/rust-lang/crates.io-index" |
460 | checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" | |
418 | checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" | |
461 | 419 | dependencies = [ |
462 | 420 | "const-oid", |
463 | 421 | "pem-rfc7468", |
@@ -466,9 +424,12 @@ dependencies = [ | ||
466 | 424 | |
467 | 425 | [[package]] |
468 | 426 | name = "deranged" |
469 | version = "0.3.8" | |
427 | version = "0.3.11" | |
470 | 428 | source = "registry+https://github.com/rust-lang/crates.io-index" |
471 | checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" | |
429 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" | |
430 | dependencies = [ | |
431 | "powerfmt", | |
432 | ] | |
472 | 433 | |
473 | 434 | [[package]] |
474 | 435 | name = "digest" |
@@ -490,18 +451,18 @@ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" | ||
490 | 451 | |
491 | 452 | [[package]] |
492 | 453 | name = "either" |
493 | version = "1.9.0" | |
454 | version = "1.13.0" | |
494 | 455 | source = "registry+https://github.com/rust-lang/crates.io-index" |
495 | checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" | |
456 | checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" | |
496 | 457 | dependencies = [ |
497 | 458 | "serde", |
498 | 459 | ] |
499 | 460 | |
500 | 461 | [[package]] |
501 | 462 | name = "encoding_rs" |
502 | version = "0.8.33" | |
463 | version = "0.8.34" | |
503 | 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
504 | checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" | |
465 | checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" | |
505 | 466 | dependencies = [ |
506 | 467 | "cfg-if", |
507 | 468 | ] |
@@ -514,21 +475,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" | ||
514 | 475 | |
515 | 476 | [[package]] |
516 | 477 | name = "errno" |
517 | version = "0.3.5" | |
478 | version = "0.3.9" | |
518 | 479 | source = "registry+https://github.com/rust-lang/crates.io-index" |
519 | checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860" | |
480 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" | |
520 | 481 | dependencies = [ |
521 | 482 | "libc", |
522 | "windows-sys", | |
523 | ] | |
524 | ||
525 | [[package]] | |
526 | name = "error-chain" | |
527 | version = "0.12.4" | |
528 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
529 | checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" | |
530 | dependencies = [ | |
531 | "version_check", | |
483 | "windows-sys 0.52.0", | |
532 | 484 | ] |
533 | 485 | |
534 | 486 | [[package]] |
@@ -539,26 +491,35 @@ checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" | ||
539 | 491 | dependencies = [ |
540 | 492 | "cfg-if", |
541 | 493 | "home", |
542 | "windows-sys", | |
494 | "windows-sys 0.48.0", | |
543 | 495 | ] |
544 | 496 | |
545 | 497 | [[package]] |
546 | 498 | name = "event-listener" |
547 | version = "2.5.3" | |
499 | version = "5.3.1" | |
548 | 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
549 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" | |
501 | checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" | |
502 | dependencies = [ | |
503 | "concurrent-queue", | |
504 | "parking", | |
505 | "pin-project-lite", | |
506 | ] | |
550 | 507 | |
551 | 508 | [[package]] |
552 | name = "fastrand" | |
553 | version = "2.0.1" | |
509 | name = "event-listener-strategy" | |
510 | version = "0.5.2" | |
554 | 511 | source = "registry+https://github.com/rust-lang/crates.io-index" |
555 | checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" | |
512 | checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" | |
513 | dependencies = [ | |
514 | "event-listener", | |
515 | "pin-project-lite", | |
516 | ] | |
556 | 517 | |
557 | 518 | [[package]] |
558 | name = "finl_unicode" | |
559 | version = "1.2.0" | |
519 | name = "fastrand" | |
520 | version = "2.1.0" | |
560 | 521 | source = "registry+https://github.com/rust-lang/crates.io-index" |
561 | checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" | |
522 | checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" | |
562 | 523 | |
563 | 524 | [[package]] |
564 | 525 | name = "flume" |
@@ -568,7 +529,7 @@ checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" | ||
568 | 529 | dependencies = [ |
569 | 530 | "futures-core", |
570 | 531 | "futures-sink", |
571 | "spin 0.9.8", | |
532 | "spin", | |
572 | 533 | ] |
573 | 534 | |
574 | 535 | [[package]] |
@@ -594,18 +555,18 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" | ||
594 | 555 | |
595 | 556 | [[package]] |
596 | 557 | name = "form_urlencoded" |
597 | version = "1.2.0" | |
558 | version = "1.2.1" | |
598 | 559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
599 | checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652" | |
560 | checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" | |
600 | 561 | dependencies = [ |
601 | 562 | "percent-encoding", |
602 | 563 | ] |
603 | 564 | |
604 | 565 | [[package]] |
605 | 566 | name = "futures-channel" |
606 | version = "0.3.28" | |
567 | version = "0.3.30" | |
607 | 568 | source = "registry+https://github.com/rust-lang/crates.io-index" |
608 | checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" | |
569 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" | |
609 | 570 | dependencies = [ |
610 | 571 | "futures-core", |
611 | 572 | "futures-sink", |
@@ -613,15 +574,15 @@ dependencies = [ | ||
613 | 574 | |
614 | 575 | [[package]] |
615 | 576 | name = "futures-core" |
616 | version = "0.3.28" | |
577 | version = "0.3.30" | |
617 | 578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
618 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" | |
579 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" | |
619 | 580 | |
620 | 581 | [[package]] |
621 | 582 | name = "futures-executor" |
622 | version = "0.3.28" | |
583 | version = "0.3.30" | |
623 | 584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
624 | checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" | |
585 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" | |
625 | 586 | dependencies = [ |
626 | 587 | "futures-core", |
627 | 588 | "futures-task", |
@@ -641,38 +602,38 @@ dependencies = [ | ||
641 | 602 | |
642 | 603 | [[package]] |
643 | 604 | name = "futures-io" |
644 | version = "0.3.28" | |
605 | version = "0.3.30" | |
645 | 606 | source = "registry+https://github.com/rust-lang/crates.io-index" |
646 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" | |
607 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" | |
647 | 608 | |
648 | 609 | [[package]] |
649 | 610 | name = "futures-macro" |
650 | version = "0.3.28" | |
611 | version = "0.3.30" | |
651 | 612 | source = "registry+https://github.com/rust-lang/crates.io-index" |
652 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" | |
613 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" | |
653 | 614 | dependencies = [ |
654 | 615 | "proc-macro2", |
655 | 616 | "quote", |
656 | "syn 2.0.38", | |
617 | "syn", | |
657 | 618 | ] |
658 | 619 | |
659 | 620 | [[package]] |
660 | 621 | name = "futures-sink" |
661 | version = "0.3.28" | |
622 | version = "0.3.30" | |
662 | 623 | source = "registry+https://github.com/rust-lang/crates.io-index" |
663 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" | |
624 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" | |
664 | 625 | |
665 | 626 | [[package]] |
666 | 627 | name = "futures-task" |
667 | version = "0.3.28" | |
628 | version = "0.3.30" | |
668 | 629 | source = "registry+https://github.com/rust-lang/crates.io-index" |
669 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" | |
630 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" | |
670 | 631 | |
671 | 632 | [[package]] |
672 | 633 | name = "futures-util" |
673 | version = "0.3.28" | |
634 | version = "0.3.30" | |
674 | 635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
675 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" | |
636 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" | |
676 | 637 | dependencies = [ |
677 | 638 | "futures-core", |
678 | 639 | "futures-io", |
@@ -697,20 +658,22 @@ dependencies = [ | ||
697 | 658 | |
698 | 659 | [[package]] |
699 | 660 | name = "getrandom" |
700 | version = "0.2.10" | |
661 | version = "0.2.15" | |
701 | 662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
702 | checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" | |
663 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" | |
703 | 664 | dependencies = [ |
704 | 665 | "cfg-if", |
666 | "js-sys", | |
705 | 667 | "libc", |
706 | 668 | "wasi", |
669 | "wasm-bindgen", | |
707 | 670 | ] |
708 | 671 | |
709 | 672 | [[package]] |
710 | 673 | name = "ghash" |
711 | version = "0.5.0" | |
674 | version = "0.5.1" | |
712 | 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
713 | checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" | |
676 | checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" | |
714 | 677 | dependencies = [ |
715 | 678 | "opaque-debug", |
716 | 679 | "polyval", |
@@ -718,17 +681,17 @@ dependencies = [ | ||
718 | 681 | |
719 | 682 | [[package]] |
720 | 683 | name = "gimli" |
721 | version = "0.28.0" | |
684 | version = "0.29.0" | |
722 | 685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
723 | checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" | |
686 | checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" | |
724 | 687 | |
725 | 688 | [[package]] |
726 | 689 | name = "git2" |
727 | version = "0.17.2" | |
690 | version = "0.19.0" | |
728 | 691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
729 | checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" | |
692 | checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" | |
730 | 693 | dependencies = [ |
731 | "bitflags 1.3.2", | |
694 | "bitflags 2.6.0", | |
732 | 695 | "libc", |
733 | 696 | "libgit2-sys", |
734 | 697 | "log", |
@@ -763,7 +726,7 @@ dependencies = [ | ||
763 | 726 | "anyhow", |
764 | 727 | "argon2", |
765 | 728 | "async-trait", |
766 | "base64 0.21.4", | |
729 | "base64 0.22.1", | |
767 | 730 | "bincode", |
768 | 731 | "chrono", |
769 | 732 | "deadpool", |
@@ -799,7 +762,7 @@ version = "0.1.0" | ||
799 | 762 | dependencies = [ |
800 | 763 | "anyhow", |
801 | 764 | "async-trait", |
802 | "base64 0.21.4", | |
765 | "base64 0.22.1", | |
803 | 766 | "bincode", |
804 | 767 | "chrono", |
805 | 768 | "git2", |
@@ -852,24 +815,18 @@ dependencies = [ | ||
852 | 815 | ] |
853 | 816 | |
854 | 817 | [[package]] |
855 | name = "glob" | |
856 | version = "0.3.1" | |
857 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
858 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" | |
859 | ||
860 | [[package]] | |
861 | 818 | name = "h2" |
862 | version = "0.3.21" | |
819 | version = "0.4.5" | |
863 | 820 | source = "registry+https://github.com/rust-lang/crates.io-index" |
864 | checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" | |
821 | checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" | |
865 | 822 | dependencies = [ |
823 | "atomic-waker", | |
866 | 824 | "bytes", |
867 | 825 | "fnv", |
868 | 826 | "futures-core", |
869 | 827 | "futures-sink", |
870 | "futures-util", | |
871 | 828 | "http", |
872 | "indexmap 1.9.3", | |
829 | "indexmap", | |
873 | 830 | "slab", |
874 | 831 | "tokio", |
875 | 832 | "tokio-util", |
@@ -878,46 +835,34 @@ dependencies = [ | ||
878 | 835 | |
879 | 836 | [[package]] |
880 | 837 | name = "hashbrown" |
881 | version = "0.12.3" | |
882 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
883 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" | |
884 | dependencies = [ | |
885 | "ahash 0.7.6", | |
886 | ] | |
887 | ||
888 | [[package]] | |
889 | name = "hashbrown" | |
890 | version = "0.14.1" | |
838 | version = "0.14.5" | |
891 | 839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
892 | checksum = "7dfda62a12f55daeae5015f81b0baea145391cb4520f86c248fc615d72640d12" | |
840 | checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" | |
893 | 841 | dependencies = [ |
894 | "ahash 0.8.3", | |
842 | "ahash", | |
895 | 843 | "allocator-api2", |
896 | 844 | ] |
897 | 845 | |
898 | 846 | [[package]] |
899 | 847 | name = "hashlink" |
900 | version = "0.8.4" | |
848 | version = "0.9.1" | |
901 | 849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
902 | checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" | |
850 | checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" | |
903 | 851 | dependencies = [ |
904 | "hashbrown 0.14.1", | |
852 | "hashbrown", | |
905 | 853 | ] |
906 | 854 | |
907 | 855 | [[package]] |
908 | 856 | name = "heck" |
909 | version = "0.4.1" | |
857 | version = "0.5.0" | |
910 | 858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
911 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" | |
912 | dependencies = [ | |
913 | "unicode-segmentation", | |
914 | ] | |
859 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" | |
915 | 860 | |
916 | 861 | [[package]] |
917 | 862 | name = "hermit-abi" |
918 | version = "0.3.3" | |
863 | version = "0.3.9" | |
919 | 864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
920 | checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" | |
865 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" | |
921 | 866 | |
922 | 867 | [[package]] |
923 | 868 | name = "hex" |
@@ -927,9 +872,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | ||
927 | 872 | |
928 | 873 | [[package]] |
929 | 874 | name = "hkdf" |
930 | version = "0.12.3" | |
875 | version = "0.12.4" | |
931 | 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
932 | checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" | |
877 | checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" | |
933 | 878 | dependencies = [ |
934 | 879 | "hmac", |
935 | 880 | ] |
@@ -945,18 +890,18 @@ dependencies = [ | ||
945 | 890 | |
946 | 891 | [[package]] |
947 | 892 | name = "home" |
948 | version = "0.5.5" | |
893 | version = "0.5.9" | |
949 | 894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
950 | checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" | |
895 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" | |
951 | 896 | dependencies = [ |
952 | "windows-sys", | |
897 | "windows-sys 0.52.0", | |
953 | 898 | ] |
954 | 899 | |
955 | 900 | [[package]] |
956 | 901 | name = "http" |
957 | version = "0.2.9" | |
902 | version = "1.1.0" | |
958 | 903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
959 | checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" | |
904 | checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" | |
960 | 905 | dependencies = [ |
961 | 906 | "bytes", |
962 | 907 | "fnv", |
@@ -965,76 +910,118 @@ dependencies = [ | ||
965 | 910 | |
966 | 911 | [[package]] |
967 | 912 | name = "http-body" |
968 | version = "0.4.5" | |
913 | version = "1.0.1" | |
969 | 914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
970 | checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" | |
915 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" | |
971 | 916 | dependencies = [ |
972 | 917 | "bytes", |
973 | 918 | "http", |
974 | "pin-project-lite", | |
975 | 919 | ] |
976 | 920 | |
977 | 921 | [[package]] |
978 | name = "httparse" | |
979 | version = "1.8.0" | |
922 | name = "http-body-util" | |
923 | version = "0.1.2" | |
980 | 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
981 | checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" | |
925 | checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" | |
926 | dependencies = [ | |
927 | "bytes", | |
928 | "futures-util", | |
929 | "http", | |
930 | "http-body", | |
931 | "pin-project-lite", | |
932 | ] | |
982 | 933 | |
983 | 934 | [[package]] |
984 | name = "httpdate" | |
985 | version = "1.0.3" | |
935 | name = "httparse" | |
936 | version = "1.9.4" | |
986 | 937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
987 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" | |
938 | checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" | |
988 | 939 | |
989 | 940 | [[package]] |
990 | 941 | name = "hyper" |
991 | version = "0.14.27" | |
942 | version = "1.4.1" | |
992 | 943 | source = "registry+https://github.com/rust-lang/crates.io-index" |
993 | checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" | |
944 | checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" | |
994 | 945 | dependencies = [ |
995 | 946 | "bytes", |
996 | 947 | "futures-channel", |
997 | "futures-core", | |
998 | 948 | "futures-util", |
999 | 949 | "h2", |
1000 | 950 | "http", |
1001 | 951 | "http-body", |
1002 | 952 | "httparse", |
1003 | "httpdate", | |
1004 | 953 | "itoa", |
1005 | 954 | "pin-project-lite", |
1006 | "socket2 0.4.9", | |
955 | "smallvec", | |
1007 | 956 | "tokio", |
1008 | "tower-service", | |
1009 | "tracing", | |
1010 | 957 | "want", |
1011 | 958 | ] |
1012 | 959 | |
1013 | 960 | [[package]] |
961 | name = "hyper-rustls" | |
962 | version = "0.27.2" | |
963 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
964 | checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" | |
965 | dependencies = [ | |
966 | "futures-util", | |
967 | "http", | |
968 | "hyper", | |
969 | "hyper-util", | |
970 | "rustls", | |
971 | "rustls-pki-types", | |
972 | "tokio", | |
973 | "tokio-rustls", | |
974 | "tower-service", | |
975 | ] | |
976 | ||
977 | [[package]] | |
1014 | 978 | name = "hyper-tls" |
1015 | version = "0.5.0" | |
979 | version = "0.6.0" | |
1016 | 980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1017 | checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" | |
981 | checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" | |
1018 | 982 | dependencies = [ |
1019 | 983 | "bytes", |
984 | "http-body-util", | |
1020 | 985 | "hyper", |
986 | "hyper-util", | |
1021 | 987 | "native-tls", |
1022 | 988 | "tokio", |
1023 | 989 | "tokio-native-tls", |
990 | "tower-service", | |
991 | ] | |
992 | ||
993 | [[package]] | |
994 | name = "hyper-util" | |
995 | version = "0.1.6" | |
996 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
997 | checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956" | |
998 | dependencies = [ | |
999 | "bytes", | |
1000 | "futures-channel", | |
1001 | "futures-util", | |
1002 | "http", | |
1003 | "http-body", | |
1004 | "hyper", | |
1005 | "pin-project-lite", | |
1006 | "socket2", | |
1007 | "tokio", | |
1008 | "tower", | |
1009 | "tower-service", | |
1010 | "tracing", | |
1024 | 1011 | ] |
1025 | 1012 | |
1026 | 1013 | [[package]] |
1027 | 1014 | name = "iana-time-zone" |
1028 | version = "0.1.57" | |
1015 | version = "0.1.60" | |
1029 | 1016 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1030 | checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" | |
1017 | checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" | |
1031 | 1018 | dependencies = [ |
1032 | 1019 | "android_system_properties", |
1033 | 1020 | "core-foundation-sys", |
1034 | 1021 | "iana-time-zone-haiku", |
1035 | 1022 | "js-sys", |
1036 | 1023 | "wasm-bindgen", |
1037 | "windows", | |
1024 | "windows-core", | |
1038 | 1025 | ] |
1039 | 1026 | |
1040 | 1027 | [[package]] |
@@ -1048,9 +1035,9 @@ dependencies = [ | ||
1048 | 1035 | |
1049 | 1036 | [[package]] |
1050 | 1037 | name = "idna" |
1051 | version = "0.4.0" | |
1038 | version = "0.5.0" | |
1052 | 1039 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1053 | checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" | |
1040 | checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" | |
1054 | 1041 | dependencies = [ |
1055 | 1042 | "unicode-bidi", |
1056 | 1043 | "unicode-normalization", |
@@ -1058,22 +1045,12 @@ dependencies = [ | ||
1058 | 1045 | |
1059 | 1046 | [[package]] |
1060 | 1047 | name = "indexmap" |
1061 | version = "1.9.3" | |
1062 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1063 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" | |
1064 | dependencies = [ | |
1065 | "autocfg", | |
1066 | "hashbrown 0.12.3", | |
1067 | ] | |
1068 | ||
1069 | [[package]] | |
1070 | name = "indexmap" | |
1071 | version = "2.0.2" | |
1048 | version = "2.3.0" | |
1072 | 1049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1073 | checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897" | |
1050 | checksum = "de3fc2e30ba82dd1b3911c8de1ffc143c74a914a14e99514d7637e3099df5ea0" | |
1074 | 1051 | dependencies = [ |
1075 | 1052 | "equivalent", |
1076 | "hashbrown 0.14.1", | |
1053 | "hashbrown", | |
1077 | 1054 | ] |
1078 | 1055 | |
1079 | 1056 | [[package]] |
@@ -1087,50 +1064,42 @@ dependencies = [ | ||
1087 | 1064 | |
1088 | 1065 | [[package]] |
1089 | 1066 | name = "ipnet" |
1090 | version = "2.8.0" | |
1067 | version = "2.9.0" | |
1091 | 1068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1092 | checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" | |
1093 | ||
1094 | [[package]] | |
1095 | name = "itertools" | |
1096 | version = "0.11.0" | |
1097 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1098 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" | |
1099 | dependencies = [ | |
1100 | "either", | |
1101 | ] | |
1069 | checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" | |
1102 | 1070 | |
1103 | 1071 | [[package]] |
1104 | 1072 | name = "itoa" |
1105 | version = "1.0.9" | |
1073 | version = "1.0.11" | |
1106 | 1074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1107 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" | |
1075 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" | |
1108 | 1076 | |
1109 | 1077 | [[package]] |
1110 | 1078 | name = "jobserver" |
1111 | version = "0.1.27" | |
1079 | version = "0.1.32" | |
1112 | 1080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1113 | checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" | |
1081 | checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" | |
1114 | 1082 | dependencies = [ |
1115 | 1083 | "libc", |
1116 | 1084 | ] |
1117 | 1085 | |
1118 | 1086 | [[package]] |
1119 | 1087 | name = "js-sys" |
1120 | version = "0.3.64" | |
1088 | version = "0.3.69" | |
1121 | 1089 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1122 | checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" | |
1090 | checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" | |
1123 | 1091 | dependencies = [ |
1124 | 1092 | "wasm-bindgen", |
1125 | 1093 | ] |
1126 | 1094 | |
1127 | 1095 | [[package]] |
1128 | 1096 | name = "jsonwebtoken" |
1129 | version = "8.3.0" | |
1097 | version = "9.3.0" | |
1130 | 1098 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1131 | checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378" | |
1099 | checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" | |
1132 | 1100 | dependencies = [ |
1133 | "base64 0.21.4", | |
1101 | "base64 0.21.7", | |
1102 | "js-sys", | |
1134 | 1103 | "pem", |
1135 | 1104 | "ring", |
1136 | 1105 | "serde", |
@@ -1140,24 +1109,24 @@ dependencies = [ | ||
1140 | 1109 | |
1141 | 1110 | [[package]] |
1142 | 1111 | name = "lazy_static" |
1143 | version = "1.4.0" | |
1112 | version = "1.5.0" | |
1144 | 1113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1145 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | |
1114 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" | |
1146 | 1115 | dependencies = [ |
1147 | "spin 0.5.2", | |
1116 | "spin", | |
1148 | 1117 | ] |
1149 | 1118 | |
1150 | 1119 | [[package]] |
1151 | 1120 | name = "libc" |
1152 | version = "0.2.149" | |
1121 | version = "0.2.155" | |
1153 | 1122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1154 | checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" | |
1123 | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" | |
1155 | 1124 | |
1156 | 1125 | [[package]] |
1157 | 1126 | name = "libgit2-sys" |
1158 | version = "0.15.2+1.6.4" | |
1127 | version = "0.17.0+1.8.1" | |
1159 | 1128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1160 | checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" | |
1129 | checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" | |
1161 | 1130 | dependencies = [ |
1162 | 1131 | "cc", |
1163 | 1132 | "libc", |
@@ -1175,9 +1144,9 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" | ||
1175 | 1144 | |
1176 | 1145 | [[package]] |
1177 | 1146 | name = "libsqlite3-sys" |
1178 | version = "0.26.0" | |
1147 | version = "0.28.0" | |
1179 | 1148 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1180 | checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" | |
1149 | checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f" | |
1181 | 1150 | dependencies = [ |
1182 | 1151 | "cc", |
1183 | 1152 | "pkg-config", |
@@ -1200,9 +1169,9 @@ dependencies = [ | ||
1200 | 1169 | |
1201 | 1170 | [[package]] |
1202 | 1171 | name = "libz-sys" |
1203 | version = "1.1.12" | |
1172 | version = "1.1.18" | |
1204 | 1173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1205 | checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b" | |
1174 | checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" | |
1206 | 1175 | dependencies = [ |
1207 | 1176 | "cc", |
1208 | 1177 | "libc", |
@@ -1212,15 +1181,15 @@ dependencies = [ | ||
1212 | 1181 | |
1213 | 1182 | [[package]] |
1214 | 1183 | name = "linux-raw-sys" |
1215 | version = "0.4.10" | |
1184 | version = "0.4.14" | |
1216 | 1185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1217 | checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" | |
1186 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" | |
1218 | 1187 | |
1219 | 1188 | [[package]] |
1220 | 1189 | name = "lock_api" |
1221 | version = "0.4.10" | |
1190 | version = "0.4.12" | |
1222 | 1191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1223 | checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" | |
1192 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" | |
1224 | 1193 | dependencies = [ |
1225 | 1194 | "autocfg", |
1226 | 1195 | "scopeguard", |
@@ -1228,18 +1197,9 @@ dependencies = [ | ||
1228 | 1197 | |
1229 | 1198 | [[package]] |
1230 | 1199 | name = "log" |
1231 | version = "0.4.20" | |
1200 | version = "0.4.22" | |
1232 | 1201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1233 | checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" | |
1234 | ||
1235 | [[package]] | |
1236 | name = "mach2" | |
1237 | version = "0.4.1" | |
1238 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1239 | checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" | |
1240 | dependencies = [ | |
1241 | "libc", | |
1242 | ] | |
1202 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" | |
1243 | 1203 | |
1244 | 1204 | [[package]] |
1245 | 1205 | name = "md-5" |
@@ -1253,18 +1213,9 @@ dependencies = [ | ||
1253 | 1213 | |
1254 | 1214 | [[package]] |
1255 | 1215 | name = "memchr" |
1256 | version = "2.6.4" | |
1257 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1258 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" | |
1259 | ||
1260 | [[package]] | |
1261 | name = "memoffset" | |
1262 | version = "0.9.0" | |
1216 | version = "2.7.4" | |
1263 | 1217 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1264 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" | |
1265 | dependencies = [ | |
1266 | "autocfg", | |
1267 | ] | |
1218 | checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" | |
1268 | 1219 | |
1269 | 1220 | [[package]] |
1270 | 1221 | name = "mime" |
@@ -1280,41 +1231,42 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | ||
1280 | 1231 | |
1281 | 1232 | [[package]] |
1282 | 1233 | name = "miniz_oxide" |
1283 | version = "0.7.1" | |
1234 | version = "0.7.4" | |
1284 | 1235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1285 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" | |
1236 | checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" | |
1286 | 1237 | dependencies = [ |
1287 | 1238 | "adler", |
1288 | 1239 | ] |
1289 | 1240 | |
1290 | 1241 | [[package]] |
1291 | 1242 | name = "mio" |
1292 | version = "0.8.8" | |
1243 | version = "1.0.1" | |
1293 | 1244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1294 | checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" | |
1245 | checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" | |
1295 | 1246 | dependencies = [ |
1247 | "hermit-abi", | |
1296 | 1248 | "libc", |
1297 | 1249 | "wasi", |
1298 | "windows-sys", | |
1250 | "windows-sys 0.52.0", | |
1299 | 1251 | ] |
1300 | 1252 | |
1301 | 1253 | [[package]] |
1302 | 1254 | name = "moka" |
1303 | version = "0.12.1" | |
1255 | version = "0.12.8" | |
1304 | 1256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1305 | checksum = "d8017ec3548ffe7d4cef7ac0e12b044c01164a74c0f3119420faeaf13490ad8b" | |
1257 | checksum = "32cf62eb4dd975d2dde76432fb1075c49e3ee2331cf36f1f8fd4b66550d32b6f" | |
1306 | 1258 | dependencies = [ |
1307 | 1259 | "async-lock", |
1308 | 1260 | "async-trait", |
1309 | 1261 | "crossbeam-channel", |
1310 | 1262 | "crossbeam-epoch", |
1311 | 1263 | "crossbeam-utils", |
1264 | "event-listener", | |
1312 | 1265 | "futures-util", |
1313 | 1266 | "once_cell", |
1314 | 1267 | "parking_lot", |
1315 | 1268 | "quanta", |
1316 | 1269 | "rustc_version", |
1317 | "skeptic", | |
1318 | 1270 | "smallvec", |
1319 | 1271 | "tagptr", |
1320 | 1272 | "thiserror", |
@@ -1324,11 +1276,10 @@ dependencies = [ | ||
1324 | 1276 | |
1325 | 1277 | [[package]] |
1326 | 1278 | name = "native-tls" |
1327 | version = "0.2.11" | |
1279 | version = "0.2.12" | |
1328 | 1280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1329 | checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" | |
1281 | checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" | |
1330 | 1282 | dependencies = [ |
1331 | "lazy_static", | |
1332 | 1283 | "libc", |
1333 | 1284 | "log", |
1334 | 1285 | "openssl", |
@@ -1362,11 +1313,10 @@ dependencies = [ | ||
1362 | 1313 | |
1363 | 1314 | [[package]] |
1364 | 1315 | name = "num-bigint" |
1365 | version = "0.4.4" | |
1316 | version = "0.4.6" | |
1366 | 1317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1367 | checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" | |
1318 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" | |
1368 | 1319 | dependencies = [ |
1369 | "autocfg", | |
1370 | 1320 | "num-integer", |
1371 | 1321 | "num-traits", |
1372 | 1322 | ] |
@@ -1389,20 +1339,25 @@ dependencies = [ | ||
1389 | 1339 | ] |
1390 | 1340 | |
1391 | 1341 | [[package]] |
1342 | name = "num-conv" | |
1343 | version = "0.1.0" | |
1344 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1345 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" | |
1346 | ||
1347 | [[package]] | |
1392 | 1348 | name = "num-integer" |
1393 | version = "0.1.45" | |
1349 | version = "0.1.46" | |
1394 | 1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1395 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" | |
1351 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" | |
1396 | 1352 | dependencies = [ |
1397 | "autocfg", | |
1398 | 1353 | "num-traits", |
1399 | 1354 | ] |
1400 | 1355 | |
1401 | 1356 | [[package]] |
1402 | 1357 | name = "num-iter" |
1403 | version = "0.1.43" | |
1358 | version = "0.1.45" | |
1404 | 1359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1405 | checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" | |
1360 | checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" | |
1406 | 1361 | dependencies = [ |
1407 | 1362 | "autocfg", |
1408 | 1363 | "num-integer", |
@@ -1411,9 +1366,9 @@ dependencies = [ | ||
1411 | 1366 | |
1412 | 1367 | [[package]] |
1413 | 1368 | name = "num-traits" |
1414 | version = "0.2.17" | |
1369 | version = "0.2.19" | |
1415 | 1370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1416 | checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" | |
1371 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" | |
1417 | 1372 | dependencies = [ |
1418 | 1373 | "autocfg", |
1419 | 1374 | "libm", |
@@ -1431,32 +1386,32 @@ dependencies = [ | ||
1431 | 1386 | |
1432 | 1387 | [[package]] |
1433 | 1388 | name = "object" |
1434 | version = "0.32.1" | |
1389 | version = "0.36.2" | |
1435 | 1390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1436 | checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" | |
1391 | checksum = "3f203fa8daa7bb185f760ae12bd8e097f63d17041dcdcaf675ac54cdf863170e" | |
1437 | 1392 | dependencies = [ |
1438 | 1393 | "memchr", |
1439 | 1394 | ] |
1440 | 1395 | |
1441 | 1396 | [[package]] |
1442 | 1397 | name = "once_cell" |
1443 | version = "1.18.0" | |
1398 | version = "1.19.0" | |
1444 | 1399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1445 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" | |
1400 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" | |
1446 | 1401 | |
1447 | 1402 | [[package]] |
1448 | 1403 | name = "opaque-debug" |
1449 | version = "0.3.0" | |
1404 | version = "0.3.1" | |
1450 | 1405 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1451 | checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" | |
1406 | checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" | |
1452 | 1407 | |
1453 | 1408 | [[package]] |
1454 | 1409 | name = "openssl" |
1455 | version = "0.10.57" | |
1410 | version = "0.10.66" | |
1456 | 1411 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1457 | checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" | |
1412 | checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" | |
1458 | 1413 | dependencies = [ |
1459 | "bitflags 2.4.0", | |
1414 | "bitflags 2.6.0", | |
1460 | 1415 | "cfg-if", |
1461 | 1416 | "foreign-types", |
1462 | 1417 | "libc", |
@@ -1473,7 +1428,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" | ||
1473 | 1428 | dependencies = [ |
1474 | 1429 | "proc-macro2", |
1475 | 1430 | "quote", |
1476 | "syn 2.0.38", | |
1431 | "syn", | |
1477 | 1432 | ] |
1478 | 1433 | |
1479 | 1434 | [[package]] |
@@ -1484,9 +1439,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" | ||
1484 | 1439 | |
1485 | 1440 | [[package]] |
1486 | 1441 | name = "openssl-sys" |
1487 | version = "0.9.93" | |
1442 | version = "0.9.103" | |
1488 | 1443 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1489 | checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d" | |
1444 | checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" | |
1490 | 1445 | dependencies = [ |
1491 | 1446 | "cc", |
1492 | 1447 | "libc", |
@@ -1501,10 +1456,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1501 | 1456 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
1502 | 1457 | |
1503 | 1458 | [[package]] |
1459 | name = "parking" | |
1460 | version = "2.2.0" | |
1461 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1462 | checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" | |
1463 | ||
1464 | [[package]] | |
1504 | 1465 | name = "parking_lot" |
1505 | version = "0.12.1" | |
1466 | version = "0.12.3" | |
1506 | 1467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1507 | checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" | |
1468 | checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" | |
1508 | 1469 | dependencies = [ |
1509 | 1470 | "lock_api", |
1510 | 1471 | "parking_lot_core", |
@@ -1512,15 +1473,15 @@ dependencies = [ | ||
1512 | 1473 | |
1513 | 1474 | [[package]] |
1514 | 1475 | name = "parking_lot_core" |
1515 | version = "0.9.8" | |
1476 | version = "0.9.10" | |
1516 | 1477 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1517 | checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" | |
1478 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" | |
1518 | 1479 | dependencies = [ |
1519 | 1480 | "cfg-if", |
1520 | 1481 | "libc", |
1521 | "redox_syscall", | |
1482 | "redox_syscall 0.5.3", | |
1522 | 1483 | "smallvec", |
1523 | "windows-targets", | |
1484 | "windows-targets 0.52.6", | |
1524 | 1485 | ] |
1525 | 1486 | |
1526 | 1487 | [[package]] |
@@ -1536,17 +1497,18 @@ dependencies = [ | ||
1536 | 1497 | |
1537 | 1498 | [[package]] |
1538 | 1499 | name = "paste" |
1539 | version = "1.0.14" | |
1500 | version = "1.0.15" | |
1540 | 1501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1541 | checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" | |
1502 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" | |
1542 | 1503 | |
1543 | 1504 | [[package]] |
1544 | 1505 | name = "pem" |
1545 | version = "1.1.1" | |
1506 | version = "3.0.4" | |
1546 | 1507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1547 | checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" | |
1508 | checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" | |
1548 | 1509 | dependencies = [ |
1549 | "base64 0.13.1", | |
1510 | "base64 0.22.1", | |
1511 | "serde", | |
1550 | 1512 | ] |
1551 | 1513 | |
1552 | 1514 | [[package]] |
@@ -1560,15 +1522,35 @@ dependencies = [ | ||
1560 | 1522 | |
1561 | 1523 | [[package]] |
1562 | 1524 | name = "percent-encoding" |
1563 | version = "2.3.0" | |
1525 | version = "2.3.1" | |
1564 | 1526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1565 | checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" | |
1527 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" | |
1528 | ||
1529 | [[package]] | |
1530 | name = "pin-project" | |
1531 | version = "1.1.5" | |
1532 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1533 | checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" | |
1534 | dependencies = [ | |
1535 | "pin-project-internal", | |
1536 | ] | |
1537 | ||
1538 | [[package]] | |
1539 | name = "pin-project-internal" | |
1540 | version = "1.1.5" | |
1541 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1542 | checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" | |
1543 | dependencies = [ | |
1544 | "proc-macro2", | |
1545 | "quote", | |
1546 | "syn", | |
1547 | ] | |
1566 | 1548 | |
1567 | 1549 | [[package]] |
1568 | 1550 | name = "pin-project-lite" |
1569 | version = "0.2.13" | |
1551 | version = "0.2.14" | |
1570 | 1552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1571 | checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" | |
1553 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" | |
1572 | 1554 | |
1573 | 1555 | [[package]] |
1574 | 1556 | name = "pin-utils" |
@@ -1599,15 +1581,15 @@ dependencies = [ | ||
1599 | 1581 | |
1600 | 1582 | [[package]] |
1601 | 1583 | name = "pkg-config" |
1602 | version = "0.3.27" | |
1584 | version = "0.3.30" | |
1603 | 1585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1604 | checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" | |
1586 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" | |
1605 | 1587 | |
1606 | 1588 | [[package]] |
1607 | 1589 | name = "polyval" |
1608 | version = "0.6.1" | |
1590 | version = "0.6.2" | |
1609 | 1591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1610 | checksum = "d52cff9d1d4dee5fe6d03729099f4a310a41179e0a10dbf542039873f2e826fb" | |
1592 | checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" | |
1611 | 1593 | dependencies = [ |
1612 | 1594 | "cfg-if", |
1613 | 1595 | "cpufeatures", |
@@ -1616,40 +1598,37 @@ dependencies = [ | ||
1616 | 1598 | ] |
1617 | 1599 | |
1618 | 1600 | [[package]] |
1619 | name = "ppv-lite86" | |
1620 | version = "0.2.17" | |
1601 | name = "powerfmt" | |
1602 | version = "0.2.0" | |
1621 | 1603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1622 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
1604 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" | |
1623 | 1605 | |
1624 | 1606 | [[package]] |
1625 | name = "proc-macro2" | |
1626 | version = "1.0.69" | |
1607 | name = "ppv-lite86" | |
1608 | version = "0.2.18" | |
1627 | 1609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1628 | checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" | |
1610 | checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f" | |
1629 | 1611 | dependencies = [ |
1630 | "unicode-ident", | |
1612 | "zerocopy 0.6.6", | |
1631 | 1613 | ] |
1632 | 1614 | |
1633 | 1615 | [[package]] |
1634 | name = "pulldown-cmark" | |
1635 | version = "0.9.3" | |
1616 | name = "proc-macro2" | |
1617 | version = "1.0.86" | |
1636 | 1618 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1637 | checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" | |
1619 | checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" | |
1638 | 1620 | dependencies = [ |
1639 | "bitflags 1.3.2", | |
1640 | "memchr", | |
1641 | "unicase", | |
1621 | "unicode-ident", | |
1642 | 1622 | ] |
1643 | 1623 | |
1644 | 1624 | [[package]] |
1645 | 1625 | name = "quanta" |
1646 | version = "0.11.1" | |
1626 | version = "0.12.3" | |
1647 | 1627 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1648 | checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab" | |
1628 | checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" | |
1649 | 1629 | dependencies = [ |
1650 | 1630 | "crossbeam-utils", |
1651 | 1631 | "libc", |
1652 | "mach2", | |
1653 | 1632 | "once_cell", |
1654 | 1633 | "raw-cpuid", |
1655 | 1634 | "wasi", |
@@ -1659,9 +1638,9 @@ dependencies = [ | ||
1659 | 1638 | |
1660 | 1639 | [[package]] |
1661 | 1640 | name = "quote" |
1662 | version = "1.0.33" | |
1641 | version = "1.0.36" | |
1663 | 1642 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1664 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" | |
1643 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" | |
1665 | 1644 | dependencies = [ |
1666 | 1645 | "proc-macro2", |
1667 | 1646 | ] |
@@ -1698,29 +1677,38 @@ dependencies = [ | ||
1698 | 1677 | |
1699 | 1678 | [[package]] |
1700 | 1679 | name = "raw-cpuid" |
1701 | version = "10.7.0" | |
1680 | version = "11.1.0" | |
1702 | 1681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1703 | checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" | |
1682 | checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" | |
1704 | 1683 | dependencies = [ |
1705 | "bitflags 1.3.2", | |
1684 | "bitflags 2.6.0", | |
1706 | 1685 | ] |
1707 | 1686 | |
1708 | 1687 | [[package]] |
1709 | 1688 | name = "redox_syscall" |
1710 | version = "0.3.5" | |
1689 | version = "0.4.1" | |
1711 | 1690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1712 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" | |
1691 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" | |
1713 | 1692 | dependencies = [ |
1714 | 1693 | "bitflags 1.3.2", |
1715 | 1694 | ] |
1716 | 1695 | |
1717 | 1696 | [[package]] |
1697 | name = "redox_syscall" | |
1698 | version = "0.5.3" | |
1699 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1700 | checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" | |
1701 | dependencies = [ | |
1702 | "bitflags 2.6.0", | |
1703 | ] | |
1704 | ||
1705 | [[package]] | |
1718 | 1706 | name = "reqwest" |
1719 | version = "0.11.22" | |
1707 | version = "0.12.5" | |
1720 | 1708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1721 | checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b" | |
1709 | checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" | |
1722 | 1710 | dependencies = [ |
1723 | "base64 0.21.4", | |
1711 | "base64 0.22.1", | |
1724 | 1712 | "bytes", |
1725 | 1713 | "encoding_rs", |
1726 | 1714 | "futures-core", |
@@ -1728,8 +1716,11 @@ dependencies = [ | ||
1728 | 1716 | "h2", |
1729 | 1717 | "http", |
1730 | 1718 | "http-body", |
1719 | "http-body-util", | |
1731 | 1720 | "hyper", |
1721 | "hyper-rustls", | |
1732 | 1722 | "hyper-tls", |
1723 | "hyper-util", | |
1733 | 1724 | "ipnet", |
1734 | 1725 | "js-sys", |
1735 | 1726 | "log", |
@@ -1738,9 +1729,11 @@ dependencies = [ | ||
1738 | 1729 | "once_cell", |
1739 | 1730 | "percent-encoding", |
1740 | 1731 | "pin-project-lite", |
1732 | "rustls-pemfile", | |
1741 | 1733 | "serde", |
1742 | 1734 | "serde_json", |
1743 | 1735 | "serde_urlencoded", |
1736 | "sync_wrapper", | |
1744 | 1737 | "system-configuration", |
1745 | 1738 | "tokio", |
1746 | 1739 | "tokio-native-tls", |
@@ -1753,38 +1746,30 @@ dependencies = [ | ||
1753 | 1746 | ] |
1754 | 1747 | |
1755 | 1748 | [[package]] |
1756 | name = "retain_mut" | |
1757 | version = "0.1.9" | |
1758 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1759 | checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" | |
1760 | ||
1761 | [[package]] | |
1762 | 1749 | name = "ring" |
1763 | version = "0.16.20" | |
1750 | version = "0.17.8" | |
1764 | 1751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1765 | checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" | |
1752 | checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" | |
1766 | 1753 | dependencies = [ |
1767 | 1754 | "cc", |
1755 | "cfg-if", | |
1756 | "getrandom", | |
1768 | 1757 | "libc", |
1769 | "once_cell", | |
1770 | "spin 0.5.2", | |
1758 | "spin", | |
1771 | 1759 | "untrusted", |
1772 | "web-sys", | |
1773 | "winapi", | |
1760 | "windows-sys 0.52.0", | |
1774 | 1761 | ] |
1775 | 1762 | |
1776 | 1763 | [[package]] |
1777 | 1764 | name = "rsa" |
1778 | version = "0.9.2" | |
1765 | version = "0.9.6" | |
1779 | 1766 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1780 | checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8" | |
1767 | checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" | |
1781 | 1768 | dependencies = [ |
1782 | "byteorder", | |
1783 | 1769 | "const-oid", |
1784 | 1770 | "digest", |
1785 | 1771 | "num-bigint-dig", |
1786 | 1772 | "num-integer", |
1787 | "num-iter", | |
1788 | 1773 | "num-traits", |
1789 | 1774 | "pkcs1", |
1790 | 1775 | "pkcs8", |
@@ -1798,9 +1783,9 @@ dependencies = [ | ||
1798 | 1783 | |
1799 | 1784 | [[package]] |
1800 | 1785 | name = "rustc-demangle" |
1801 | version = "0.1.23" | |
1786 | version = "0.1.24" | |
1802 | 1787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1803 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" | |
1788 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" | |
1804 | 1789 | |
1805 | 1790 | [[package]] |
1806 | 1791 | name = "rustc_version" |
@@ -1813,39 +1798,70 @@ dependencies = [ | ||
1813 | 1798 | |
1814 | 1799 | [[package]] |
1815 | 1800 | name = "rustix" |
1816 | version = "0.38.18" | |
1801 | version = "0.38.34" | |
1817 | 1802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1818 | checksum = "5a74ee2d7c2581cd139b42447d7d9389b889bdaad3a73f1ebb16f2a3237bb19c" | |
1803 | checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" | |
1819 | 1804 | dependencies = [ |
1820 | "bitflags 2.4.0", | |
1805 | "bitflags 2.6.0", | |
1821 | 1806 | "errno", |
1822 | 1807 | "libc", |
1823 | 1808 | "linux-raw-sys", |
1824 | "windows-sys", | |
1809 | "windows-sys 0.52.0", | |
1825 | 1810 | ] |
1826 | 1811 | |
1827 | 1812 | [[package]] |
1828 | name = "ryu" | |
1829 | version = "1.0.15" | |
1813 | name = "rustls" | |
1814 | version = "0.23.12" | |
1830 | 1815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1831 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" | |
1816 | checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" | |
1817 | dependencies = [ | |
1818 | "once_cell", | |
1819 | "rustls-pki-types", | |
1820 | "rustls-webpki", | |
1821 | "subtle", | |
1822 | "zeroize", | |
1823 | ] | |
1832 | 1824 | |
1833 | 1825 | [[package]] |
1834 | name = "same-file" | |
1835 | version = "1.0.6" | |
1826 | name = "rustls-pemfile" | |
1827 | version = "2.1.2" | |
1836 | 1828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1837 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | |
1829 | checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" | |
1838 | 1830 | dependencies = [ |
1839 | "winapi-util", | |
1831 | "base64 0.22.1", | |
1832 | "rustls-pki-types", | |
1840 | 1833 | ] |
1841 | 1834 | |
1842 | 1835 | [[package]] |
1836 | name = "rustls-pki-types" | |
1837 | version = "1.7.0" | |
1838 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1839 | checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" | |
1840 | ||
1841 | [[package]] | |
1842 | name = "rustls-webpki" | |
1843 | version = "0.102.6" | |
1844 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1845 | checksum = "8e6b52d4fda176fd835fdc55a835d4a89b8499cad995885a21149d5ad62f852e" | |
1846 | dependencies = [ | |
1847 | "ring", | |
1848 | "rustls-pki-types", | |
1849 | "untrusted", | |
1850 | ] | |
1851 | ||
1852 | [[package]] | |
1853 | name = "ryu" | |
1854 | version = "1.0.18" | |
1855 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
1856 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" | |
1857 | ||
1858 | [[package]] | |
1843 | 1859 | name = "schannel" |
1844 | version = "0.1.22" | |
1860 | version = "0.1.23" | |
1845 | 1861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1846 | checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" | |
1862 | checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" | |
1847 | 1863 | dependencies = [ |
1848 | "windows-sys", | |
1864 | "windows-sys 0.52.0", | |
1849 | 1865 | ] |
1850 | 1866 | |
1851 | 1867 | [[package]] |
@@ -1866,11 +1882,11 @@ dependencies = [ | ||
1866 | 1882 | |
1867 | 1883 | [[package]] |
1868 | 1884 | name = "security-framework" |
1869 | version = "2.9.2" | |
1885 | version = "2.11.1" | |
1870 | 1886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1871 | checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de" | |
1887 | checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" | |
1872 | 1888 | dependencies = [ |
1873 | "bitflags 1.3.2", | |
1889 | "bitflags 2.6.0", | |
1874 | 1890 | "core-foundation", |
1875 | 1891 | "core-foundation-sys", |
1876 | 1892 | "libc", |
@@ -1879,9 +1895,9 @@ dependencies = [ | ||
1879 | 1895 | |
1880 | 1896 | [[package]] |
1881 | 1897 | name = "security-framework-sys" |
1882 | version = "2.9.1" | |
1898 | version = "2.11.1" | |
1883 | 1899 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1884 | checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a" | |
1900 | checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" | |
1885 | 1901 | dependencies = [ |
1886 | 1902 | "core-foundation-sys", |
1887 | 1903 | "libc", |
@@ -1889,49 +1905,50 @@ dependencies = [ | ||
1889 | 1905 | |
1890 | 1906 | [[package]] |
1891 | 1907 | name = "semver" |
1892 | version = "1.0.20" | |
1908 | version = "1.0.23" | |
1893 | 1909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1894 | checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" | |
1910 | checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" | |
1895 | 1911 | dependencies = [ |
1896 | 1912 | "serde", |
1897 | 1913 | ] |
1898 | 1914 | |
1899 | 1915 | [[package]] |
1900 | 1916 | name = "serde" |
1901 | version = "1.0.188" | |
1917 | version = "1.0.204" | |
1902 | 1918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1903 | checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" | |
1919 | checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" | |
1904 | 1920 | dependencies = [ |
1905 | 1921 | "serde_derive", |
1906 | 1922 | ] |
1907 | 1923 | |
1908 | 1924 | [[package]] |
1909 | 1925 | name = "serde_derive" |
1910 | version = "1.0.188" | |
1926 | version = "1.0.204" | |
1911 | 1927 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1912 | checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" | |
1928 | checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" | |
1913 | 1929 | dependencies = [ |
1914 | 1930 | "proc-macro2", |
1915 | 1931 | "quote", |
1916 | "syn 2.0.38", | |
1932 | "syn", | |
1917 | 1933 | ] |
1918 | 1934 | |
1919 | 1935 | [[package]] |
1920 | 1936 | name = "serde_json" |
1921 | version = "1.0.107" | |
1937 | version = "1.0.121" | |
1922 | 1938 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1923 | checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" | |
1939 | checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609" | |
1924 | 1940 | dependencies = [ |
1925 | 1941 | "itoa", |
1942 | "memchr", | |
1926 | 1943 | "ryu", |
1927 | 1944 | "serde", |
1928 | 1945 | ] |
1929 | 1946 | |
1930 | 1947 | [[package]] |
1931 | 1948 | name = "serde_spanned" |
1932 | version = "0.6.3" | |
1949 | version = "0.6.7" | |
1933 | 1950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1934 | checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186" | |
1951 | checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" | |
1935 | 1952 | dependencies = [ |
1936 | 1953 | "serde", |
1937 | 1954 | ] |
@@ -1981,18 +1998,18 @@ dependencies = [ | ||
1981 | 1998 | |
1982 | 1999 | [[package]] |
1983 | 2000 | name = "signal-hook-registry" |
1984 | version = "1.4.1" | |
2001 | version = "1.4.2" | |
1985 | 2002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1986 | checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" | |
2003 | checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" | |
1987 | 2004 | dependencies = [ |
1988 | 2005 | "libc", |
1989 | 2006 | ] |
1990 | 2007 | |
1991 | 2008 | [[package]] |
1992 | 2009 | name = "signature" |
1993 | version = "2.1.0" | |
2010 | version = "2.2.0" | |
1994 | 2011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1995 | checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" | |
2012 | checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" | |
1996 | 2013 | dependencies = [ |
1997 | 2014 | "digest", |
1998 | 2015 | "rand_core", |
@@ -2011,21 +2028,6 @@ dependencies = [ | ||
2011 | 2028 | ] |
2012 | 2029 | |
2013 | 2030 | [[package]] |
2014 | name = "skeptic" | |
2015 | version = "0.13.7" | |
2016 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2017 | checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" | |
2018 | dependencies = [ | |
2019 | "bytecount", | |
2020 | "cargo_metadata", | |
2021 | "error-chain", | |
2022 | "glob", | |
2023 | "pulldown-cmark", | |
2024 | "tempfile", | |
2025 | "walkdir", | |
2026 | ] | |
2027 | ||
2028 | [[package]] | |
2029 | 2031 | name = "slab" |
2030 | 2032 | version = "0.4.9" |
2031 | 2033 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2036,38 +2038,25 @@ dependencies = [ | ||
2036 | 2038 | |
2037 | 2039 | [[package]] |
2038 | 2040 | name = "smallvec" |
2039 | version = "1.11.1" | |
2040 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2041 | checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" | |
2042 | ||
2043 | [[package]] | |
2044 | name = "socket2" | |
2045 | version = "0.4.9" | |
2041 | version = "1.13.2" | |
2046 | 2042 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2047 | checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" | |
2043 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" | |
2048 | 2044 | dependencies = [ |
2049 | "libc", | |
2050 | "winapi", | |
2045 | "serde", | |
2051 | 2046 | ] |
2052 | 2047 | |
2053 | 2048 | [[package]] |
2054 | 2049 | name = "socket2" |
2055 | version = "0.5.4" | |
2050 | version = "0.5.7" | |
2056 | 2051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2057 | checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e" | |
2052 | checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" | |
2058 | 2053 | dependencies = [ |
2059 | 2054 | "libc", |
2060 | "windows-sys", | |
2055 | "windows-sys 0.52.0", | |
2061 | 2056 | ] |
2062 | 2057 | |
2063 | 2058 | [[package]] |
2064 | 2059 | name = "spin" |
2065 | version = "0.5.2" | |
2066 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2067 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" | |
2068 | ||
2069 | [[package]] | |
2070 | name = "spin" | |
2071 | 2060 | version = "0.9.8" |
2072 | 2061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2073 | 2062 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
@@ -2077,9 +2066,9 @@ dependencies = [ | ||
2077 | 2066 | |
2078 | 2067 | [[package]] |
2079 | 2068 | name = "spki" |
2080 | version = "0.7.2" | |
2069 | version = "0.7.3" | |
2081 | 2070 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2082 | checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" | |
2071 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" | |
2083 | 2072 | dependencies = [ |
2084 | 2073 | "base64ct", |
2085 | 2074 | "der", |
@@ -2087,20 +2076,19 @@ dependencies = [ | ||
2087 | 2076 | |
2088 | 2077 | [[package]] |
2089 | 2078 | name = "sqlformat" |
2090 | version = "0.2.2" | |
2079 | version = "0.2.4" | |
2091 | 2080 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2092 | checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85" | |
2081 | checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f" | |
2093 | 2082 | dependencies = [ |
2094 | "itertools", | |
2095 | 2083 | "nom", |
2096 | 2084 | "unicode_categories", |
2097 | 2085 | ] |
2098 | 2086 | |
2099 | 2087 | [[package]] |
2100 | 2088 | name = "sqlx" |
2101 | version = "0.7.2" | |
2089 | version = "0.8.0" | |
2102 | 2090 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2103 | checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33" | |
2091 | checksum = "27144619c6e5802f1380337a209d2ac1c431002dd74c6e60aebff3c506dc4f0c" | |
2104 | 2092 | dependencies = [ |
2105 | 2093 | "sqlx-core", |
2106 | 2094 | "sqlx-macros", |
@@ -2111,18 +2099,16 @@ dependencies = [ | ||
2111 | 2099 | |
2112 | 2100 | [[package]] |
2113 | 2101 | name = "sqlx-core" |
2114 | version = "0.7.2" | |
2102 | version = "0.8.0" | |
2115 | 2103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2116 | checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d" | |
2104 | checksum = "a999083c1af5b5d6c071d34a708a19ba3e02106ad82ef7bbd69f5e48266b613b" | |
2117 | 2105 | dependencies = [ |
2118 | "ahash 0.8.3", | |
2119 | 2106 | "atoi", |
2120 | 2107 | "byteorder", |
2121 | 2108 | "bytes", |
2122 | 2109 | "chrono", |
2123 | 2110 | "crc", |
2124 | 2111 | "crossbeam-queue", |
2125 | "dotenvy", | |
2126 | 2112 | "either", |
2127 | 2113 | "event-listener", |
2128 | 2114 | "futures-channel", |
@@ -2130,9 +2116,10 @@ dependencies = [ | ||
2130 | 2116 | "futures-intrusive", |
2131 | 2117 | "futures-io", |
2132 | 2118 | "futures-util", |
2119 | "hashbrown", | |
2133 | 2120 | "hashlink", |
2134 | 2121 | "hex", |
2135 | "indexmap 2.0.2", | |
2122 | "indexmap", | |
2136 | 2123 | "log", |
2137 | 2124 | "memchr", |
2138 | 2125 | "native-tls", |
@@ -2153,22 +2140,22 @@ dependencies = [ | ||
2153 | 2140 | |
2154 | 2141 | [[package]] |
2155 | 2142 | name = "sqlx-macros" |
2156 | version = "0.7.2" | |
2143 | version = "0.8.0" | |
2157 | 2144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2158 | checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec" | |
2145 | checksum = "a23217eb7d86c584b8cbe0337b9eacf12ab76fe7673c513141ec42565698bb88" | |
2159 | 2146 | dependencies = [ |
2160 | 2147 | "proc-macro2", |
2161 | 2148 | "quote", |
2162 | 2149 | "sqlx-core", |
2163 | 2150 | "sqlx-macros-core", |
2164 | "syn 1.0.109", | |
2151 | "syn", | |
2165 | 2152 | ] |
2166 | 2153 | |
2167 | 2154 | [[package]] |
2168 | 2155 | name = "sqlx-macros-core" |
2169 | version = "0.7.2" | |
2156 | version = "0.8.0" | |
2170 | 2157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2171 | checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc" | |
2158 | checksum = "1a099220ae541c5db479c6424bdf1b200987934033c2584f79a0e1693601e776" | |
2172 | 2159 | dependencies = [ |
2173 | 2160 | "dotenvy", |
2174 | 2161 | "either", |
@@ -2184,7 +2171,7 @@ dependencies = [ | ||
2184 | 2171 | "sqlx-mysql", |
2185 | 2172 | "sqlx-postgres", |
2186 | 2173 | "sqlx-sqlite", |
2187 | "syn 1.0.109", | |
2174 | "syn", | |
2188 | 2175 | "tempfile", |
2189 | 2176 | "tokio", |
2190 | 2177 | "url", |
@@ -2192,13 +2179,13 @@ dependencies = [ | ||
2192 | 2179 | |
2193 | 2180 | [[package]] |
2194 | 2181 | name = "sqlx-mysql" |
2195 | version = "0.7.2" | |
2182 | version = "0.8.0" | |
2196 | 2183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2197 | checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db" | |
2184 | checksum = "5afe4c38a9b417b6a9a5eeffe7235d0a106716495536e7727d1c7f4b1ff3eba6" | |
2198 | 2185 | dependencies = [ |
2199 | 2186 | "atoi", |
2200 | "base64 0.21.4", | |
2201 | "bitflags 2.4.0", | |
2187 | "base64 0.22.1", | |
2188 | "bitflags 2.6.0", | |
2202 | 2189 | "byteorder", |
2203 | 2190 | "bytes", |
2204 | 2191 | "chrono", |
@@ -2235,13 +2222,13 @@ dependencies = [ | ||
2235 | 2222 | |
2236 | 2223 | [[package]] |
2237 | 2224 | name = "sqlx-postgres" |
2238 | version = "0.7.2" | |
2225 | version = "0.8.0" | |
2239 | 2226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2240 | checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624" | |
2227 | checksum = "b1dbb157e65f10dbe01f729339c06d239120221c9ad9fa0ba8408c4cc18ecf21" | |
2241 | 2228 | dependencies = [ |
2242 | 2229 | "atoi", |
2243 | "base64 0.21.4", | |
2244 | "bitflags 2.4.0", | |
2230 | "base64 0.22.1", | |
2231 | "bitflags 2.6.0", | |
2245 | 2232 | "byteorder", |
2246 | 2233 | "chrono", |
2247 | 2234 | "crc", |
@@ -2263,7 +2250,6 @@ dependencies = [ | ||
2263 | 2250 | "rand", |
2264 | 2251 | "serde", |
2265 | 2252 | "serde_json", |
2266 | "sha1", | |
2267 | 2253 | "sha2", |
2268 | 2254 | "smallvec", |
2269 | 2255 | "sqlx-core", |
@@ -2275,9 +2261,9 @@ dependencies = [ | ||
2275 | 2261 | |
2276 | 2262 | [[package]] |
2277 | 2263 | name = "sqlx-sqlite" |
2278 | version = "0.7.2" | |
2264 | version = "0.8.0" | |
2279 | 2265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2280 | checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f" | |
2266 | checksum = "9b2cdd83c008a622d94499c0006d8ee5f821f36c89b7d625c900e5dc30b5c5ee" | |
2281 | 2267 | dependencies = [ |
2282 | 2268 | "atoi", |
2283 | 2269 | "chrono", |
@@ -2291,6 +2277,7 @@ dependencies = [ | ||
2291 | 2277 | "log", |
2292 | 2278 | "percent-encoding", |
2293 | 2279 | "serde", |
2280 | "serde_urlencoded", | |
2294 | 2281 | "sqlx-core", |
2295 | 2282 | "tracing", |
2296 | 2283 | "url", |
@@ -2298,32 +2285,32 @@ dependencies = [ | ||
2298 | 2285 | |
2299 | 2286 | [[package]] |
2300 | 2287 | name = "stringprep" |
2301 | version = "0.1.4" | |
2288 | version = "0.1.5" | |
2302 | 2289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2303 | checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6" | |
2290 | checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" | |
2304 | 2291 | dependencies = [ |
2305 | "finl_unicode", | |
2306 | 2292 | "unicode-bidi", |
2307 | 2293 | "unicode-normalization", |
2294 | "unicode-properties", | |
2308 | 2295 | ] |
2309 | 2296 | |
2310 | 2297 | [[package]] |
2311 | 2298 | name = "strsim" |
2312 | version = "0.11.0" | |
2299 | version = "0.11.1" | |
2313 | 2300 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2314 | checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" | |
2301 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" | |
2315 | 2302 | |
2316 | 2303 | [[package]] |
2317 | 2304 | name = "subtle" |
2318 | version = "2.5.0" | |
2305 | version = "2.6.1" | |
2319 | 2306 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2320 | checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" | |
2307 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" | |
2321 | 2308 | |
2322 | 2309 | [[package]] |
2323 | 2310 | name = "syn" |
2324 | version = "1.0.109" | |
2311 | version = "2.0.72" | |
2325 | 2312 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2326 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" | |
2313 | checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af" | |
2327 | 2314 | dependencies = [ |
2328 | 2315 | "proc-macro2", |
2329 | 2316 | "quote", |
@@ -2331,15 +2318,10 @@ dependencies = [ | ||
2331 | 2318 | ] |
2332 | 2319 | |
2333 | 2320 | [[package]] |
2334 | name = "syn" | |
2335 | version = "2.0.38" | |
2321 | name = "sync_wrapper" | |
2322 | version = "1.0.1" | |
2336 | 2323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2337 | checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" | |
2338 | dependencies = [ | |
2339 | "proc-macro2", | |
2340 | "quote", | |
2341 | "unicode-ident", | |
2342 | ] | |
2324 | checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" | |
2343 | 2325 | |
2344 | 2326 | [[package]] |
2345 | 2327 | name = "system-configuration" |
@@ -2370,42 +2352,41 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" | ||
2370 | 2352 | |
2371 | 2353 | [[package]] |
2372 | 2354 | name = "tempfile" |
2373 | version = "3.8.0" | |
2355 | version = "3.10.1" | |
2374 | 2356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2375 | checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" | |
2357 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" | |
2376 | 2358 | dependencies = [ |
2377 | 2359 | "cfg-if", |
2378 | 2360 | "fastrand", |
2379 | "redox_syscall", | |
2380 | 2361 | "rustix", |
2381 | "windows-sys", | |
2362 | "windows-sys 0.52.0", | |
2382 | 2363 | ] |
2383 | 2364 | |
2384 | 2365 | [[package]] |
2385 | 2366 | name = "thiserror" |
2386 | version = "1.0.49" | |
2367 | version = "1.0.63" | |
2387 | 2368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2388 | checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" | |
2369 | checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" | |
2389 | 2370 | dependencies = [ |
2390 | 2371 | "thiserror-impl", |
2391 | 2372 | ] |
2392 | 2373 | |
2393 | 2374 | [[package]] |
2394 | 2375 | name = "thiserror-impl" |
2395 | version = "1.0.49" | |
2376 | version = "1.0.63" | |
2396 | 2377 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2397 | checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" | |
2378 | checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" | |
2398 | 2379 | dependencies = [ |
2399 | 2380 | "proc-macro2", |
2400 | 2381 | "quote", |
2401 | "syn 2.0.38", | |
2382 | "syn", | |
2402 | 2383 | ] |
2403 | 2384 | |
2404 | 2385 | [[package]] |
2405 | 2386 | name = "thread_local" |
2406 | version = "1.1.7" | |
2387 | version = "1.1.8" | |
2407 | 2388 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2408 | checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" | |
2389 | checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" | |
2409 | 2390 | dependencies = [ |
2410 | 2391 | "cfg-if", |
2411 | 2392 | "once_cell", |
@@ -2413,12 +2394,14 @@ dependencies = [ | ||
2413 | 2394 | |
2414 | 2395 | [[package]] |
2415 | 2396 | name = "time" |
2416 | version = "0.3.29" | |
2397 | version = "0.3.36" | |
2417 | 2398 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2418 | checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe" | |
2399 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" | |
2419 | 2400 | dependencies = [ |
2420 | 2401 | "deranged", |
2421 | 2402 | "itoa", |
2403 | "num-conv", | |
2404 | "powerfmt", | |
2422 | 2405 | "serde", |
2423 | 2406 | "time-core", |
2424 | 2407 | "time-macros", |
@@ -2432,18 +2415,19 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" | ||
2432 | 2415 | |
2433 | 2416 | [[package]] |
2434 | 2417 | name = "time-macros" |
2435 | version = "0.2.15" | |
2418 | version = "0.2.18" | |
2436 | 2419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2437 | checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20" | |
2420 | checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" | |
2438 | 2421 | dependencies = [ |
2422 | "num-conv", | |
2439 | 2423 | "time-core", |
2440 | 2424 | ] |
2441 | 2425 | |
2442 | 2426 | [[package]] |
2443 | 2427 | name = "tinyvec" |
2444 | version = "1.6.0" | |
2428 | version = "1.8.0" | |
2445 | 2429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2446 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" | |
2430 | checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" | |
2447 | 2431 | dependencies = [ |
2448 | 2432 | "tinyvec_macros", |
2449 | 2433 | ] |
@@ -2456,32 +2440,31 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" | ||
2456 | 2440 | |
2457 | 2441 | [[package]] |
2458 | 2442 | name = "tokio" |
2459 | version = "1.33.0" | |
2443 | version = "1.39.2" | |
2460 | 2444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2461 | checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" | |
2445 | checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" | |
2462 | 2446 | dependencies = [ |
2463 | 2447 | "backtrace", |
2464 | 2448 | "bytes", |
2465 | 2449 | "libc", |
2466 | 2450 | "mio", |
2467 | "num_cpus", | |
2468 | 2451 | "parking_lot", |
2469 | 2452 | "pin-project-lite", |
2470 | 2453 | "signal-hook-registry", |
2471 | "socket2 0.5.4", | |
2454 | "socket2", | |
2472 | 2455 | "tokio-macros", |
2473 | "windows-sys", | |
2456 | "windows-sys 0.52.0", | |
2474 | 2457 | ] |
2475 | 2458 | |
2476 | 2459 | [[package]] |
2477 | 2460 | name = "tokio-macros" |
2478 | version = "2.1.0" | |
2461 | version = "2.4.0" | |
2479 | 2462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2480 | checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e" | |
2463 | checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" | |
2481 | 2464 | dependencies = [ |
2482 | 2465 | "proc-macro2", |
2483 | 2466 | "quote", |
2484 | "syn 2.0.38", | |
2467 | "syn", | |
2485 | 2468 | ] |
2486 | 2469 | |
2487 | 2470 | [[package]] |
@@ -2495,10 +2478,21 @@ dependencies = [ | ||
2495 | 2478 | ] |
2496 | 2479 | |
2497 | 2480 | [[package]] |
2481 | name = "tokio-rustls" | |
2482 | version = "0.26.0" | |
2483 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2484 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" | |
2485 | dependencies = [ | |
2486 | "rustls", | |
2487 | "rustls-pki-types", | |
2488 | "tokio", | |
2489 | ] | |
2490 | ||
2491 | [[package]] | |
2498 | 2492 | name = "tokio-stream" |
2499 | version = "0.1.14" | |
2493 | version = "0.1.15" | |
2500 | 2494 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2501 | checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842" | |
2495 | checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" | |
2502 | 2496 | dependencies = [ |
2503 | 2497 | "futures-core", |
2504 | 2498 | "pin-project-lite", |
@@ -2507,9 +2501,9 @@ dependencies = [ | ||
2507 | 2501 | |
2508 | 2502 | [[package]] |
2509 | 2503 | name = "tokio-tungstenite" |
2510 | version = "0.20.1" | |
2504 | version = "0.23.1" | |
2511 | 2505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2512 | checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" | |
2506 | checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd" | |
2513 | 2507 | dependencies = [ |
2514 | 2508 | "futures-util", |
2515 | 2509 | "log", |
@@ -2519,25 +2513,24 @@ dependencies = [ | ||
2519 | 2513 | |
2520 | 2514 | [[package]] |
2521 | 2515 | name = "tokio-util" |
2522 | version = "0.7.9" | |
2516 | version = "0.7.11" | |
2523 | 2517 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2524 | checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" | |
2518 | checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" | |
2525 | 2519 | dependencies = [ |
2526 | 2520 | "bytes", |
2527 | 2521 | "futures-core", |
2528 | 2522 | "futures-sink", |
2529 | 2523 | "futures-util", |
2530 | "hashbrown 0.12.3", | |
2524 | "hashbrown", | |
2531 | 2525 | "pin-project-lite", |
2532 | 2526 | "tokio", |
2533 | "tracing", | |
2534 | 2527 | ] |
2535 | 2528 | |
2536 | 2529 | [[package]] |
2537 | 2530 | name = "toml" |
2538 | version = "0.7.8" | |
2531 | version = "0.8.19" | |
2539 | 2532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2540 | checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" | |
2533 | checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" | |
2541 | 2534 | dependencies = [ |
2542 | 2535 | "serde", |
2543 | 2536 | "serde_spanned", |
@@ -2547,20 +2540,20 @@ dependencies = [ | ||
2547 | 2540 | |
2548 | 2541 | [[package]] |
2549 | 2542 | name = "toml_datetime" |
2550 | version = "0.6.3" | |
2543 | version = "0.6.8" | |
2551 | 2544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2552 | checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" | |
2545 | checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" | |
2553 | 2546 | dependencies = [ |
2554 | 2547 | "serde", |
2555 | 2548 | ] |
2556 | 2549 | |
2557 | 2550 | [[package]] |
2558 | 2551 | name = "toml_edit" |
2559 | version = "0.19.15" | |
2552 | version = "0.22.20" | |
2560 | 2553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2561 | checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" | |
2554 | checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" | |
2562 | 2555 | dependencies = [ |
2563 | "indexmap 2.0.2", | |
2556 | "indexmap", | |
2564 | 2557 | "serde", |
2565 | 2558 | "serde_spanned", |
2566 | 2559 | "toml_datetime", |
@@ -2568,6 +2561,27 @@ dependencies = [ | ||
2568 | 2561 | ] |
2569 | 2562 | |
2570 | 2563 | [[package]] |
2564 | name = "tower" | |
2565 | version = "0.4.13" | |
2566 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2567 | checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" | |
2568 | dependencies = [ | |
2569 | "futures-core", | |
2570 | "futures-util", | |
2571 | "pin-project", | |
2572 | "pin-project-lite", | |
2573 | "tokio", | |
2574 | "tower-layer", | |
2575 | "tower-service", | |
2576 | ] | |
2577 | ||
2578 | [[package]] | |
2579 | name = "tower-layer" | |
2580 | version = "0.3.2" | |
2581 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2582 | checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" | |
2583 | ||
2584 | [[package]] | |
2571 | 2585 | name = "tower-service" |
2572 | 2586 | version = "0.3.2" |
2573 | 2587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2575,11 +2589,10 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" | ||
2575 | 2589 | |
2576 | 2590 | [[package]] |
2577 | 2591 | name = "tracing" |
2578 | version = "0.1.37" | |
2592 | version = "0.1.40" | |
2579 | 2593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2580 | checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" | |
2594 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" | |
2581 | 2595 | dependencies = [ |
2582 | "cfg-if", | |
2583 | 2596 | "log", |
2584 | 2597 | "pin-project-lite", |
2585 | 2598 | "tracing-attributes", |
@@ -2588,20 +2601,20 @@ dependencies = [ | ||
2588 | 2601 | |
2589 | 2602 | [[package]] |
2590 | 2603 | name = "tracing-attributes" |
2591 | version = "0.1.26" | |
2604 | version = "0.1.27" | |
2592 | 2605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2593 | checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" | |
2606 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" | |
2594 | 2607 | dependencies = [ |
2595 | 2608 | "proc-macro2", |
2596 | 2609 | "quote", |
2597 | "syn 2.0.38", | |
2610 | "syn", | |
2598 | 2611 | ] |
2599 | 2612 | |
2600 | 2613 | [[package]] |
2601 | 2614 | name = "tracing-core" |
2602 | version = "0.1.31" | |
2615 | version = "0.1.32" | |
2603 | 2616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2604 | checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" | |
2617 | checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" | |
2605 | 2618 | dependencies = [ |
2606 | 2619 | "once_cell", |
2607 | 2620 | "valuable", |
@@ -2609,20 +2622,20 @@ dependencies = [ | ||
2609 | 2622 | |
2610 | 2623 | [[package]] |
2611 | 2624 | name = "tracing-log" |
2612 | version = "0.1.3" | |
2625 | version = "0.2.0" | |
2613 | 2626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2614 | checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" | |
2627 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" | |
2615 | 2628 | dependencies = [ |
2616 | "lazy_static", | |
2617 | 2629 | "log", |
2630 | "once_cell", | |
2618 | 2631 | "tracing-core", |
2619 | 2632 | ] |
2620 | 2633 | |
2621 | 2634 | [[package]] |
2622 | 2635 | name = "tracing-subscriber" |
2623 | version = "0.3.17" | |
2636 | version = "0.3.18" | |
2624 | 2637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2625 | checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" | |
2638 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" | |
2626 | 2639 | dependencies = [ |
2627 | 2640 | "nu-ansi-term", |
2628 | 2641 | "sharded-slab", |
@@ -2634,21 +2647,21 @@ dependencies = [ | ||
2634 | 2647 | |
2635 | 2648 | [[package]] |
2636 | 2649 | name = "triomphe" |
2637 | version = "0.1.9" | |
2650 | version = "0.1.11" | |
2638 | 2651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2639 | checksum = "0eee8098afad3fb0c54a9007aab6804558410503ad676d4633f9c2559a00ac0f" | |
2652 | checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" | |
2640 | 2653 | |
2641 | 2654 | [[package]] |
2642 | 2655 | name = "try-lock" |
2643 | version = "0.2.4" | |
2656 | version = "0.2.5" | |
2644 | 2657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2645 | checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" | |
2658 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" | |
2646 | 2659 | |
2647 | 2660 | [[package]] |
2648 | 2661 | name = "tungstenite" |
2649 | version = "0.20.1" | |
2662 | version = "0.23.0" | |
2650 | 2663 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2651 | checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" | |
2664 | checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" | |
2652 | 2665 | dependencies = [ |
2653 | 2666 | "byteorder", |
2654 | 2667 | "bytes", |
@@ -2659,7 +2672,6 @@ dependencies = [ | ||
2659 | 2672 | "rand", |
2660 | 2673 | "sha1", |
2661 | 2674 | "thiserror", |
2662 | "url", | |
2663 | 2675 | "utf-8", |
2664 | 2676 | ] |
2665 | 2677 | |
@@ -2670,19 +2682,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2670 | 2682 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
2671 | 2683 | |
2672 | 2684 | [[package]] |
2673 | name = "unicase" | |
2674 | version = "2.7.0" | |
2675 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2676 | checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" | |
2677 | dependencies = [ | |
2678 | "version_check", | |
2679 | ] | |
2680 | ||
2681 | [[package]] | |
2682 | 2685 | name = "unicode-bidi" |
2683 | version = "0.3.13" | |
2686 | version = "0.3.15" | |
2684 | 2687 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2685 | checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" | |
2688 | checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" | |
2686 | 2689 | |
2687 | 2690 | [[package]] |
2688 | 2691 | name = "unicode-ident" |
@@ -2692,18 +2695,18 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" | ||
2692 | 2695 | |
2693 | 2696 | [[package]] |
2694 | 2697 | name = "unicode-normalization" |
2695 | version = "0.1.22" | |
2698 | version = "0.1.23" | |
2696 | 2699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2697 | checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" | |
2700 | checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" | |
2698 | 2701 | dependencies = [ |
2699 | 2702 | "tinyvec", |
2700 | 2703 | ] |
2701 | 2704 | |
2702 | 2705 | [[package]] |
2703 | name = "unicode-segmentation" | |
2704 | version = "1.10.1" | |
2706 | name = "unicode-properties" | |
2707 | version = "0.1.1" | |
2705 | 2708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2706 | checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" | |
2709 | checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" | |
2707 | 2710 | |
2708 | 2711 | [[package]] |
2709 | 2712 | name = "unicode_categories" |
@@ -2723,15 +2726,15 @@ dependencies = [ | ||
2723 | 2726 | |
2724 | 2727 | [[package]] |
2725 | 2728 | name = "untrusted" |
2726 | version = "0.7.1" | |
2729 | version = "0.9.0" | |
2727 | 2730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2728 | checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" | |
2731 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" | |
2729 | 2732 | |
2730 | 2733 | [[package]] |
2731 | 2734 | name = "url" |
2732 | version = "2.4.1" | |
2735 | version = "2.5.2" | |
2733 | 2736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2734 | checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" | |
2737 | checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" | |
2735 | 2738 | dependencies = [ |
2736 | 2739 | "form_urlencoded", |
2737 | 2740 | "idna", |
@@ -2747,9 +2750,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" | ||
2747 | 2750 | |
2748 | 2751 | [[package]] |
2749 | 2752 | name = "uuid" |
2750 | version = "1.4.1" | |
2753 | version = "1.10.0" | |
2751 | 2754 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2752 | checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" | |
2755 | checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" | |
2753 | 2756 | dependencies = [ |
2754 | 2757 | "getrandom", |
2755 | 2758 | ] |
@@ -2768,19 +2771,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | ||
2768 | 2771 | |
2769 | 2772 | [[package]] |
2770 | 2773 | name = "version_check" |
2771 | version = "0.9.4" | |
2772 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2773 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" | |
2774 | ||
2775 | [[package]] | |
2776 | name = "walkdir" | |
2777 | version = "2.4.0" | |
2774 | version = "0.9.5" | |
2778 | 2775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2779 | checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" | |
2780 | dependencies = [ | |
2781 | "same-file", | |
2782 | "winapi-util", | |
2783 | ] | |
2776 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" | |
2784 | 2777 | |
2785 | 2778 | [[package]] |
2786 | 2779 | name = "want" |
@@ -2798,10 +2791,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2798 | 2791 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
2799 | 2792 | |
2800 | 2793 | [[package]] |
2794 | name = "wasite" | |
2795 | version = "0.1.0" | |
2796 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2797 | checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" | |
2798 | ||
2799 | [[package]] | |
2801 | 2800 | name = "wasm-bindgen" |
2802 | version = "0.2.87" | |
2801 | version = "0.2.92" | |
2803 | 2802 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2804 | checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" | |
2803 | checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" | |
2805 | 2804 | dependencies = [ |
2806 | 2805 | "cfg-if", |
2807 | 2806 | "wasm-bindgen-macro", |
@@ -2809,24 +2808,24 @@ dependencies = [ | ||
2809 | 2808 | |
2810 | 2809 | [[package]] |
2811 | 2810 | name = "wasm-bindgen-backend" |
2812 | version = "0.2.87" | |
2811 | version = "0.2.92" | |
2813 | 2812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2814 | checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" | |
2813 | checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" | |
2815 | 2814 | dependencies = [ |
2816 | 2815 | "bumpalo", |
2817 | 2816 | "log", |
2818 | 2817 | "once_cell", |
2819 | 2818 | "proc-macro2", |
2820 | 2819 | "quote", |
2821 | "syn 2.0.38", | |
2820 | "syn", | |
2822 | 2821 | "wasm-bindgen-shared", |
2823 | 2822 | ] |
2824 | 2823 | |
2825 | 2824 | [[package]] |
2826 | 2825 | name = "wasm-bindgen-futures" |
2827 | version = "0.4.37" | |
2826 | version = "0.4.42" | |
2828 | 2827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2829 | checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" | |
2828 | checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" | |
2830 | 2829 | dependencies = [ |
2831 | 2830 | "cfg-if", |
2832 | 2831 | "js-sys", |
@@ -2836,9 +2835,9 @@ dependencies = [ | ||
2836 | 2835 | |
2837 | 2836 | [[package]] |
2838 | 2837 | name = "wasm-bindgen-macro" |
2839 | version = "0.2.87" | |
2838 | version = "0.2.92" | |
2840 | 2839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2841 | checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" | |
2840 | checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" | |
2842 | 2841 | dependencies = [ |
2843 | 2842 | "quote", |
2844 | 2843 | "wasm-bindgen-macro-support", |
@@ -2846,28 +2845,28 @@ dependencies = [ | ||
2846 | 2845 | |
2847 | 2846 | [[package]] |
2848 | 2847 | name = "wasm-bindgen-macro-support" |
2849 | version = "0.2.87" | |
2848 | version = "0.2.92" | |
2850 | 2849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2851 | checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" | |
2850 | checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" | |
2852 | 2851 | dependencies = [ |
2853 | 2852 | "proc-macro2", |
2854 | 2853 | "quote", |
2855 | "syn 2.0.38", | |
2854 | "syn", | |
2856 | 2855 | "wasm-bindgen-backend", |
2857 | 2856 | "wasm-bindgen-shared", |
2858 | 2857 | ] |
2859 | 2858 | |
2860 | 2859 | [[package]] |
2861 | 2860 | name = "wasm-bindgen-shared" |
2862 | version = "0.2.87" | |
2861 | version = "0.2.92" | |
2863 | 2862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2864 | checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" | |
2863 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" | |
2865 | 2864 | |
2866 | 2865 | [[package]] |
2867 | 2866 | name = "web-sys" |
2868 | version = "0.3.64" | |
2867 | version = "0.3.69" | |
2869 | 2868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2870 | checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" | |
2869 | checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" | |
2871 | 2870 | dependencies = [ |
2872 | 2871 | "js-sys", |
2873 | 2872 | "wasm-bindgen", |
@@ -2875,9 +2874,13 @@ dependencies = [ | ||
2875 | 2874 | |
2876 | 2875 | [[package]] |
2877 | 2876 | name = "whoami" |
2878 | version = "1.4.1" | |
2877 | version = "1.5.1" | |
2879 | 2878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2880 | checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50" | |
2879 | checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9" | |
2880 | dependencies = [ | |
2881 | "redox_syscall 0.4.1", | |
2882 | "wasite", | |
2883 | ] | |
2881 | 2884 | |
2882 | 2885 | [[package]] |
2883 | 2886 | name = "winapi" |
@@ -2896,27 +2899,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2896 | 2899 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
2897 | 2900 | |
2898 | 2901 | [[package]] |
2899 | name = "winapi-util" | |
2900 | version = "0.1.6" | |
2901 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2902 | checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" | |
2903 | dependencies = [ | |
2904 | "winapi", | |
2905 | ] | |
2906 | ||
2907 | [[package]] | |
2908 | 2902 | name = "winapi-x86_64-pc-windows-gnu" |
2909 | 2903 | version = "0.4.0" |
2910 | 2904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2911 | 2905 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2912 | 2906 | |
2913 | 2907 | [[package]] |
2914 | name = "windows" | |
2915 | version = "0.48.0" | |
2908 | name = "windows-core" | |
2909 | version = "0.52.0" | |
2916 | 2910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2917 | checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" | |
2911 | checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" | |
2918 | 2912 | dependencies = [ |
2919 | "windows-targets", | |
2913 | "windows-targets 0.52.6", | |
2920 | 2914 | ] |
2921 | 2915 | |
2922 | 2916 | [[package]] |
@@ -2925,7 +2919,16 @@ version = "0.48.0" | ||
2925 | 2919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2926 | 2920 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
2927 | 2921 | dependencies = [ |
2928 | "windows-targets", | |
2922 | "windows-targets 0.48.5", | |
2923 | ] | |
2924 | ||
2925 | [[package]] | |
2926 | name = "windows-sys" | |
2927 | version = "0.52.0" | |
2928 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2929 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | |
2930 | dependencies = [ | |
2931 | "windows-targets 0.52.6", | |
2929 | 2932 | ] |
2930 | 2933 | |
2931 | 2934 | [[package]] |
@@ -2934,13 +2937,29 @@ version = "0.48.5" | ||
2934 | 2937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2935 | 2938 | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
2936 | 2939 | dependencies = [ |
2937 | "windows_aarch64_gnullvm", | |
2938 | "windows_aarch64_msvc", | |
2939 | "windows_i686_gnu", | |
2940 | "windows_i686_msvc", | |
2941 | "windows_x86_64_gnu", | |
2942 | "windows_x86_64_gnullvm", | |
2943 | "windows_x86_64_msvc", | |
2940 | "windows_aarch64_gnullvm 0.48.5", | |
2941 | "windows_aarch64_msvc 0.48.5", | |
2942 | "windows_i686_gnu 0.48.5", | |
2943 | "windows_i686_msvc 0.48.5", | |
2944 | "windows_x86_64_gnu 0.48.5", | |
2945 | "windows_x86_64_gnullvm 0.48.5", | |
2946 | "windows_x86_64_msvc 0.48.5", | |
2947 | ] | |
2948 | ||
2949 | [[package]] | |
2950 | name = "windows-targets" | |
2951 | version = "0.52.6" | |
2952 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2953 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" | |
2954 | dependencies = [ | |
2955 | "windows_aarch64_gnullvm 0.52.6", | |
2956 | "windows_aarch64_msvc 0.52.6", | |
2957 | "windows_i686_gnu 0.52.6", | |
2958 | "windows_i686_gnullvm", | |
2959 | "windows_i686_msvc 0.52.6", | |
2960 | "windows_x86_64_gnu 0.52.6", | |
2961 | "windows_x86_64_gnullvm 0.52.6", | |
2962 | "windows_x86_64_msvc 0.52.6", | |
2944 | 2963 | ] |
2945 | 2964 | |
2946 | 2965 | [[package]] |
@@ -2950,62 +2969,151 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2950 | 2969 | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
2951 | 2970 | |
2952 | 2971 | [[package]] |
2972 | name = "windows_aarch64_gnullvm" | |
2973 | version = "0.52.6" | |
2974 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2975 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" | |
2976 | ||
2977 | [[package]] | |
2953 | 2978 | name = "windows_aarch64_msvc" |
2954 | 2979 | version = "0.48.5" |
2955 | 2980 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2956 | 2981 | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
2957 | 2982 | |
2958 | 2983 | [[package]] |
2984 | name = "windows_aarch64_msvc" | |
2985 | version = "0.52.6" | |
2986 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2987 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" | |
2988 | ||
2989 | [[package]] | |
2959 | 2990 | name = "windows_i686_gnu" |
2960 | 2991 | version = "0.48.5" |
2961 | 2992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2962 | 2993 | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
2963 | 2994 | |
2964 | 2995 | [[package]] |
2996 | name = "windows_i686_gnu" | |
2997 | version = "0.52.6" | |
2998 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
2999 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" | |
3000 | ||
3001 | [[package]] | |
3002 | name = "windows_i686_gnullvm" | |
3003 | version = "0.52.6" | |
3004 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
3005 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" | |
3006 | ||
3007 | [[package]] | |
2965 | 3008 | name = "windows_i686_msvc" |
2966 | 3009 | version = "0.48.5" |
2967 | 3010 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2968 | 3011 | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
2969 | 3012 | |
2970 | 3013 | [[package]] |
3014 | name = "windows_i686_msvc" | |
3015 | version = "0.52.6" | |
3016 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
3017 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" | |
3018 | ||
3019 | [[package]] | |
2971 | 3020 | name = "windows_x86_64_gnu" |
2972 | 3021 | version = "0.48.5" |
2973 | 3022 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2974 | 3023 | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
2975 | 3024 | |
2976 | 3025 | [[package]] |
3026 | name = "windows_x86_64_gnu" | |
3027 | version = "0.52.6" | |
3028 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
3029 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" | |
3030 | ||
3031 | [[package]] | |
2977 | 3032 | name = "windows_x86_64_gnullvm" |
2978 | 3033 | version = "0.48.5" |
2979 | 3034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2980 | 3035 | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
2981 | 3036 | |
2982 | 3037 | [[package]] |
3038 | name = "windows_x86_64_gnullvm" | |
3039 | version = "0.52.6" | |
3040 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
3041 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" | |
3042 | ||
3043 | [[package]] | |
2983 | 3044 | name = "windows_x86_64_msvc" |
2984 | 3045 | version = "0.48.5" |
2985 | 3046 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2986 | 3047 | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
2987 | 3048 | |
2988 | 3049 | [[package]] |
3050 | name = "windows_x86_64_msvc" | |
3051 | version = "0.52.6" | |
3052 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
3053 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" | |
3054 | ||
3055 | [[package]] | |
2989 | 3056 | name = "winnow" |
2990 | version = "0.5.16" | |
3057 | version = "0.6.18" | |
2991 | 3058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2992 | checksum = "037711d82167854aff2018dfd193aa0fef5370f456732f0d5a0c59b0f1b4b907" | |
3059 | checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" | |
2993 | 3060 | dependencies = [ |
2994 | 3061 | "memchr", |
2995 | 3062 | ] |
2996 | 3063 | |
2997 | 3064 | [[package]] |
2998 | 3065 | name = "winreg" |
2999 | version = "0.50.0" | |
3066 | version = "0.52.0" | |
3000 | 3067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3001 | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" | |
3068 | checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" | |
3002 | 3069 | dependencies = [ |
3003 | 3070 | "cfg-if", |
3004 | "windows-sys", | |
3071 | "windows-sys 0.48.0", | |
3072 | ] | |
3073 | ||
3074 | [[package]] | |
3075 | name = "zerocopy" | |
3076 | version = "0.6.6" | |
3077 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
3078 | checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6" | |
3079 | dependencies = [ | |
3080 | "byteorder", | |
3081 | "zerocopy-derive 0.6.6", | |
3082 | ] | |
3083 | ||
3084 | [[package]] | |
3085 | name = "zerocopy" | |
3086 | version = "0.7.35" | |
3087 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
3088 | checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" | |
3089 | dependencies = [ | |
3090 | "zerocopy-derive 0.7.35", | |
3091 | ] | |
3092 | ||
3093 | [[package]] | |
3094 | name = "zerocopy-derive" | |
3095 | version = "0.6.6" | |
3096 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
3097 | checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91" | |
3098 | dependencies = [ | |
3099 | "proc-macro2", | |
3100 | "quote", | |
3101 | "syn", | |
3102 | ] | |
3103 | ||
3104 | [[package]] | |
3105 | name = "zerocopy-derive" | |
3106 | version = "0.7.35" | |
3107 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
3108 | checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" | |
3109 | dependencies = [ | |
3110 | "proc-macro2", | |
3111 | "quote", | |
3112 | "syn", | |
3005 | 3113 | ] |
3006 | 3114 | |
3007 | 3115 | [[package]] |
3008 | 3116 | name = "zeroize" |
3009 | version = "1.6.0" | |
3117 | version = "1.8.1" | |
3010 | 3118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
3011 | checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" | |
3119 | checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
giterated-cache/Cargo.toml
@@ -13,7 +13,7 @@ serde_json = "1.0" | ||
13 | 13 | bincode = "1.3" |
14 | 14 | futures-util = "0.3" |
15 | 15 | tracing = "0.1" |
16 | tokio = { version = "1.32", features = [ "full" ] } | |
16 | tokio = { version = "1.39", features = [ "full" ] } | |
17 | 17 | anyhow = "1" |
18 | 18 | thiserror = "1" |
19 | 19 | giterated-stack = { path = "../giterated-stack" } |
giterated-daemon/Cargo.toml
@@ -13,19 +13,19 @@ keywords = ["giterated"] | ||
13 | 13 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
14 | 14 | |
15 | 15 | [dependencies] |
16 | tokio-tungstenite = "0.20" | |
17 | tokio = { version = "1.32", features = [ "full" ] } | |
16 | tokio-tungstenite = "0.23" | |
17 | tokio = { version = "1.39", features = [ "full" ] } | |
18 | 18 | tracing = "0.1" |
19 | 19 | futures-util = "0.3" |
20 | 20 | serde = { version = "1.0", features = [ "derive" ]} |
21 | 21 | serde_json = "1.0" |
22 | 22 | tracing-subscriber = "0.3" |
23 | base64 = "0.21" | |
24 | jsonwebtoken = { version = "8.3", features = ["use_pem"]} | |
23 | base64 = "0.22" | |
24 | jsonwebtoken = { version = "9.3", features = ["use_pem"]} | |
25 | 25 | log = "0.4" |
26 | 26 | rand = "0.8" |
27 | 27 | rsa = {version = "0.9", features = ["sha2"]} |
28 | reqwest = "0.11" | |
28 | reqwest = "0.12" | |
29 | 29 | argon2 = "0.5" |
30 | 30 | aes-gcm = "0.10" |
31 | 31 | semver = {version = "1.0", features = ["serde"]} |
@@ -33,20 +33,20 @@ giterated-models = { path = "../giterated-models" } | ||
33 | 33 | giterated-stack = { path = "../giterated-stack" } |
34 | 34 | giterated-cache = { path = "../giterated-cache" } |
35 | 35 | giterated-protocol = { path = "../giterated-protocol" } |
36 | deadpool = "0.9" | |
36 | deadpool = "0.12" | |
37 | 37 | bincode = "1.3" |
38 | 38 | tokio-util = {version = "0.7", features = ["rt"]} |
39 | 39 | |
40 | toml = { version = "0.7" } | |
40 | toml = { version = "0.8" } | |
41 | 41 | |
42 | 42 | chrono = { version = "0.4", features = [ "serde" ] } |
43 | 43 | async-trait = "0.1" |
44 | 44 | |
45 | 45 | # Git backend |
46 | git2 = "0.17" | |
46 | git2 = "0.19" | |
47 | 47 | thiserror = "1" |
48 | 48 | anyhow = "1" |
49 | sqlx = { version = "0.7", features = [ "runtime-tokio", "tls-native-tls", "postgres", "macros", "migrate", "chrono" ] } | |
49 | sqlx = { version = "0.8", features = [ "runtime-tokio", "tls-native-tls", "postgres", "macros", "migrate", "chrono" ] } | |
50 | 50 | secrecy = "0.8.0" |
51 | 51 | # Fuzzy text search |
52 | 52 | strsim = "0.11" |
giterated-models/Cargo.toml
@@ -19,8 +19,8 @@ publish = false | ||
19 | 19 | tracing = "0.1" |
20 | 20 | serde = { version = "1.0", features = [ "derive" ]} |
21 | 21 | serde_json = "1.0" |
22 | base64 = "0.21" | |
23 | jsonwebtoken = { version = "8.3", features = ["use_pem"]} | |
22 | base64 = "0.22" | |
23 | jsonwebtoken = { version = "9.3", features = ["use_pem"]} | |
24 | 24 | rand = "0.8" |
25 | 25 | rsa = {version = "0.9", features = ["sha2"]} |
26 | 26 | semver = {version = "1.0", features = ["serde"]} |
@@ -28,14 +28,14 @@ bincode = "1.3" | ||
28 | 28 | secrecy = { version = "0.8", features = ["serde"] } |
29 | 29 | thiserror = "1" |
30 | 30 | anyhow = "1" |
31 | toml = { version = "0.7" } | |
31 | toml = { version = "0.8" } | |
32 | 32 | # Git backend |
33 | git2 = "0.17" | |
33 | git2 = "0.19" | |
34 | 34 | chrono = { version = "0.4", features = [ "serde" ] } |
35 | 35 | async-trait = "0.1" |
36 | 36 | url = {version = "2.4", features = ["serde"]} |
37 | 37 | |
38 | 38 | # Git backend |
39 | sqlx = { version = "0.7", default-features = false, features = [ "macros", "chrono" ] } | |
39 | sqlx = { version = "0.8", default-features = false, features = [ "macros", "chrono" ] } | |
40 | 40 | |
41 | 41 | #uuid = { version = "1.4", features = [ "v4", "serde" ] } |
giterated-protocol/Cargo.toml
@@ -14,14 +14,14 @@ keywords = ["giterated"] | ||
14 | 14 | |
15 | 15 | [dependencies] |
16 | 16 | giterated-stack = {path = "../giterated-stack" } |
17 | serde = { version = "1.0.188", features = [ "derive" ]} | |
17 | serde = { version = "1.0", features = [ "derive" ]} | |
18 | 18 | tracing = "0.1" |
19 | 19 | rand = "0.8" |
20 | 20 | rsa = {version = "0.9", features = ["sha2"]} |
21 | 21 | serde_json = "1.0" |
22 | 22 | async-trait = "0.1" |
23 | tokio-tungstenite = { version = "0.20" } | |
24 | tokio = { version = "1.32.0", features = ["full"] } | |
23 | tokio-tungstenite = { version = "0.23" } | |
24 | tokio = { version = "1.39.0", features = ["full"] } | |
25 | 25 | thiserror = "1" |
26 | 26 | bincode = "1.3" |
27 | 27 | futures-util = "0.3" |
giterated-stack/Cargo.toml
@@ -18,11 +18,11 @@ publish = false | ||
18 | 18 | [dependencies] |
19 | 19 | giterated-models = { path = "../giterated-models" } |
20 | 20 | async-trait = "0.1" |
21 | serde = { version = "1.0.188", features = [ "derive" ]} | |
21 | serde = { version = "1.0", features = [ "derive" ]} | |
22 | 22 | serde_json = "1.0" |
23 | 23 | bincode = "1.3" |
24 | 24 | futures-util = "0.3" |
25 | 25 | tracing = "0.1" |
26 | tokio = { version = "1.32", features = [ "full" ] } | |
26 | tokio = { version = "1.39", features = [ "full" ] } | |
27 | 27 | anyhow = "1" |
28 | 28 | thiserror = "1" |
28 | 28 | \ No newline at end of file |