upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock470
1 files changed, 466 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c163b2c..a6266a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -174,6 +174,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "ef49f5882e4b6afaac09ad239a4f8c70a24b8f2b0897edb1f706008efd109cf4" 174checksum = "ef49f5882e4b6afaac09ad239a4f8c70a24b8f2b0897edb1f706008efd109cf4"
175 175
176[[package]] 176[[package]]
177name = "atomic-waker"
178version = "1.1.2"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
181
182[[package]]
177name = "auth-git2" 183name = "auth-git2"
178version = "0.5.8" 184version = "0.5.8"
179source = "registry+https://github.com/rust-lang/crates.io-index" 185source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -463,6 +469,22 @@ dependencies = [
463] 469]
464 470
465[[package]] 471[[package]]
472name = "core-foundation"
473version = "0.9.4"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
476dependencies = [
477 "core-foundation-sys",
478 "libc",
479]
480
481[[package]]
482name = "core-foundation-sys"
483version = "0.8.7"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
486
487[[package]]
466name = "cpufeatures" 488name = "cpufeatures"
467version = "0.2.17" 489version = "0.2.17"
468source = "registry+https://github.com/rust-lang/crates.io-index" 490source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -608,6 +630,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 630checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
609 631
610[[package]] 632[[package]]
633name = "encoding_rs"
634version = "0.8.35"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
637dependencies = [
638 "cfg-if",
639]
640
641[[package]]
611name = "equivalent" 642name = "equivalent"
612version = "1.0.2" 643version = "1.0.2"
613source = "registry+https://github.com/rust-lang/crates.io-index" 644source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -659,6 +690,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 690checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
660 691
661[[package]] 692[[package]]
693name = "foreign-types"
694version = "0.3.2"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
697dependencies = [
698 "foreign-types-shared",
699]
700
701[[package]]
702name = "foreign-types-shared"
703version = "0.1.1"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
706
707[[package]]
662name = "form_urlencoded" 708name = "form_urlencoded"
663version = "1.2.1" 709version = "1.2.1"
664source = "registry+https://github.com/rust-lang/crates.io-index" 710source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -831,6 +877,25 @@ dependencies = [
831] 877]
832 878
833[[package]] 879[[package]]
880name = "h2"
881version = "0.4.11"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
884dependencies = [
885 "atomic-waker",
886 "bytes",
887 "fnv",
888 "futures-core",
889 "futures-sink",
890 "http 1.3.1",
891 "indexmap",
892 "slab",
893 "tokio",
894 "tokio-util",
895 "tracing",
896]
897
898[[package]]
834name = "hashbrown" 899name = "hashbrown"
835version = "0.15.4" 900version = "0.15.4"
836source = "registry+https://github.com/rust-lang/crates.io-index" 901source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -923,12 +988,113 @@ dependencies = [
923] 988]
924 989
925[[package]] 990[[package]]
991name = "http-body"
992version = "1.0.1"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
995dependencies = [
996 "bytes",
997 "http 1.3.1",
998]
999
1000[[package]]
1001name = "http-body-util"
1002version = "0.1.3"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1005dependencies = [
1006 "bytes",
1007 "futures-core",
1008 "http 1.3.1",
1009 "http-body",
1010 "pin-project-lite",
1011]
1012
1013[[package]]
926name = "httparse" 1014name = "httparse"
927version = "1.10.1" 1015version = "1.10.1"
928source = "registry+https://github.com/rust-lang/crates.io-index" 1016source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1017checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
930 1018
931[[package]] 1019[[package]]
1020name = "hyper"
1021version = "1.6.0"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1024dependencies = [
1025 "bytes",
1026 "futures-channel",
1027 "futures-util",
1028 "h2",
1029 "http 1.3.1",
1030 "http-body",
1031 "httparse",
1032 "itoa",
1033 "pin-project-lite",
1034 "smallvec",
1035 "tokio",
1036 "want",
1037]
1038
1039[[package]]
1040name = "hyper-rustls"
1041version = "0.27.7"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1044dependencies = [
1045 "http 1.3.1",
1046 "hyper",
1047 "hyper-util",
1048 "rustls",
1049 "rustls-pki-types",
1050 "tokio",
1051 "tokio-rustls",
1052 "tower-service",
1053]
1054
1055[[package]]
1056name = "hyper-tls"
1057version = "0.6.0"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1060dependencies = [
1061 "bytes",
1062 "http-body-util",
1063 "hyper",
1064 "hyper-util",
1065 "native-tls",
1066 "tokio",
1067 "tokio-native-tls",
1068 "tower-service",
1069]
1070
1071[[package]]
1072name = "hyper-util"
1073version = "0.1.16"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
1076dependencies = [
1077 "base64",
1078 "bytes",
1079 "futures-channel",
1080 "futures-core",
1081 "futures-util",
1082 "http 1.3.1",
1083 "http-body",
1084 "hyper",
1085 "ipnet",
1086 "libc",
1087 "percent-encoding",
1088 "pin-project-lite",
1089 "socket2",
1090 "system-configuration",
1091 "tokio",
1092 "tower-service",
1093 "tracing",
1094 "windows-registry",
1095]
1096
1097[[package]]
932name = "icu_collections" 1098name = "icu_collections"
933version = "2.0.0" 1099version = "2.0.0"
934source = "registry+https://github.com/rust-lang/crates.io-index" 1100source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1092,6 +1258,22 @@ dependencies = [
1092] 1258]
1093 1259
1094[[package]] 1260[[package]]
1261name = "ipnet"
1262version = "2.11.0"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1265
1266[[package]]
1267name = "iri-string"
1268version = "0.7.8"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1271dependencies = [
1272 "memchr",
1273 "serde",
1274]
1275
1276[[package]]
1095name = "is_terminal_polyfill" 1277name = "is_terminal_polyfill"
1096version = "1.70.1" 1278version = "1.70.1"
1097source = "registry+https://github.com/rust-lang/crates.io-index" 1279source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1145,12 +1327,13 @@ dependencies = [
1145 1327
1146[[package]] 1328[[package]]
1147name = "libredox" 1329name = "libredox"
1148version = "0.1.8" 1330version = "0.1.9"
1149source = "registry+https://github.com/rust-lang/crates.io-index" 1331source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "360e552c93fa0e8152ab463bc4c4837fce76a225df11dfaeea66c313de5e61f7" 1332checksum = "391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3"
1151dependencies = [ 1333dependencies = [
1152 "bitflags", 1334 "bitflags",
1153 "libc", 1335 "libc",
1336 "redox_syscall",
1154] 1337]
1155 1338
1156[[package]] 1339[[package]]
@@ -1231,6 +1414,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 1414checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1232 1415
1233[[package]] 1416[[package]]
1417name = "mime"
1418version = "0.3.17"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1421
1422[[package]]
1234name = "miniz_oxide" 1423name = "miniz_oxide"
1235version = "0.8.9" 1424version = "0.8.9"
1236source = "registry+https://github.com/rust-lang/crates.io-index" 1425source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1286,6 +1475,23 @@ dependencies = [
1286] 1475]
1287 1476
1288[[package]] 1477[[package]]
1478name = "native-tls"
1479version = "0.2.14"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1482dependencies = [
1483 "libc",
1484 "log",
1485 "openssl",
1486 "openssl-probe",
1487 "openssl-sys",
1488 "schannel",
1489 "security-framework",
1490 "security-framework-sys",
1491 "tempfile",
1492]
1493
1494[[package]]
1289name = "negentropy" 1495name = "negentropy"
1290version = "0.5.0" 1496version = "0.5.0"
1291source = "registry+https://github.com/rust-lang/crates.io-index" 1497source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1317,6 +1523,7 @@ dependencies = [
1317 "once_cell", 1523 "once_cell",
1318 "passwords", 1524 "passwords",
1319 "qrcode", 1525 "qrcode",
1526 "reqwest",
1320 "scrypt", 1527 "scrypt",
1321 "serde", 1528 "serde",
1322 "serde_json", 1529 "serde_json",
@@ -1460,6 +1667,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 1667checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1461 1668
1462[[package]] 1669[[package]]
1670name = "openssl"
1671version = "0.10.73"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1674dependencies = [
1675 "bitflags",
1676 "cfg-if",
1677 "foreign-types",
1678 "libc",
1679 "once_cell",
1680 "openssl-macros",
1681 "openssl-sys",
1682]
1683
1684[[package]]
1685name = "openssl-macros"
1686version = "0.1.1"
1687source = "registry+https://github.com/rust-lang/crates.io-index"
1688checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1689dependencies = [
1690 "proc-macro2",
1691 "quote",
1692 "syn",
1693]
1694
1695[[package]]
1463name = "openssl-probe" 1696name = "openssl-probe"
1464version = "0.1.6" 1697version = "0.1.6"
1465source = "registry+https://github.com/rust-lang/crates.io-index" 1698source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1841,9 +2074,9 @@ dependencies = [
1841 2074
1842[[package]] 2075[[package]]
1843name = "redox_users" 2076name = "redox_users"
1844version = "0.5.0" 2077version = "0.5.1"
1845source = "registry+https://github.com/rust-lang/crates.io-index" 2078source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b" 2079checksum = "78eaea1f52c56d57821be178b2d47e09ff26481a6042e8e042fcb0ced068b470"
1847dependencies = [ 2080dependencies = [
1848 "getrandom 0.2.16", 2081 "getrandom 0.2.16",
1849 "libredox", 2082 "libredox",
@@ -1880,6 +2113,46 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 2113checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1881 2114
1882[[package]] 2115[[package]]
2116name = "reqwest"
2117version = "0.12.22"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531"
2120dependencies = [
2121 "base64",
2122 "bytes",
2123 "encoding_rs",
2124 "futures-core",
2125 "h2",
2126 "http 1.3.1",
2127 "http-body",
2128 "http-body-util",
2129 "hyper",
2130 "hyper-rustls",
2131 "hyper-tls",
2132 "hyper-util",
2133 "js-sys",
2134 "log",
2135 "mime",
2136 "native-tls",
2137 "percent-encoding",
2138 "pin-project-lite",
2139 "rustls-pki-types",
2140 "serde",
2141 "serde_json",
2142 "serde_urlencoded",
2143 "sync_wrapper",
2144 "tokio",
2145 "tokio-native-tls",
2146 "tower",
2147 "tower-http",
2148 "tower-service",
2149 "url",
2150 "wasm-bindgen",
2151 "wasm-bindgen-futures",
2152 "web-sys",
2153]
2154
2155[[package]]
1883name = "rexpect" 2156name = "rexpect"
1884version = "0.5.0" 2157version = "0.5.0"
1885source = "git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd#9eb61dd444f25307639367ac7e1a49d5a1915d55" 2158source = "git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd#9eb61dd444f25307639367ac7e1a49d5a1915d55"
@@ -1998,6 +2271,15 @@ dependencies = [
1998] 2271]
1999 2272
2000[[package]] 2273[[package]]
2274name = "schannel"
2275version = "0.1.27"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2278dependencies = [
2279 "windows-sys 0.59.0",
2280]
2281
2282[[package]]
2001name = "scopeguard" 2283name = "scopeguard"
2002version = "1.2.0" 2284version = "1.2.0"
2003source = "registry+https://github.com/rust-lang/crates.io-index" 2285source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2042,6 +2324,29 @@ dependencies = [
2042] 2324]
2043 2325
2044[[package]] 2326[[package]]
2327name = "security-framework"
2328version = "2.11.1"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2331dependencies = [
2332 "bitflags",
2333 "core-foundation",
2334 "core-foundation-sys",
2335 "libc",
2336 "security-framework-sys",
2337]
2338
2339[[package]]
2340name = "security-framework-sys"
2341version = "2.14.0"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2344dependencies = [
2345 "core-foundation-sys",
2346 "libc",
2347]
2348
2349[[package]]
2045name = "semver" 2350name = "semver"
2046version = "1.0.26" 2351version = "1.0.26"
2047source = "registry+https://github.com/rust-lang/crates.io-index" 2352source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2080,6 +2385,18 @@ dependencies = [
2080] 2385]
2081 2386
2082[[package]] 2387[[package]]
2388name = "serde_urlencoded"
2389version = "0.7.1"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2392dependencies = [
2393 "form_urlencoded",
2394 "itoa",
2395 "ryu",
2396 "serde",
2397]
2398
2399[[package]]
2083name = "serde_yaml" 2400name = "serde_yaml"
2084version = "0.9.34+deprecated" 2401version = "0.9.34+deprecated"
2085source = "registry+https://github.com/rust-lang/crates.io-index" 2402source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2247,6 +2564,15 @@ dependencies = [
2247] 2564]
2248 2565
2249[[package]] 2566[[package]]
2567name = "sync_wrapper"
2568version = "1.0.2"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2571dependencies = [
2572 "futures-core",
2573]
2574
2575[[package]]
2250name = "synchronoise" 2576name = "synchronoise"
2251version = "1.0.1" 2577version = "1.0.1"
2252source = "registry+https://github.com/rust-lang/crates.io-index" 2578source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2267,6 +2593,27 @@ dependencies = [
2267] 2593]
2268 2594
2269[[package]] 2595[[package]]
2596name = "system-configuration"
2597version = "0.6.1"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2600dependencies = [
2601 "bitflags",
2602 "core-foundation",
2603 "system-configuration-sys",
2604]
2605
2606[[package]]
2607name = "system-configuration-sys"
2608version = "0.6.0"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2611dependencies = [
2612 "core-foundation-sys",
2613 "libc",
2614]
2615
2616[[package]]
2270name = "tempfile" 2617name = "tempfile"
2271version = "3.20.0" 2618version = "3.20.0"
2272source = "registry+https://github.com/rust-lang/crates.io-index" 2619source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2416,6 +2763,16 @@ dependencies = [
2416] 2763]
2417 2764
2418[[package]] 2765[[package]]
2766name = "tokio-native-tls"
2767version = "0.3.1"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2770dependencies = [
2771 "native-tls",
2772 "tokio",
2773]
2774
2775[[package]]
2419name = "tokio-rustls" 2776name = "tokio-rustls"
2420version = "0.26.2" 2777version = "0.26.2"
2421source = "registry+https://github.com/rust-lang/crates.io-index" 2778source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2466,6 +2823,64 @@ dependencies = [
2466] 2823]
2467 2824
2468[[package]] 2825[[package]]
2826name = "tokio-util"
2827version = "0.7.15"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2830dependencies = [
2831 "bytes",
2832 "futures-core",
2833 "futures-sink",
2834 "pin-project-lite",
2835 "tokio",
2836]
2837
2838[[package]]
2839name = "tower"
2840version = "0.5.2"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2843dependencies = [
2844 "futures-core",
2845 "futures-util",
2846 "pin-project-lite",
2847 "sync_wrapper",
2848 "tokio",
2849 "tower-layer",
2850 "tower-service",
2851]
2852
2853[[package]]
2854name = "tower-http"
2855version = "0.6.6"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2858dependencies = [
2859 "bitflags",
2860 "bytes",
2861 "futures-util",
2862 "http 1.3.1",
2863 "http-body",
2864 "iri-string",
2865 "pin-project-lite",
2866 "tower",
2867 "tower-layer",
2868 "tower-service",
2869]
2870
2871[[package]]
2872name = "tower-layer"
2873version = "0.3.3"
2874source = "registry+https://github.com/rust-lang/crates.io-index"
2875checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2876
2877[[package]]
2878name = "tower-service"
2879version = "0.3.3"
2880source = "registry+https://github.com/rust-lang/crates.io-index"
2881checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2882
2883[[package]]
2469name = "tracing" 2884name = "tracing"
2470version = "0.1.41" 2885version = "0.1.41"
2471source = "registry+https://github.com/rust-lang/crates.io-index" 2886source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2480,6 +2895,15 @@ name = "tracing-core"
2480version = "0.1.34" 2895version = "0.1.34"
2481source = "registry+https://github.com/rust-lang/crates.io-index" 2896source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2897checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2898dependencies = [
2899 "once_cell",
2900]
2901
2902[[package]]
2903name = "try-lock"
2904version = "0.2.5"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2483 2907
2484[[package]] 2908[[package]]
2485name = "tungstenite" 2909name = "tungstenite"
@@ -2658,6 +3082,15 @@ dependencies = [
2658] 3082]
2659 3083
2660[[package]] 3084[[package]]
3085name = "want"
3086version = "0.3.1"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3089dependencies = [
3090 "try-lock",
3091]
3092
3093[[package]]
2661name = "wasi" 3094name = "wasi"
2662version = "0.11.1+wasi-snapshot-preview1" 3095version = "0.11.1+wasi-snapshot-preview1"
2663source = "registry+https://github.com/rust-lang/crates.io-index" 3096source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2810,6 +3243,35 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2810checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 3243checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2811 3244
2812[[package]] 3245[[package]]
3246name = "windows-registry"
3247version = "0.5.3"
3248source = "registry+https://github.com/rust-lang/crates.io-index"
3249checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
3250dependencies = [
3251 "windows-link",
3252 "windows-result",
3253 "windows-strings",
3254]
3255
3256[[package]]
3257name = "windows-result"
3258version = "0.3.4"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3261dependencies = [
3262 "windows-link",
3263]
3264
3265[[package]]
3266name = "windows-strings"
3267version = "0.4.2"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3270dependencies = [
3271 "windows-link",
3272]
3273
3274[[package]]
2813name = "windows-sys" 3275name = "windows-sys"
2814version = "0.52.0" 3276version = "0.52.0"
2815source = "registry+https://github.com/rust-lang/crates.io-index" 3277source = "registry+https://github.com/rust-lang/crates.io-index"