| 248 |
248 |
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
| 249 |
249 |
|
|
| 250 |
250 |
|
[[package]]
|
|
251 |
+ |
name = "cfg_aliases"
|
|
252 |
+ |
version = "0.2.1"
|
|
253 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
254 |
+ |
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
255 |
+ |
|
|
256 |
+ |
[[package]]
|
| 251 |
257 |
|
name = "chrono"
|
| 252 |
258 |
|
version = "0.4.44"
|
| 253 |
259 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 288 |
294 |
|
]
|
| 289 |
295 |
|
|
| 290 |
296 |
|
[[package]]
|
| 291 |
|
- |
name = "core-foundation"
|
| 292 |
|
- |
version = "0.9.4"
|
| 293 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 294 |
|
- |
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
| 295 |
|
- |
dependencies = [
|
| 296 |
|
- |
"core-foundation-sys",
|
| 297 |
|
- |
"libc",
|
| 298 |
|
- |
]
|
| 299 |
|
- |
|
| 300 |
|
- |
[[package]]
|
| 301 |
|
- |
name = "core-foundation"
|
| 302 |
|
- |
version = "0.10.1"
|
| 303 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 304 |
|
- |
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
| 305 |
|
- |
dependencies = [
|
| 306 |
|
- |
"core-foundation-sys",
|
| 307 |
|
- |
"libc",
|
| 308 |
|
- |
]
|
| 309 |
|
- |
|
| 310 |
|
- |
[[package]]
|
| 311 |
297 |
|
name = "core-foundation-sys"
|
| 312 |
298 |
|
version = "0.8.7"
|
| 313 |
299 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 480 |
466 |
|
]
|
| 481 |
467 |
|
|
| 482 |
468 |
|
[[package]]
|
| 483 |
|
- |
name = "encoding_rs"
|
| 484 |
|
- |
version = "0.8.35"
|
| 485 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 486 |
|
- |
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
| 487 |
|
- |
dependencies = [
|
| 488 |
|
- |
"cfg-if",
|
| 489 |
|
- |
]
|
| 490 |
|
- |
|
| 491 |
|
- |
[[package]]
|
| 492 |
469 |
|
name = "equivalent"
|
| 493 |
470 |
|
version = "1.0.2"
|
| 494 |
471 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 527 |
504 |
|
]
|
| 528 |
505 |
|
|
| 529 |
506 |
|
[[package]]
|
| 530 |
|
- |
name = "fastrand"
|
| 531 |
|
- |
version = "2.3.0"
|
| 532 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 533 |
|
- |
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
| 534 |
|
- |
|
| 535 |
|
- |
[[package]]
|
| 536 |
507 |
|
name = "find-msvc-tools"
|
| 537 |
508 |
|
version = "0.1.9"
|
| 538 |
509 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 550 |
521 |
|
]
|
| 551 |
522 |
|
|
| 552 |
523 |
|
[[package]]
|
| 553 |
|
- |
name = "fnv"
|
| 554 |
|
- |
version = "1.0.7"
|
| 555 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 556 |
|
- |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
| 557 |
|
- |
|
| 558 |
|
- |
[[package]]
|
| 559 |
524 |
|
name = "foldhash"
|
| 560 |
525 |
|
version = "0.1.5"
|
| 561 |
526 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 562 |
527 |
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
| 563 |
528 |
|
|
| 564 |
529 |
|
[[package]]
|
| 565 |
|
- |
name = "foreign-types"
|
| 566 |
|
- |
version = "0.3.2"
|
| 567 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 568 |
|
- |
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
| 569 |
|
- |
dependencies = [
|
| 570 |
|
- |
"foreign-types-shared",
|
| 571 |
|
- |
]
|
| 572 |
|
- |
|
| 573 |
|
- |
[[package]]
|
| 574 |
|
- |
name = "foreign-types-shared"
|
| 575 |
|
- |
version = "0.1.1"
|
| 576 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 577 |
|
- |
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
| 578 |
|
- |
|
| 579 |
|
- |
[[package]]
|
| 580 |
530 |
|
name = "form_urlencoded"
|
| 581 |
531 |
|
version = "1.2.2"
|
| 582 |
532 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 734 |
684 |
|
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
| 735 |
685 |
|
dependencies = [
|
| 736 |
686 |
|
"cfg-if",
|
|
687 |
+ |
"js-sys",
|
| 737 |
688 |
|
"libc",
|
| 738 |
689 |
|
"wasi",
|
|
690 |
+ |
"wasm-bindgen",
|
| 739 |
691 |
|
]
|
| 740 |
692 |
|
|
| 741 |
693 |
|
[[package]]
|
| 789 |
741 |
|
]
|
| 790 |
742 |
|
|
| 791 |
743 |
|
[[package]]
|
| 792 |
|
- |
name = "h2"
|
| 793 |
|
- |
version = "0.4.13"
|
| 794 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 795 |
|
- |
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
|
| 796 |
|
- |
dependencies = [
|
| 797 |
|
- |
"atomic-waker",
|
| 798 |
|
- |
"bytes",
|
| 799 |
|
- |
"fnv",
|
| 800 |
|
- |
"futures-core",
|
| 801 |
|
- |
"futures-sink",
|
| 802 |
|
- |
"http",
|
| 803 |
|
- |
"indexmap",
|
| 804 |
|
- |
"slab",
|
| 805 |
|
- |
"tokio",
|
| 806 |
|
- |
"tokio-util",
|
| 807 |
|
- |
"tracing",
|
| 808 |
|
- |
]
|
| 809 |
|
- |
|
| 810 |
|
- |
[[package]]
|
| 811 |
744 |
|
name = "hashbrown"
|
| 812 |
745 |
|
version = "0.14.5"
|
| 813 |
746 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 950 |
883 |
|
"bytes",
|
| 951 |
884 |
|
"futures-channel",
|
| 952 |
885 |
|
"futures-core",
|
| 953 |
|
- |
"h2",
|
| 954 |
886 |
|
"http",
|
| 955 |
887 |
|
"http-body",
|
| 956 |
888 |
|
"httparse",
|
| 977 |
909 |
|
"tokio",
|
| 978 |
910 |
|
"tokio-rustls",
|
| 979 |
911 |
|
"tower-service",
|
| 980 |
|
- |
]
|
| 981 |
|
- |
|
| 982 |
|
- |
[[package]]
|
| 983 |
|
- |
name = "hyper-tls"
|
| 984 |
|
- |
version = "0.6.0"
|
| 985 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 986 |
|
- |
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
| 987 |
|
- |
dependencies = [
|
| 988 |
|
- |
"bytes",
|
| 989 |
|
- |
"http-body-util",
|
| 990 |
|
- |
"hyper",
|
| 991 |
|
- |
"hyper-util",
|
| 992 |
|
- |
"native-tls",
|
| 993 |
|
- |
"tokio",
|
| 994 |
|
- |
"tokio-native-tls",
|
| 995 |
|
- |
"tower-service",
|
|
912 |
+ |
"webpki-roots",
|
| 996 |
913 |
|
]
|
| 997 |
914 |
|
|
| 998 |
915 |
|
[[package]]
|
| 1013 |
930 |
|
"percent-encoding",
|
| 1014 |
931 |
|
"pin-project-lite",
|
| 1015 |
932 |
|
"socket2",
|
| 1016 |
|
- |
"system-configuration",
|
| 1017 |
933 |
|
"tokio",
|
| 1018 |
934 |
|
"tower-service",
|
| 1019 |
935 |
|
"tracing",
|
| 1020 |
|
- |
"windows-registry",
|
| 1021 |
936 |
|
]
|
| 1022 |
937 |
|
|
| 1023 |
938 |
|
[[package]]
|
| 1246 |
1161 |
|
]
|
| 1247 |
1162 |
|
|
| 1248 |
1163 |
|
[[package]]
|
| 1249 |
|
- |
name = "linux-raw-sys"
|
| 1250 |
|
- |
version = "0.12.1"
|
| 1251 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1252 |
|
- |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
| 1253 |
|
- |
|
| 1254 |
|
- |
[[package]]
|
| 1255 |
1164 |
|
name = "litemap"
|
| 1256 |
1165 |
|
version = "0.8.1"
|
| 1257 |
1166 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1274 |
1183 |
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
| 1275 |
1184 |
|
|
| 1276 |
1185 |
|
[[package]]
|
|
1186 |
+ |
name = "lru-slab"
|
|
1187 |
+ |
version = "0.1.2"
|
|
1188 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1189 |
+ |
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
1190 |
+ |
|
|
1191 |
+ |
[[package]]
|
| 1277 |
1192 |
|
name = "mac"
|
| 1278 |
1193 |
|
version = "0.1.1"
|
| 1279 |
1194 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1367 |
1282 |
|
|
| 1368 |
1283 |
|
[[package]]
|
| 1369 |
1284 |
|
name = "mt-core"
|
| 1370 |
|
- |
version = "0.2.1"
|
|
1285 |
+ |
version = "0.2.2"
|
| 1371 |
1286 |
|
dependencies = [
|
| 1372 |
1287 |
|
"chrono",
|
| 1373 |
1288 |
|
]
|
| 1374 |
1289 |
|
|
| 1375 |
1290 |
|
[[package]]
|
| 1376 |
1291 |
|
name = "mt-db"
|
| 1377 |
|
- |
version = "0.2.1"
|
|
1292 |
+ |
version = "0.2.2"
|
| 1378 |
1293 |
|
dependencies = [
|
| 1379 |
1294 |
|
"chrono",
|
| 1380 |
1295 |
|
"sqlx",
|
| 1384 |
1299 |
|
|
| 1385 |
1300 |
|
[[package]]
|
| 1386 |
1301 |
|
name = "multithreaded"
|
| 1387 |
|
- |
version = "0.2.1"
|
|
1302 |
+ |
version = "0.2.2"
|
| 1388 |
1303 |
|
dependencies = [
|
| 1389 |
1304 |
|
"ammonia",
|
| 1390 |
1305 |
|
"askama",
|
| 1418 |
1333 |
|
]
|
| 1419 |
1334 |
|
|
| 1420 |
1335 |
|
[[package]]
|
| 1421 |
|
- |
name = "native-tls"
|
| 1422 |
|
- |
version = "0.2.18"
|
| 1423 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1424 |
|
- |
checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
|
| 1425 |
|
- |
dependencies = [
|
| 1426 |
|
- |
"libc",
|
| 1427 |
|
- |
"log",
|
| 1428 |
|
- |
"openssl",
|
| 1429 |
|
- |
"openssl-probe",
|
| 1430 |
|
- |
"openssl-sys",
|
| 1431 |
|
- |
"schannel",
|
| 1432 |
|
- |
"security-framework",
|
| 1433 |
|
- |
"security-framework-sys",
|
| 1434 |
|
- |
"tempfile",
|
| 1435 |
|
- |
]
|
| 1436 |
|
- |
|
| 1437 |
|
- |
[[package]]
|
| 1438 |
1336 |
|
name = "new_debug_unreachable"
|
| 1439 |
1337 |
|
version = "1.0.6"
|
| 1440 |
1338 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1526 |
1424 |
|
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
| 1527 |
1425 |
|
|
| 1528 |
1426 |
|
[[package]]
|
| 1529 |
|
- |
name = "openssl"
|
| 1530 |
|
- |
version = "0.10.76"
|
| 1531 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1532 |
|
- |
checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf"
|
| 1533 |
|
- |
dependencies = [
|
| 1534 |
|
- |
"bitflags",
|
| 1535 |
|
- |
"cfg-if",
|
| 1536 |
|
- |
"foreign-types",
|
| 1537 |
|
- |
"libc",
|
| 1538 |
|
- |
"once_cell",
|
| 1539 |
|
- |
"openssl-macros",
|
| 1540 |
|
- |
"openssl-sys",
|
| 1541 |
|
- |
]
|
| 1542 |
|
- |
|
| 1543 |
|
- |
[[package]]
|
| 1544 |
|
- |
name = "openssl-macros"
|
| 1545 |
|
- |
version = "0.1.1"
|
| 1546 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1547 |
|
- |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
| 1548 |
|
- |
dependencies = [
|
| 1549 |
|
- |
"proc-macro2",
|
| 1550 |
|
- |
"quote",
|
| 1551 |
|
- |
"syn",
|
| 1552 |
|
- |
]
|
| 1553 |
|
- |
|
| 1554 |
|
- |
[[package]]
|
| 1555 |
|
- |
name = "openssl-probe"
|
| 1556 |
|
- |
version = "0.2.1"
|
| 1557 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1558 |
|
- |
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
| 1559 |
|
- |
|
| 1560 |
|
- |
[[package]]
|
| 1561 |
|
- |
name = "openssl-sys"
|
| 1562 |
|
- |
version = "0.9.112"
|
| 1563 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1564 |
|
- |
checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb"
|
| 1565 |
|
- |
dependencies = [
|
| 1566 |
|
- |
"cc",
|
| 1567 |
|
- |
"libc",
|
| 1568 |
|
- |
"pkg-config",
|
| 1569 |
|
- |
"vcpkg",
|
| 1570 |
|
- |
]
|
| 1571 |
|
- |
|
| 1572 |
|
- |
[[package]]
|
| 1573 |
1427 |
|
name = "parking"
|
| 1574 |
1428 |
|
version = "2.2.1"
|
| 1575 |
1429 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1820 |
1674 |
|
]
|
| 1821 |
1675 |
|
|
| 1822 |
1676 |
|
[[package]]
|
|
1677 |
+ |
name = "quinn"
|
|
1678 |
+ |
version = "0.11.9"
|
|
1679 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1680 |
+ |
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
|
|
1681 |
+ |
dependencies = [
|
|
1682 |
+ |
"bytes",
|
|
1683 |
+ |
"cfg_aliases",
|
|
1684 |
+ |
"pin-project-lite",
|
|
1685 |
+ |
"quinn-proto",
|
|
1686 |
+ |
"quinn-udp",
|
|
1687 |
+ |
"rustc-hash",
|
|
1688 |
+ |
"rustls",
|
|
1689 |
+ |
"socket2",
|
|
1690 |
+ |
"thiserror 2.0.18",
|
|
1691 |
+ |
"tokio",
|
|
1692 |
+ |
"tracing",
|
|
1693 |
+ |
"web-time",
|
|
1694 |
+ |
]
|
|
1695 |
+ |
|
|
1696 |
+ |
[[package]]
|
|
1697 |
+ |
name = "quinn-proto"
|
|
1698 |
+ |
version = "0.11.14"
|
|
1699 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1700 |
+ |
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
|
|
1701 |
+ |
dependencies = [
|
|
1702 |
+ |
"bytes",
|
|
1703 |
+ |
"getrandom 0.3.4",
|
|
1704 |
+ |
"lru-slab",
|
|
1705 |
+ |
"rand 0.9.2",
|
|
1706 |
+ |
"ring",
|
|
1707 |
+ |
"rustc-hash",
|
|
1708 |
+ |
"rustls",
|
|
1709 |
+ |
"rustls-pki-types",
|
|
1710 |
+ |
"slab",
|
|
1711 |
+ |
"thiserror 2.0.18",
|
|
1712 |
+ |
"tinyvec",
|
|
1713 |
+ |
"tracing",
|
|
1714 |
+ |
"web-time",
|
|
1715 |
+ |
]
|
|
1716 |
+ |
|
|
1717 |
+ |
[[package]]
|
|
1718 |
+ |
name = "quinn-udp"
|
|
1719 |
+ |
version = "0.5.14"
|
|
1720 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1721 |
+ |
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
|
|
1722 |
+ |
dependencies = [
|
|
1723 |
+ |
"cfg_aliases",
|
|
1724 |
+ |
"libc",
|
|
1725 |
+ |
"once_cell",
|
|
1726 |
+ |
"socket2",
|
|
1727 |
+ |
"tracing",
|
|
1728 |
+ |
"windows-sys 0.52.0",
|
|
1729 |
+ |
]
|
|
1730 |
+ |
|
|
1731 |
+ |
[[package]]
|
| 1823 |
1732 |
|
name = "quote"
|
| 1824 |
1733 |
|
version = "1.0.45"
|
| 1825 |
1734 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1951 |
1860 |
|
dependencies = [
|
| 1952 |
1861 |
|
"base64",
|
| 1953 |
1862 |
|
"bytes",
|
| 1954 |
|
- |
"encoding_rs",
|
| 1955 |
1863 |
|
"futures-core",
|
| 1956 |
|
- |
"h2",
|
| 1957 |
1864 |
|
"http",
|
| 1958 |
1865 |
|
"http-body",
|
| 1959 |
1866 |
|
"http-body-util",
|
| 1960 |
1867 |
|
"hyper",
|
| 1961 |
1868 |
|
"hyper-rustls",
|
| 1962 |
|
- |
"hyper-tls",
|
| 1963 |
1869 |
|
"hyper-util",
|
| 1964 |
1870 |
|
"js-sys",
|
| 1965 |
1871 |
|
"log",
|
| 1966 |
|
- |
"mime",
|
| 1967 |
|
- |
"native-tls",
|
| 1968 |
1872 |
|
"percent-encoding",
|
| 1969 |
1873 |
|
"pin-project-lite",
|
|
1874 |
+ |
"quinn",
|
|
1875 |
+ |
"rustls",
|
| 1970 |
1876 |
|
"rustls-pki-types",
|
| 1971 |
1877 |
|
"serde",
|
| 1972 |
1878 |
|
"serde_json",
|
| 1973 |
1879 |
|
"serde_urlencoded",
|
| 1974 |
1880 |
|
"sync_wrapper",
|
| 1975 |
1881 |
|
"tokio",
|
| 1976 |
|
- |
"tokio-native-tls",
|
|
1882 |
+ |
"tokio-rustls",
|
| 1977 |
1883 |
|
"tower",
|
| 1978 |
1884 |
|
"tower-http",
|
| 1979 |
1885 |
|
"tower-service",
|
| 1981 |
1887 |
|
"wasm-bindgen",
|
| 1982 |
1888 |
|
"wasm-bindgen-futures",
|
| 1983 |
1889 |
|
"web-sys",
|
|
1890 |
+ |
"webpki-roots",
|
| 1984 |
1891 |
|
]
|
| 1985 |
1892 |
|
|
| 1986 |
1893 |
|
[[package]]
|
| 2043 |
1950 |
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
| 2044 |
1951 |
|
|
| 2045 |
1952 |
|
[[package]]
|
| 2046 |
|
- |
name = "rustix"
|
| 2047 |
|
- |
version = "1.1.4"
|
| 2048 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2049 |
|
- |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
| 2050 |
|
- |
dependencies = [
|
| 2051 |
|
- |
"bitflags",
|
| 2052 |
|
- |
"errno",
|
| 2053 |
|
- |
"libc",
|
| 2054 |
|
- |
"linux-raw-sys",
|
| 2055 |
|
- |
"windows-sys 0.61.2",
|
| 2056 |
|
- |
]
|
| 2057 |
|
- |
|
| 2058 |
|
- |
[[package]]
|
| 2059 |
1953 |
|
name = "rustls"
|
| 2060 |
1954 |
|
version = "0.23.37"
|
| 2061 |
1955 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2062 |
1956 |
|
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4"
|
| 2063 |
1957 |
|
dependencies = [
|
| 2064 |
1958 |
|
"once_cell",
|
|
1959 |
+ |
"ring",
|
| 2065 |
1960 |
|
"rustls-pki-types",
|
| 2066 |
1961 |
|
"rustls-webpki",
|
| 2067 |
1962 |
|
"subtle",
|
| 2074 |
1969 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2075 |
1970 |
|
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
| 2076 |
1971 |
|
dependencies = [
|
|
1972 |
+ |
"web-time",
|
| 2077 |
1973 |
|
"zeroize",
|
| 2078 |
1974 |
|
]
|
| 2079 |
1975 |
|
|
| 2101 |
1997 |
|
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
|
| 2102 |
1998 |
|
|
| 2103 |
1999 |
|
[[package]]
|
| 2104 |
|
- |
name = "schannel"
|
| 2105 |
|
- |
version = "0.1.29"
|
| 2106 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2107 |
|
- |
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
| 2108 |
|
- |
dependencies = [
|
| 2109 |
|
- |
"windows-sys 0.61.2",
|
| 2110 |
|
- |
]
|
| 2111 |
|
- |
|
| 2112 |
|
- |
[[package]]
|
| 2113 |
2000 |
|
name = "scopeguard"
|
| 2114 |
2001 |
|
version = "1.2.0"
|
| 2115 |
2002 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2116 |
2003 |
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
| 2117 |
2004 |
|
|
| 2118 |
2005 |
|
[[package]]
|
| 2119 |
|
- |
name = "security-framework"
|
| 2120 |
|
- |
version = "3.7.0"
|
| 2121 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2122 |
|
- |
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
| 2123 |
|
- |
dependencies = [
|
| 2124 |
|
- |
"bitflags",
|
| 2125 |
|
- |
"core-foundation 0.10.1",
|
| 2126 |
|
- |
"core-foundation-sys",
|
| 2127 |
|
- |
"libc",
|
| 2128 |
|
- |
"security-framework-sys",
|
| 2129 |
|
- |
]
|
| 2130 |
|
- |
|
| 2131 |
|
- |
[[package]]
|
| 2132 |
|
- |
name = "security-framework-sys"
|
| 2133 |
|
- |
version = "2.17.0"
|
| 2134 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2135 |
|
- |
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
| 2136 |
|
- |
dependencies = [
|
| 2137 |
|
- |
"core-foundation-sys",
|
| 2138 |
|
- |
"libc",
|
| 2139 |
|
- |
]
|
| 2140 |
|
- |
|
| 2141 |
|
- |
[[package]]
|
| 2142 |
2006 |
|
name = "semver"
|
| 2143 |
2007 |
|
version = "1.0.27"
|
| 2144 |
2008 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2606 |
2470 |
|
]
|
| 2607 |
2471 |
|
|
| 2608 |
2472 |
|
[[package]]
|
| 2609 |
|
- |
name = "system-configuration"
|
| 2610 |
|
- |
version = "0.7.0"
|
| 2611 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2612 |
|
- |
checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
|
| 2613 |
|
- |
dependencies = [
|
| 2614 |
|
- |
"bitflags",
|
| 2615 |
|
- |
"core-foundation 0.9.4",
|
| 2616 |
|
- |
"system-configuration-sys",
|
| 2617 |
|
- |
]
|
| 2618 |
|
- |
|
| 2619 |
|
- |
[[package]]
|
| 2620 |
|
- |
name = "system-configuration-sys"
|
| 2621 |
|
- |
version = "0.6.0"
|
| 2622 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2623 |
|
- |
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
| 2624 |
|
- |
dependencies = [
|
| 2625 |
|
- |
"core-foundation-sys",
|
| 2626 |
|
- |
"libc",
|
| 2627 |
|
- |
]
|
| 2628 |
|
- |
|
| 2629 |
|
- |
[[package]]
|
| 2630 |
|
- |
name = "tempfile"
|
| 2631 |
|
- |
version = "3.27.0"
|
| 2632 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 2633 |
|
- |
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|