diff options
author | FxQnLr <[email protected]> | 2024-04-11 09:20:04 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-11 09:20:04 +0200 |
commit | 6b05d1a437a49db98056de7b029923e8aedf1a5a (patch) | |
tree | bc70f14cae1760e91369705273904c0de1bfbf75 /Cargo.lock | |
parent | 907e5cb5bc48899b444f7fedd85af7b5974d9a2e (diff) | |
parent | 2476e182f61d209768635e8eca6e75b4acfbd007 (diff) | |
download | webol-6b05d1a437a49db98056de7b029923e8aedf1a5a.tar webol-6b05d1a437a49db98056de7b029923e8aedf1a5a.tar.gz webol-6b05d1a437a49db98056de7b029923e8aedf1a5a.zip |
Merge pull request #32 from FxQnLr/0.4.0
0.4.0
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 731 |
1 files changed, 1 insertions, 730 deletions
@@ -18,19 +18,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
19 | 19 | ||
20 | [[package]] | 20 | [[package]] |
21 | name = "ahash" | ||
22 | version = "0.8.11" | ||
23 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
24 | checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" | ||
25 | dependencies = [ | ||
26 | "cfg-if", | ||
27 | "getrandom", | ||
28 | "once_cell", | ||
29 | "version_check", | ||
30 | "zerocopy", | ||
31 | ] | ||
32 | |||
33 | [[package]] | ||
34 | name = "aho-corasick" | 21 | name = "aho-corasick" |
35 | version = "1.1.3" | 22 | version = "1.1.3" |
36 | source = "registry+https://github.com/rust-lang/crates.io-index" | 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -40,12 +27,6 @@ dependencies = [ | |||
40 | ] | 27 | ] |
41 | 28 | ||
42 | [[package]] | 29 | [[package]] |
43 | name = "allocator-api2" | ||
44 | version = "0.2.16" | ||
45 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
46 | checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" | ||
47 | |||
48 | [[package]] | ||
49 | name = "async-trait" | 30 | name = "async-trait" |
50 | version = "0.1.79" | 31 | version = "0.1.79" |
51 | source = "registry+https://github.com/rust-lang/crates.io-index" | 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -57,15 +38,6 @@ dependencies = [ | |||
57 | ] | 38 | ] |
58 | 39 | ||
59 | [[package]] | 40 | [[package]] |
60 | name = "atoi" | ||
61 | version = "2.0.0" | ||
62 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
63 | checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" | ||
64 | dependencies = [ | ||
65 | "num-traits", | ||
66 | ] | ||
67 | |||
68 | [[package]] | ||
69 | name = "autocfg" | 41 | name = "autocfg" |
70 | version = "1.2.0" | 42 | version = "1.2.0" |
71 | source = "registry+https://github.com/rust-lang/crates.io-index" | 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -163,12 +135,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
163 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" | 135 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
164 | 136 | ||
165 | [[package]] | 137 | [[package]] |
166 | name = "base64ct" | ||
167 | version = "1.6.0" | ||
168 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
169 | checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" | ||
170 | |||
171 | [[package]] | ||
172 | name = "bitflags" | 138 | name = "bitflags" |
173 | version = "1.3.2" | 139 | version = "1.3.2" |
174 | source = "registry+https://github.com/rust-lang/crates.io-index" | 140 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -264,12 +230,6 @@ dependencies = [ | |||
264 | ] | 230 | ] |
265 | 231 | ||
266 | [[package]] | 232 | [[package]] |
267 | name = "const-oid" | ||
268 | version = "0.9.6" | ||
269 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
270 | checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" | ||
271 | |||
272 | [[package]] | ||
273 | name = "const-random" | 233 | name = "const-random" |
274 | version = "0.1.18" | 234 | version = "0.1.18" |
275 | source = "registry+https://github.com/rust-lang/crates.io-index" | 235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -308,21 +268,6 @@ dependencies = [ | |||
308 | ] | 268 | ] |
309 | 269 | ||
310 | [[package]] | 270 | [[package]] |
311 | name = "crc" | ||
312 | version = "3.2.1" | ||
313 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
314 | checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" | ||
315 | dependencies = [ | ||
316 | "crc-catalog", | ||
317 | ] | ||
318 | |||
319 | [[package]] | ||
320 | name = "crc-catalog" | ||
321 | version = "2.4.0" | ||
322 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
323 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" | ||
324 | |||
325 | [[package]] | ||
326 | name = "crc32fast" | 271 | name = "crc32fast" |
327 | version = "1.4.0" | 272 | version = "1.4.0" |
328 | source = "registry+https://github.com/rust-lang/crates.io-index" | 273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -341,15 +286,6 @@ dependencies = [ | |||
341 | ] | 286 | ] |
342 | 287 | ||
343 | [[package]] | 288 | [[package]] |
344 | name = "crossbeam-queue" | ||
345 | version = "0.3.11" | ||
346 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
347 | checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" | ||
348 | dependencies = [ | ||
349 | "crossbeam-utils", | ||
350 | ] | ||
351 | |||
352 | [[package]] | ||
353 | name = "crossbeam-utils" | 289 | name = "crossbeam-utils" |
354 | version = "0.8.19" | 290 | version = "0.8.19" |
355 | source = "registry+https://github.com/rust-lang/crates.io-index" | 291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -391,17 +327,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
391 | checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" | 327 | checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" |
392 | 328 | ||
393 | [[package]] | 329 | [[package]] |
394 | name = "der" | ||
395 | version = "0.7.9" | ||
396 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
397 | checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" | ||
398 | dependencies = [ | ||
399 | "const-oid", | ||
400 | "pem-rfc7468", | ||
401 | "zeroize", | ||
402 | ] | ||
403 | |||
404 | [[package]] | ||
405 | name = "deranged" | 330 | name = "deranged" |
406 | version = "0.3.11" | 331 | version = "0.3.11" |
407 | source = "registry+https://github.com/rust-lang/crates.io-index" | 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -417,9 +342,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
417 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" | 342 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
418 | dependencies = [ | 343 | dependencies = [ |
419 | "block-buffer", | 344 | "block-buffer", |
420 | "const-oid", | ||
421 | "crypto-common", | 345 | "crypto-common", |
422 | "subtle", | ||
423 | ] | 346 | ] |
424 | 347 | ||
425 | [[package]] | 348 | [[package]] |
@@ -432,54 +355,12 @@ dependencies = [ | |||
432 | ] | 355 | ] |
433 | 356 | ||
434 | [[package]] | 357 | [[package]] |
435 | name = "dotenvy" | ||
436 | version = "0.15.7" | ||
437 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
438 | checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" | ||
439 | |||
440 | [[package]] | ||
441 | name = "either" | ||
442 | version = "1.10.0" | ||
443 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
444 | checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" | ||
445 | dependencies = [ | ||
446 | "serde", | ||
447 | ] | ||
448 | |||
449 | [[package]] | ||
450 | name = "equivalent" | 358 | name = "equivalent" |
451 | version = "1.0.1" | 359 | version = "1.0.1" |
452 | source = "registry+https://github.com/rust-lang/crates.io-index" | 360 | source = "registry+https://github.com/rust-lang/crates.io-index" |
453 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" | 361 | checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
454 | 362 | ||
455 | [[package]] | 363 | [[package]] |
456 | name = "errno" | ||
457 | version = "0.3.8" | ||
458 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
459 | checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" | ||
460 | dependencies = [ | ||
461 | "libc", | ||
462 | "windows-sys 0.52.0", | ||
463 | ] | ||
464 | |||
465 | [[package]] | ||
466 | name = "etcetera" | ||
467 | version = "0.8.0" | ||
468 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
469 | checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" | ||
470 | dependencies = [ | ||
471 | "cfg-if", | ||
472 | "home", | ||
473 | "windows-sys 0.48.0", | ||
474 | ] | ||
475 | |||
476 | [[package]] | ||
477 | name = "event-listener" | ||
478 | version = "2.5.3" | ||
479 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
480 | checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" | ||
481 | |||
482 | [[package]] | ||
483 | name = "eyre" | 364 | name = "eyre" |
484 | version = "0.6.12" | 365 | version = "0.6.12" |
485 | source = "registry+https://github.com/rust-lang/crates.io-index" | 366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -490,18 +371,6 @@ dependencies = [ | |||
490 | ] | 371 | ] |
491 | 372 | ||
492 | [[package]] | 373 | [[package]] |
493 | name = "fastrand" | ||
494 | version = "2.0.2" | ||
495 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
496 | checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" | ||
497 | |||
498 | [[package]] | ||
499 | name = "finl_unicode" | ||
500 | version = "1.2.0" | ||
501 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
502 | checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6" | ||
503 | |||
504 | [[package]] | ||
505 | name = "flate2" | 374 | name = "flate2" |
506 | version = "1.0.28" | 375 | version = "1.0.28" |
507 | source = "registry+https://github.com/rust-lang/crates.io-index" | 376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -512,17 +381,6 @@ dependencies = [ | |||
512 | ] | 381 | ] |
513 | 382 | ||
514 | [[package]] | 383 | [[package]] |
515 | name = "flume" | ||
516 | version = "0.11.0" | ||
517 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
518 | checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" | ||
519 | dependencies = [ | ||
520 | "futures-core", | ||
521 | "futures-sink", | ||
522 | "spin 0.9.8", | ||
523 | ] | ||
524 | |||
525 | [[package]] | ||
526 | name = "fnv" | 384 | name = "fnv" |
527 | version = "1.0.7" | 385 | version = "1.0.7" |
528 | source = "registry+https://github.com/rust-lang/crates.io-index" | 386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -544,7 +402,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
544 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" | 402 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
545 | dependencies = [ | 403 | dependencies = [ |
546 | "futures-core", | 404 | "futures-core", |
547 | "futures-sink", | ||
548 | ] | 405 | ] |
549 | 406 | ||
550 | [[package]] | 407 | [[package]] |
@@ -554,34 +411,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
554 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" | 411 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
555 | 412 | ||
556 | [[package]] | 413 | [[package]] |
557 | name = "futures-executor" | ||
558 | version = "0.3.30" | ||
559 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
560 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" | ||
561 | dependencies = [ | ||
562 | "futures-core", | ||
563 | "futures-task", | ||
564 | "futures-util", | ||
565 | ] | ||
566 | |||
567 | [[package]] | ||
568 | name = "futures-intrusive" | ||
569 | version = "0.5.0" | ||
570 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
571 | checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" | ||
572 | dependencies = [ | ||
573 | "futures-core", | ||
574 | "lock_api", | ||
575 | "parking_lot", | ||
576 | ] | ||
577 | |||
578 | [[package]] | ||
579 | name = "futures-io" | ||
580 | version = "0.3.30" | ||
581 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
582 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" | ||
583 | |||
584 | [[package]] | ||
585 | name = "futures-sink" | 414 | name = "futures-sink" |
586 | version = "0.3.30" | 415 | version = "0.3.30" |
587 | source = "registry+https://github.com/rust-lang/crates.io-index" | 416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -600,10 +429,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
600 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" | 429 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
601 | dependencies = [ | 430 | dependencies = [ |
602 | "futures-core", | 431 | "futures-core", |
603 | "futures-io", | ||
604 | "futures-sink", | 432 | "futures-sink", |
605 | "futures-task", | 433 | "futures-task", |
606 | "memchr", | ||
607 | "pin-project-lite", | 434 | "pin-project-lite", |
608 | "pin-utils", | 435 | "pin-utils", |
609 | "slab", | 436 | "slab", |
@@ -653,28 +480,12 @@ name = "hashbrown" | |||
653 | version = "0.14.3" | 480 | version = "0.14.3" |
654 | source = "registry+https://github.com/rust-lang/crates.io-index" | 481 | source = "registry+https://github.com/rust-lang/crates.io-index" |
655 | checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" | 482 | checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" |
656 | dependencies = [ | ||
657 | "ahash", | ||
658 | "allocator-api2", | ||
659 | ] | ||
660 | |||
661 | [[package]] | ||
662 | name = "hashlink" | ||
663 | version = "0.8.4" | ||
664 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
665 | checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" | ||
666 | dependencies = [ | ||
667 | "hashbrown 0.14.3", | ||
668 | ] | ||
669 | 483 | ||
670 | [[package]] | 484 | [[package]] |
671 | name = "heck" | 485 | name = "heck" |
672 | version = "0.4.1" | 486 | version = "0.4.1" |
673 | source = "registry+https://github.com/rust-lang/crates.io-index" | 487 | source = "registry+https://github.com/rust-lang/crates.io-index" |
674 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" | 488 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
675 | dependencies = [ | ||
676 | "unicode-segmentation", | ||
677 | ] | ||
678 | 489 | ||
679 | [[package]] | 490 | [[package]] |
680 | name = "hermit-abi" | 491 | name = "hermit-abi" |
@@ -689,33 +500,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
689 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | 500 | checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
690 | 501 | ||
691 | [[package]] | 502 | [[package]] |
692 | name = "hkdf" | ||
693 | version = "0.12.4" | ||
694 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
695 | checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" | ||
696 | dependencies = [ | ||
697 | "hmac", | ||
698 | ] | ||
699 | |||
700 | [[package]] | ||
701 | name = "hmac" | ||
702 | version = "0.12.1" | ||
703 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
704 | checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" | ||
705 | dependencies = [ | ||
706 | "digest", | ||
707 | ] | ||
708 | |||
709 | [[package]] | ||
710 | name = "home" | ||
711 | version = "0.5.9" | ||
712 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
713 | checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" | ||
714 | dependencies = [ | ||
715 | "windows-sys 0.52.0", | ||
716 | ] | ||
717 | |||
718 | [[package]] | ||
719 | name = "http" | 503 | name = "http" |
720 | version = "1.1.0" | 504 | version = "1.1.0" |
721 | source = "registry+https://github.com/rust-lang/crates.io-index" | 505 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -833,15 +617,6 @@ dependencies = [ | |||
833 | ] | 617 | ] |
834 | 618 | ||
835 | [[package]] | 619 | [[package]] |
836 | name = "itertools" | ||
837 | version = "0.12.1" | ||
838 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
839 | checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" | ||
840 | dependencies = [ | ||
841 | "either", | ||
842 | ] | ||
843 | |||
844 | [[package]] | ||
845 | name = "itoa" | 620 | name = "itoa" |
846 | version = "1.0.11" | 621 | version = "1.0.11" |
847 | source = "registry+https://github.com/rust-lang/crates.io-index" | 622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -863,9 +638,6 @@ name = "lazy_static" | |||
863 | version = "1.4.0" | 638 | version = "1.4.0" |
864 | source = "registry+https://github.com/rust-lang/crates.io-index" | 639 | source = "registry+https://github.com/rust-lang/crates.io-index" |
865 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | 640 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
866 | dependencies = [ | ||
867 | "spin 0.5.2", | ||
868 | ] | ||
869 | 641 | ||
870 | [[package]] | 642 | [[package]] |
871 | name = "libc" | 643 | name = "libc" |
@@ -874,35 +646,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
874 | checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" | 646 | checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" |
875 | 647 | ||
876 | [[package]] | 648 | [[package]] |
877 | name = "libm" | ||
878 | version = "0.2.8" | ||
879 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
880 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" | ||
881 | |||
882 | [[package]] | ||
883 | name = "libsqlite3-sys" | ||
884 | version = "0.27.0" | ||
885 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
886 | checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" | ||
887 | dependencies = [ | ||
888 | "cc", | ||
889 | "pkg-config", | ||
890 | "vcpkg", | ||
891 | ] | ||
892 | |||
893 | [[package]] | ||
894 | name = "linked-hash-map" | 649 | name = "linked-hash-map" |
895 | version = "0.5.6" | 650 | version = "0.5.6" |
896 | source = "registry+https://github.com/rust-lang/crates.io-index" | 651 | source = "registry+https://github.com/rust-lang/crates.io-index" |
897 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" | 652 | checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" |
898 | 653 | ||
899 | [[package]] | 654 | [[package]] |
900 | name = "linux-raw-sys" | ||
901 | version = "0.4.13" | ||
902 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
903 | checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" | ||
904 | |||
905 | [[package]] | ||
906 | name = "lock_api" | 655 | name = "lock_api" |
907 | version = "0.4.11" | 656 | version = "0.4.11" |
908 | source = "registry+https://github.com/rust-lang/crates.io-index" | 657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -945,16 +694,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
945 | checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" | 694 | checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" |
946 | 695 | ||
947 | [[package]] | 696 | [[package]] |
948 | name = "md-5" | ||
949 | version = "0.10.6" | ||
950 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
951 | checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" | ||
952 | dependencies = [ | ||
953 | "cfg-if", | ||
954 | "digest", | ||
955 | ] | ||
956 | |||
957 | [[package]] | ||
958 | name = "memchr" | 697 | name = "memchr" |
959 | version = "2.7.2" | 698 | version = "2.7.2" |
960 | source = "registry+https://github.com/rust-lang/crates.io-index" | 699 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1051,59 +790,12 @@ dependencies = [ | |||
1051 | ] | 790 | ] |
1052 | 791 | ||
1053 | [[package]] | 792 | [[package]] |
1054 | name = "num-bigint-dig" | ||
1055 | version = "0.8.4" | ||
1056 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1057 | checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" | ||
1058 | dependencies = [ | ||
1059 | "byteorder", | ||
1060 | "lazy_static", | ||
1061 | "libm", | ||
1062 | "num-integer", | ||
1063 | "num-iter", | ||
1064 | "num-traits", | ||
1065 | "rand", | ||
1066 | "smallvec", | ||
1067 | "zeroize", | ||
1068 | ] | ||
1069 | |||
1070 | [[package]] | ||
1071 | name = "num-conv" | 793 | name = "num-conv" |
1072 | version = "0.1.0" | 794 | version = "0.1.0" |
1073 | source = "registry+https://github.com/rust-lang/crates.io-index" | 795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1074 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" | 796 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
1075 | 797 | ||
1076 | [[package]] | 798 | [[package]] |
1077 | name = "num-integer" | ||
1078 | version = "0.1.46" | ||
1079 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1080 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" | ||
1081 | dependencies = [ | ||
1082 | "num-traits", | ||
1083 | ] | ||
1084 | |||
1085 | [[package]] | ||
1086 | name = "num-iter" | ||
1087 | version = "0.1.44" | ||
1088 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1089 | checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9" | ||
1090 | dependencies = [ | ||
1091 | "autocfg", | ||
1092 | "num-integer", | ||
1093 | "num-traits", | ||
1094 | ] | ||
1095 | |||
1096 | [[package]] | ||
1097 | name = "num-traits" | ||
1098 | version = "0.2.18" | ||
1099 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1100 | checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" | ||
1101 | dependencies = [ | ||
1102 | "autocfg", | ||
1103 | "libm", | ||
1104 | ] | ||
1105 | |||
1106 | [[package]] | ||
1107 | name = "num_cpus" | 799 | name = "num_cpus" |
1108 | version = "1.16.0" | 800 | version = "1.16.0" |
1109 | source = "registry+https://github.com/rust-lang/crates.io-index" | 801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1183,27 +875,12 @@ dependencies = [ | |||
1183 | ] | 875 | ] |
1184 | 876 | ||
1185 | [[package]] | 877 | [[package]] |
1186 | name = "paste" | ||
1187 | version = "1.0.14" | ||
1188 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1189 | checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" | ||
1190 | |||
1191 | [[package]] | ||
1192 | name = "pathdiff" | 878 | name = "pathdiff" |
1193 | version = "0.2.1" | 879 | version = "0.2.1" |
1194 | source = "registry+https://github.com/rust-lang/crates.io-index" | 880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1195 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" | 881 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
1196 | 882 | ||
1197 | [[package]] | 883 | [[package]] |
1198 | name = "pem-rfc7468" | ||
1199 | version = "0.7.0" | ||
1200 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1201 | checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" | ||
1202 | dependencies = [ | ||
1203 | "base64ct", | ||
1204 | ] | ||
1205 | |||
1206 | [[package]] | ||
1207 | name = "percent-encoding" | 884 | name = "percent-encoding" |
1208 | version = "2.3.1" | 885 | version = "2.3.1" |
1209 | source = "registry+https://github.com/rust-lang/crates.io-index" | 886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1287,33 +964,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1287 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" | 964 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
1288 | 965 | ||
1289 | [[package]] | 966 | [[package]] |
1290 | name = "pkcs1" | ||
1291 | version = "0.7.5" | ||
1292 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1293 | checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" | ||
1294 | dependencies = [ | ||
1295 | "der", | ||
1296 | "pkcs8", | ||
1297 | "spki", | ||
1298 | ] | ||
1299 | |||
1300 | [[package]] | ||
1301 | name = "pkcs8" | ||
1302 | version = "0.10.2" | ||
1303 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1304 | checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" | ||
1305 | dependencies = [ | ||
1306 | "der", | ||
1307 | "spki", | ||
1308 | ] | ||
1309 | |||
1310 | [[package]] | ||
1311 | name = "pkg-config" | ||
1312 | version = "0.3.30" | ||
1313 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1314 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" | ||
1315 | |||
1316 | [[package]] | ||
1317 | name = "pnet_base" | 967 | name = "pnet_base" |
1318 | version = "0.34.0" | 968 | version = "0.34.0" |
1319 | source = "registry+https://github.com/rust-lang/crates.io-index" | 969 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1505,26 +1155,6 @@ dependencies = [ | |||
1505 | ] | 1155 | ] |
1506 | 1156 | ||
1507 | [[package]] | 1157 | [[package]] |
1508 | name = "rsa" | ||
1509 | version = "0.9.6" | ||
1510 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1511 | checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" | ||
1512 | dependencies = [ | ||
1513 | "const-oid", | ||
1514 | "digest", | ||
1515 | "num-bigint-dig", | ||
1516 | "num-integer", | ||
1517 | "num-traits", | ||
1518 | "pkcs1", | ||
1519 | "pkcs8", | ||
1520 | "rand_core", | ||
1521 | "signature", | ||
1522 | "spki", | ||
1523 | "subtle", | ||
1524 | "zeroize", | ||
1525 | ] | ||
1526 | |||
1527 | [[package]] | ||
1528 | name = "rust-embed" | 1158 | name = "rust-embed" |
1529 | version = "8.3.0" | 1159 | version = "8.3.0" |
1530 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1575,19 +1205,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1575 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" | 1205 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
1576 | 1206 | ||
1577 | [[package]] | 1207 | [[package]] |
1578 | name = "rustix" | ||
1579 | version = "0.38.32" | ||
1580 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1581 | checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" | ||
1582 | dependencies = [ | ||
1583 | "bitflags 2.5.0", | ||
1584 | "errno", | ||
1585 | "libc", | ||
1586 | "linux-raw-sys", | ||
1587 | "windows-sys 0.52.0", | ||
1588 | ] | ||
1589 | |||
1590 | [[package]] | ||
1591 | name = "rustversion" | 1208 | name = "rustversion" |
1592 | version = "1.0.15" | 1209 | version = "1.0.15" |
1593 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1708,16 +1325,6 @@ dependencies = [ | |||
1708 | ] | 1325 | ] |
1709 | 1326 | ||
1710 | [[package]] | 1327 | [[package]] |
1711 | name = "signature" | ||
1712 | version = "2.2.0" | ||
1713 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1714 | checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" | ||
1715 | dependencies = [ | ||
1716 | "digest", | ||
1717 | "rand_core", | ||
1718 | ] | ||
1719 | |||
1720 | [[package]] | ||
1721 | name = "slab" | 1328 | name = "slab" |
1722 | version = "0.4.9" | 1329 | version = "0.4.9" |
1723 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1743,257 +1350,6 @@ dependencies = [ | |||
1743 | ] | 1350 | ] |
1744 | 1351 | ||
1745 | [[package]] | 1352 | [[package]] |
1746 | name = "spin" | ||
1747 | version = "0.5.2" | ||
1748 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1749 | checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" | ||
1750 | |||
1751 | [[package]] | ||
1752 | name = "spin" | ||
1753 | version = "0.9.8" | ||
1754 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1755 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" | ||
1756 | dependencies = [ | ||
1757 | "lock_api", | ||
1758 | ] | ||
1759 | |||
1760 | [[package]] | ||
1761 | name = "spki" | ||
1762 | version = "0.7.3" | ||
1763 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1764 | checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" | ||
1765 | dependencies = [ | ||
1766 | "base64ct", | ||
1767 | "der", | ||
1768 | ] | ||
1769 | |||
1770 | [[package]] | ||
1771 | name = "sqlformat" | ||
1772 | version = "0.2.3" | ||
1773 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1774 | checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c" | ||
1775 | dependencies = [ | ||
1776 | "itertools", | ||
1777 | "nom", | ||
1778 | "unicode_categories", | ||
1779 | ] | ||
1780 | |||
1781 | [[package]] | ||
1782 | name = "sqlx" | ||
1783 | version = "0.7.4" | ||
1784 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1785 | checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa" | ||
1786 | dependencies = [ | ||
1787 | "sqlx-core", | ||
1788 | "sqlx-macros", | ||
1789 | "sqlx-mysql", | ||
1790 | "sqlx-postgres", | ||
1791 | "sqlx-sqlite", | ||
1792 | ] | ||
1793 | |||
1794 | [[package]] | ||
1795 | name = "sqlx-core" | ||
1796 | version = "0.7.4" | ||
1797 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1798 | checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" | ||
1799 | dependencies = [ | ||
1800 | "ahash", | ||
1801 | "atoi", | ||
1802 | "byteorder", | ||
1803 | "bytes", | ||
1804 | "crc", | ||
1805 | "crossbeam-queue", | ||
1806 | "either", | ||
1807 | "event-listener", | ||
1808 | "futures-channel", | ||
1809 | "futures-core", | ||
1810 | "futures-intrusive", | ||
1811 | "futures-io", | ||
1812 | "futures-util", | ||
1813 | "hashlink", | ||
1814 | "hex", | ||
1815 | "indexmap", | ||
1816 | "ipnetwork", | ||
1817 | "log", | ||
1818 | "mac_address", | ||
1819 | "memchr", | ||
1820 | "once_cell", | ||
1821 | "paste", | ||
1822 | "percent-encoding", | ||
1823 | "serde", | ||
1824 | "serde_json", | ||
1825 | "sha2", | ||
1826 | "smallvec", | ||
1827 | "sqlformat", | ||
1828 | "thiserror", | ||
1829 | "tokio", | ||
1830 | "tokio-stream", | ||
1831 | "tracing", | ||
1832 | "url", | ||
1833 | ] | ||
1834 | |||
1835 | [[package]] | ||
1836 | name = "sqlx-macros" | ||
1837 | version = "0.7.4" | ||
1838 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1839 | checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127" | ||
1840 | dependencies = [ | ||
1841 | "proc-macro2", | ||
1842 | "quote", | ||
1843 | "sqlx-core", | ||
1844 | "sqlx-macros-core", | ||
1845 | "syn 1.0.109", | ||
1846 | ] | ||
1847 | |||
1848 | [[package]] | ||
1849 | name = "sqlx-macros-core" | ||
1850 | version = "0.7.4" | ||
1851 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1852 | checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8" | ||
1853 | dependencies = [ | ||
1854 | "dotenvy", | ||
1855 | "either", | ||
1856 | "heck", | ||
1857 | "hex", | ||
1858 | "once_cell", | ||
1859 | "proc-macro2", | ||
1860 | "quote", | ||
1861 | "serde", | ||
1862 | "serde_json", | ||
1863 | "sha2", | ||
1864 | "sqlx-core", | ||
1865 | "sqlx-mysql", | ||
1866 | "sqlx-postgres", | ||
1867 | "sqlx-sqlite", | ||
1868 | "syn 1.0.109", | ||
1869 | "tempfile", | ||
1870 | "tokio", | ||
1871 | "url", | ||
1872 | ] | ||
1873 | |||
1874 | [[package]] | ||
1875 | name = "sqlx-mysql" | ||
1876 | version = "0.7.4" | ||
1877 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1878 | checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418" | ||
1879 | dependencies = [ | ||
1880 | "atoi", | ||
1881 | "base64", | ||
1882 | "bitflags 2.5.0", | ||
1883 | "byteorder", | ||
1884 | "bytes", | ||
1885 | "crc", | ||
1886 | "digest", | ||
1887 | "dotenvy", | ||
1888 | "either", | ||
1889 | "futures-channel", | ||
1890 | "futures-core", | ||
1891 | "futures-io", | ||
1892 | "futures-util", | ||
1893 | "generic-array", | ||
1894 | "hex", | ||
1895 | "hkdf", | ||
1896 | "hmac", | ||
1897 | "itoa", | ||
1898 | "log", | ||
1899 | "md-5", | ||
1900 | "memchr", | ||
1901 | "once_cell", | ||
1902 | "percent-encoding", | ||
1903 | "rand", | ||
1904 | "rsa", | ||
1905 | "serde", | ||
1906 | "sha1", | ||
1907 | "sha2", | ||
1908 | "smallvec", | ||
1909 | "sqlx-core", | ||
1910 | "stringprep", | ||
1911 | "thiserror", | ||
1912 | "tracing", | ||
1913 | "whoami", | ||
1914 | ] | ||
1915 | |||
1916 | [[package]] | ||
1917 | name = "sqlx-postgres" | ||
1918 | version = "0.7.4" | ||
1919 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1920 | checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e" | ||
1921 | dependencies = [ | ||
1922 | "atoi", | ||
1923 | "base64", | ||
1924 | "bitflags 2.5.0", | ||
1925 | "byteorder", | ||
1926 | "crc", | ||
1927 | "dotenvy", | ||
1928 | "etcetera", | ||
1929 | "futures-channel", | ||
1930 | "futures-core", | ||
1931 | "futures-io", | ||
1932 | "futures-util", | ||
1933 | "hex", | ||
1934 | "hkdf", | ||
1935 | "hmac", | ||
1936 | "home", | ||
1937 | "ipnetwork", | ||
1938 | "itoa", | ||
1939 | "log", | ||
1940 | "mac_address", | ||
1941 | "md-5", | ||
1942 | "memchr", | ||
1943 | "once_cell", | ||
1944 | "rand", | ||
1945 | "serde", | ||
1946 | "serde_json", | ||
1947 | "sha2", | ||
1948 | "smallvec", | ||
1949 | "sqlx-core", | ||
1950 | "stringprep", | ||
1951 | "thiserror", | ||
1952 | "tracing", | ||
1953 | "whoami", | ||
1954 | ] | ||
1955 | |||
1956 | [[package]] | ||
1957 | name = "sqlx-sqlite" | ||
1958 | version = "0.7.4" | ||
1959 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1960 | checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa" | ||
1961 | dependencies = [ | ||
1962 | "atoi", | ||
1963 | "flume", | ||
1964 | "futures-channel", | ||
1965 | "futures-core", | ||
1966 | "futures-executor", | ||
1967 | "futures-intrusive", | ||
1968 | "futures-util", | ||
1969 | "libsqlite3-sys", | ||
1970 | "log", | ||
1971 | "percent-encoding", | ||
1972 | "serde", | ||
1973 | "sqlx-core", | ||
1974 | "tracing", | ||
1975 | "url", | ||
1976 | "urlencoding", | ||
1977 | ] | ||
1978 | |||
1979 | [[package]] | ||
1980 | name = "stringprep" | ||
1981 | version = "0.1.4" | ||
1982 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1983 | checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6" | ||
1984 | dependencies = [ | ||
1985 | "finl_unicode", | ||
1986 | "unicode-bidi", | ||
1987 | "unicode-normalization", | ||
1988 | ] | ||
1989 | |||
1990 | [[package]] | ||
1991 | name = "subtle" | ||
1992 | version = "2.5.0" | ||
1993 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1994 | checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" | ||
1995 | |||
1996 | [[package]] | ||
1997 | name = "surge-ping" | 1353 | name = "surge-ping" |
1998 | version = "0.8.1" | 1354 | version = "0.8.1" |
1999 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2016,7 +1372,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2016 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" | 1372 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
2017 | dependencies = [ | 1373 | dependencies = [ |
2018 | "proc-macro2", | 1374 | "proc-macro2", |
2019 | "quote", | ||
2020 | "unicode-ident", | 1375 | "unicode-ident", |
2021 | ] | 1376 | ] |
2022 | 1377 | ||
@@ -2044,18 +1399,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2044 | checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" | 1399 | checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" |
2045 | 1400 | ||
2046 | [[package]] | 1401 | [[package]] |
2047 | name = "tempfile" | ||
2048 | version = "3.10.1" | ||
2049 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2050 | checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" | ||
2051 | dependencies = [ | ||
2052 | "cfg-if", | ||
2053 | "fastrand", | ||
2054 | "rustix", | ||
2055 | "windows-sys 0.52.0", | ||
2056 | ] | ||
2057 | |||
2058 | [[package]] | ||
2059 | name = "thiserror" | 1402 | name = "thiserror" |
2060 | version = "1.0.58" | 1403 | version = "1.0.58" |
2061 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2171,17 +1514,6 @@ dependencies = [ | |||
2171 | ] | 1514 | ] |
2172 | 1515 | ||
2173 | [[package]] | 1516 | [[package]] |
2174 | name = "tokio-stream" | ||
2175 | version = "0.1.15" | ||
2176 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2177 | checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" | ||
2178 | dependencies = [ | ||
2179 | "futures-core", | ||
2180 | "pin-project-lite", | ||
2181 | "tokio", | ||
2182 | ] | ||
2183 | |||
2184 | [[package]] | ||
2185 | name = "tokio-tungstenite" | 1517 | name = "tokio-tungstenite" |
2186 | version = "0.21.0" | 1518 | version = "0.21.0" |
2187 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2408,12 +1740,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2408 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" | 1740 | checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" |
2409 | 1741 | ||
2410 | [[package]] | 1742 | [[package]] |
2411 | name = "unicode_categories" | ||
2412 | version = "0.1.1" | ||
2413 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2414 | checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" | ||
2415 | |||
2416 | [[package]] | ||
2417 | name = "url" | 1743 | name = "url" |
2418 | version = "2.5.0" | 1744 | version = "2.5.0" |
2419 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1745 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2425,12 +1751,6 @@ dependencies = [ | |||
2425 | ] | 1751 | ] |
2426 | 1752 | ||
2427 | [[package]] | 1753 | [[package]] |
2428 | name = "urlencoding" | ||
2429 | version = "2.1.3" | ||
2430 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2431 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" | ||
2432 | |||
2433 | [[package]] | ||
2434 | name = "utf-8" | 1754 | name = "utf-8" |
2435 | version = "0.7.6" | 1755 | version = "0.7.6" |
2436 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2494,12 +1814,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2494 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" | 1814 | checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
2495 | 1815 | ||
2496 | [[package]] | 1816 | [[package]] |
2497 | name = "vcpkg" | ||
2498 | version = "0.2.15" | ||
2499 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2500 | checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" | ||
2501 | |||
2502 | [[package]] | ||
2503 | name = "version_check" | 1817 | name = "version_check" |
2504 | version = "0.9.4" | 1818 | version = "0.9.4" |
2505 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2522,14 +1836,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
2522 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | 1836 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
2523 | 1837 | ||
2524 | [[package]] | 1838 | [[package]] |
2525 | name = "wasite" | ||
2526 | version = "0.1.0" | ||
2527 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2528 | checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" | ||
2529 | |||
2530 | [[package]] | ||
2531 | name = "webol" | 1839 | name = "webol" |
2532 | version = "0.3.4" | 1840 | version = "0.4.0" |
2533 | dependencies = [ | 1841 | dependencies = [ |
2534 | "axum", | 1842 | "axum", |
2535 | "axum-macros", | 1843 | "axum-macros", |
@@ -2540,7 +1848,6 @@ dependencies = [ | |||
2540 | "mac_address", | 1848 | "mac_address", |
2541 | "serde", | 1849 | "serde", |
2542 | "serde_json", | 1850 | "serde_json", |
2543 | "sqlx", | ||
2544 | "surge-ping", | 1851 | "surge-ping", |
2545 | "thiserror", | 1852 | "thiserror", |
2546 | "time", | 1853 | "time", |
@@ -2554,16 +1861,6 @@ dependencies = [ | |||
2554 | ] | 1861 | ] |
2555 | 1862 | ||
2556 | [[package]] | 1863 | [[package]] |
2557 | name = "whoami" | ||
2558 | version = "1.5.1" | ||
2559 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2560 | checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9" | ||
2561 | dependencies = [ | ||
2562 | "redox_syscall", | ||
2563 | "wasite", | ||
2564 | ] | ||
2565 | |||
2566 | [[package]] | ||
2567 | name = "winapi" | 1864 | name = "winapi" |
2568 | version = "0.3.9" | 1865 | version = "0.3.9" |
2569 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1866 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -2745,32 +2042,6 @@ dependencies = [ | |||
2745 | ] | 2042 | ] |
2746 | 2043 | ||
2747 | [[package]] | 2044 | [[package]] |
2748 | name = "zerocopy" | ||
2749 | version = "0.7.32" | ||
2750 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2751 | checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" | ||
2752 | dependencies = [ | ||
2753 | "zerocopy-derive", | ||
2754 | ] | ||
2755 | |||
2756 | [[package]] | ||
2757 | name = "zerocopy-derive" | ||
2758 | version = "0.7.32" | ||
2759 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2760 | checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" | ||
2761 | dependencies = [ | ||
2762 | "proc-macro2", | ||
2763 | "quote", | ||
2764 | "syn 2.0.58", | ||
2765 | ] | ||
2766 | |||
2767 | [[package]] | ||
2768 | name = "zeroize" | ||
2769 | version = "1.7.0" | ||
2770 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2771 | checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" | ||
2772 | |||
2773 | [[package]] | ||
2774 | name = "zip" | 2045 | name = "zip" |
2775 | version = "0.6.6" | 2046 | version = "0.6.6" |
2776 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2047 | source = "registry+https://github.com/rust-lang/crates.io-index" |