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.lock313
1 files changed, 265 insertions, 48 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 97614fa..a3f3cc1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -51,6 +51,18 @@ dependencies = [
51] 51]
52 52
53[[package]] 53[[package]]
54name = "ahash"
55version = "0.8.11"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
58dependencies = [
59 "cfg-if",
60 "once_cell",
61 "version_check",
62 "zerocopy",
63]
64
65[[package]]
54name = "aho-corasick" 66name = "aho-corasick"
55version = "1.1.3" 67version = "1.1.3"
56source = "registry+https://github.com/rust-lang/crates.io-index" 68source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -60,6 +72,12 @@ dependencies = [
60] 72]
61 73
62[[package]] 74[[package]]
75name = "allocator-api2"
76version = "0.2.16"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
79
80[[package]]
63name = "anstream" 81name = "anstream"
64version = "0.6.13" 82version = "0.6.13"
65source = "registry+https://github.com/rust-lang/crates.io-index" 83source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -301,9 +319,9 @@ dependencies = [
301 319
302[[package]] 320[[package]]
303name = "async-utility" 321name = "async-utility"
304version = "0.1.1" 322version = "0.2.0"
305source = "registry+https://github.com/rust-lang/crates.io-index" 323source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "3716c0d3970fe92d79a8f4cda2caf91113574505dff5b18e455e549d4b078e98" 324checksum = "a349201d80b4aa18d17a34a182bdd7f8ddf845e9e57d2ea130a12e10ef1e3a47"
307dependencies = [ 325dependencies = [
308 "futures-util", 326 "futures-util",
309 "gloo-timers", 327 "gloo-timers",
@@ -313,20 +331,20 @@ dependencies = [
313 331
314[[package]] 332[[package]]
315name = "async-wsocket" 333name = "async-wsocket"
316version = "0.1.0" 334version = "0.3.0"
317source = "registry+https://github.com/rust-lang/crates.io-index" 335source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "82d55992e9155e571208dc012c2a5c056572d1ab167bc299a63810ebf910226c" 336checksum = "d253e375ea899cb131b92a474587e217634e7ea927c24d8098eecbcad0c5c97a"
319dependencies = [ 337dependencies = [
320 "async-utility", 338 "async-utility",
321 "futures-util", 339 "futures-util",
322 "thiserror", 340 "thiserror",
323 "tokio", 341 "tokio",
324 "tokio-rustls", 342 "tokio-rustls 0.25.0",
325 "tokio-socks", 343 "tokio-socks",
326 "tokio-tungstenite", 344 "tokio-tungstenite 0.21.0",
327 "url-fork", 345 "url",
328 "wasm-ws", 346 "wasm-ws",
329 "webpki-roots", 347 "webpki-roots 0.26.1",
330] 348]
331 349
332[[package]] 350[[package]]
@@ -341,6 +359,15 @@ dependencies = [
341] 359]
342 360
343[[package]] 361[[package]]
362name = "atomic-destructor"
363version = "0.1.1"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "4653a42bf04120a1d4e92452e006b4e3af4ab4afff8fb4af0f1bbb98418adf3e"
366dependencies = [
367 "tracing",
368]
369
370[[package]]
344name = "atomic-waker" 371name = "atomic-waker"
345version = "1.1.2" 372version = "1.1.2"
346source = "registry+https://github.com/rust-lang/crates.io-index" 373source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1169,7 +1196,7 @@ dependencies = [
1169 "futures-core", 1196 "futures-core",
1170 "futures-sink", 1197 "futures-sink",
1171 "futures-util", 1198 "futures-util",
1172 "http", 1199 "http 0.2.12",
1173 "indexmap", 1200 "indexmap",
1174 "slab", 1201 "slab",
1175 "tokio", 1202 "tokio",
@@ -1182,6 +1209,10 @@ name = "hashbrown"
1182version = "0.14.3" 1209version = "0.14.3"
1183source = "registry+https://github.com/rust-lang/crates.io-index" 1210source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1211checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
1212dependencies = [
1213 "ahash",
1214 "allocator-api2",
1215]
1185 1216
1186[[package]] 1217[[package]]
1187name = "heck" 1218name = "heck"
@@ -1243,13 +1274,24 @@ dependencies = [
1243] 1274]
1244 1275
1245[[package]] 1276[[package]]
1277name = "http"
1278version = "1.1.0"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1281dependencies = [
1282 "bytes",
1283 "fnv",
1284 "itoa",
1285]
1286
1287[[package]]
1246name = "http-body" 1288name = "http-body"
1247version = "0.4.6" 1289version = "0.4.6"
1248source = "registry+https://github.com/rust-lang/crates.io-index" 1290source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1291checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1250dependencies = [ 1292dependencies = [
1251 "bytes", 1293 "bytes",
1252 "http", 1294 "http 0.2.12",
1253 "pin-project-lite", 1295 "pin-project-lite",
1254] 1296]
1255 1297
@@ -1276,7 +1318,7 @@ dependencies = [
1276 "futures-core", 1318 "futures-core",
1277 "futures-util", 1319 "futures-util",
1278 "h2", 1320 "h2",
1279 "http", 1321 "http 0.2.12",
1280 "http-body", 1322 "http-body",
1281 "httparse", 1323 "httparse",
1282 "httpdate", 1324 "httpdate",
@@ -1296,11 +1338,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1338checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
1297dependencies = [ 1339dependencies = [
1298 "futures-util", 1340 "futures-util",
1299 "http", 1341 "http 0.2.12",
1300 "hyper", 1342 "hyper",
1301 "rustls", 1343 "rustls 0.21.10",
1302 "tokio", 1344 "tokio",
1303 "tokio-rustls", 1345 "tokio-rustls 0.24.1",
1304] 1346]
1305 1347
1306[[package]] 1348[[package]]
@@ -1508,6 +1550,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 1550checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
1509 1551
1510[[package]] 1552[[package]]
1553name = "lnurl-pay"
1554version = "0.3.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "b628658116d331c9567f6cb22415d726125ff6e328d1fb1b422b1b58afeaec21"
1557dependencies = [
1558 "bech32",
1559 "reqwest",
1560 "serde",
1561 "serde_json",
1562]
1563
1564[[package]]
1511name = "lock_api" 1565name = "lock_api"
1512version = "0.4.11" 1566version = "0.4.11"
1513source = "registry+https://github.com/rust-lang/crates.io-index" 1567source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1524,6 +1578,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 1578checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
1525 1579
1526[[package]] 1580[[package]]
1581name = "lru"
1582version = "0.12.3"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
1585dependencies = [
1586 "hashbrown",
1587]
1588
1589[[package]]
1527name = "memchr" 1590name = "memchr"
1528version = "2.7.1" 1591version = "2.7.1"
1529source = "registry+https://github.com/rust-lang/crates.io-index" 1592source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1702,9 +1765,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
1702 1765
1703[[package]] 1766[[package]]
1704name = "nostr" 1767name = "nostr"
1705version = "0.27.0" 1768version = "0.29.0"
1706source = "registry+https://github.com/rust-lang/crates.io-index" 1769source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "3e47228d958fd65ef3e04650a3b1dd80f16f10f0243c80ed969556dead0f48c8" 1770checksum = "255485c2f41cf8f39d4e4a1901199549f54e32def81a71a8afe05f75809f441d"
1708dependencies = [ 1771dependencies = [
1709 "aes 0.8.4", 1772 "aes 0.8.4",
1710 "base64", 1773 "base64",
@@ -1712,16 +1775,19 @@ dependencies = [
1712 "bitcoin", 1775 "bitcoin",
1713 "cbc", 1776 "cbc",
1714 "chacha20", 1777 "chacha20",
1778 "chacha20poly1305",
1715 "getrandom", 1779 "getrandom",
1716 "instant", 1780 "instant",
1717 "js-sys", 1781 "js-sys",
1718 "negentropy", 1782 "negentropy",
1719 "once_cell", 1783 "once_cell",
1720 "reqwest", 1784 "reqwest",
1785 "scrypt",
1721 "serde", 1786 "serde",
1722 "serde_json", 1787 "serde_json",
1723 "tracing", 1788 "tracing",
1724 "url-fork", 1789 "unicode-normalization",
1790 "url",
1725 "wasm-bindgen", 1791 "wasm-bindgen",
1726 "wasm-bindgen-futures", 1792 "wasm-bindgen-futures",
1727 "web-sys", 1793 "web-sys",
@@ -1729,11 +1795,12 @@ dependencies = [
1729 1795
1730[[package]] 1796[[package]]
1731name = "nostr-database" 1797name = "nostr-database"
1732version = "0.27.0" 1798version = "0.29.0"
1733source = "registry+https://github.com/rust-lang/crates.io-index" 1799source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "aa0550256c8d4f0aaf74891ac986bd5ba46b2957c2c7e20f51838fa5819285f8" 1800checksum = "8e15ab55f96ea5e560af0c75f1d942b1064266d443d11b2afbe51ca9ad78a018"
1735dependencies = [ 1801dependencies = [
1736 "async-trait", 1802 "async-trait",
1803 "lru",
1737 "nostr", 1804 "nostr",
1738 "thiserror", 1805 "thiserror",
1739 "tokio", 1806 "tokio",
@@ -1741,22 +1808,65 @@ dependencies = [
1741] 1808]
1742 1809
1743[[package]] 1810[[package]]
1744name = "nostr-sdk" 1811name = "nostr-relay-pool"
1745version = "0.27.0" 1812version = "0.29.2"
1746source = "registry+https://github.com/rust-lang/crates.io-index" 1813source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "3cf190e41230721f0ce64f5ea72ed36cbc431d3b305eb166e24a94f5d7e4a425" 1814checksum = "a1b306bc99d49064950a16a06d35c7c19af94d8b4052fad0dfe02e41e529d5d3"
1748dependencies = [ 1815dependencies = [
1749 "async-utility", 1816 "async-utility",
1750 "async-wsocket", 1817 "async-wsocket",
1818 "atomic-destructor",
1751 "nostr", 1819 "nostr",
1752 "nostr-database", 1820 "nostr-database",
1753 "once_cell",
1754 "thiserror", 1821 "thiserror",
1755 "tokio", 1822 "tokio",
1756 "tracing", 1823 "tracing",
1757] 1824]
1758 1825
1759[[package]] 1826[[package]]
1827name = "nostr-sdk"
1828version = "0.29.0"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "81ed0ab9cbc3b20d3dba99337f2e0739f052ebe32133d690e212022a06a22044"
1831dependencies = [
1832 "async-utility",
1833 "lnurl-pay",
1834 "nostr",
1835 "nostr-database",
1836 "nostr-relay-pool",
1837 "nostr-signer",
1838 "nostr-zapper",
1839 "nwc",
1840 "thiserror",
1841 "tokio",
1842 "tracing",
1843]
1844
1845[[package]]
1846name = "nostr-signer"
1847version = "0.29.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "307bdc7c26887d7e65632e66872989a19892dfe9f2c6dbd9a1d3f959c5c524d5"
1850dependencies = [
1851 "async-utility",
1852 "nostr",
1853 "nostr-relay-pool",
1854 "thiserror",
1855 "tokio",
1856]
1857
1858[[package]]
1859name = "nostr-zapper"
1860version = "0.29.0"
1861source = "registry+https://github.com/rust-lang/crates.io-index"
1862checksum = "061d5eb00b430747a984ea9e41cd82c849832151b4263d8230c9c220dc2c62f8"
1863dependencies = [
1864 "async-trait",
1865 "nostr",
1866 "thiserror",
1867]
1868
1869[[package]]
1760name = "num" 1870name = "num"
1761version = "0.4.1" 1871version = "0.4.1"
1762source = "registry+https://github.com/rust-lang/crates.io-index" 1872source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1848,6 +1958,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1958checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1849 1959
1850[[package]] 1960[[package]]
1961name = "nwc"
1962version = "0.29.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "d1894ffe54a1e5adf8dbb22b5a290c0748ec4a88aa07fa69c4359010edea49ed"
1965dependencies = [
1966 "async-utility",
1967 "nostr",
1968 "nostr-relay-pool",
1969 "nostr-zapper",
1970 "thiserror",
1971 "tracing",
1972]
1973
1974[[package]]
1851name = "object" 1975name = "object"
1852version = "0.32.2" 1976version = "0.32.2"
1853source = "registry+https://github.com/rust-lang/crates.io-index" 1977source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2300,7 +2424,7 @@ dependencies = [
2300 "futures-core", 2424 "futures-core",
2301 "futures-util", 2425 "futures-util",
2302 "h2", 2426 "h2",
2303 "http", 2427 "http 0.2.12",
2304 "http-body", 2428 "http-body",
2305 "hyper", 2429 "hyper",
2306 "hyper-rustls", 2430 "hyper-rustls",
@@ -2311,7 +2435,7 @@ dependencies = [
2311 "once_cell", 2435 "once_cell",
2312 "percent-encoding", 2436 "percent-encoding",
2313 "pin-project-lite", 2437 "pin-project-lite",
2314 "rustls", 2438 "rustls 0.21.10",
2315 "rustls-pemfile", 2439 "rustls-pemfile",
2316 "serde", 2440 "serde",
2317 "serde_json", 2441 "serde_json",
@@ -2319,14 +2443,14 @@ dependencies = [
2319 "sync_wrapper", 2443 "sync_wrapper",
2320 "system-configuration", 2444 "system-configuration",
2321 "tokio", 2445 "tokio",
2322 "tokio-rustls", 2446 "tokio-rustls 0.24.1",
2323 "tokio-socks", 2447 "tokio-socks",
2324 "tower-service", 2448 "tower-service",
2325 "url", 2449 "url",
2326 "wasm-bindgen", 2450 "wasm-bindgen",
2327 "wasm-bindgen-futures", 2451 "wasm-bindgen-futures",
2328 "web-sys", 2452 "web-sys",
2329 "webpki-roots", 2453 "webpki-roots 0.25.4",
2330 "winreg", 2454 "winreg",
2331] 2455]
2332 2456
@@ -2420,11 +2544,25 @@ checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
2420dependencies = [ 2544dependencies = [
2421 "log", 2545 "log",
2422 "ring", 2546 "ring",
2423 "rustls-webpki", 2547 "rustls-webpki 0.101.7",
2424 "sct", 2548 "sct",
2425] 2549]
2426 2550
2427[[package]] 2551[[package]]
2552name = "rustls"
2553version = "0.22.2"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "e87c9956bd9807afa1f77e0f7594af32566e830e088a5576d27c5b6f30f49d41"
2556dependencies = [
2557 "log",
2558 "ring",
2559 "rustls-pki-types",
2560 "rustls-webpki 0.102.2",
2561 "subtle",
2562 "zeroize",
2563]
2564
2565[[package]]
2428name = "rustls-pemfile" 2566name = "rustls-pemfile"
2429version = "1.0.4" 2567version = "1.0.4"
2430source = "registry+https://github.com/rust-lang/crates.io-index" 2568source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2434,6 +2572,12 @@ dependencies = [
2434] 2572]
2435 2573
2436[[package]] 2574[[package]]
2575name = "rustls-pki-types"
2576version = "1.3.1"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "5ede67b28608b4c60685c7d54122d4400d90f62b40caee7700e700380a390fa8"
2579
2580[[package]]
2437name = "rustls-webpki" 2581name = "rustls-webpki"
2438version = "0.101.7" 2582version = "0.101.7"
2439source = "registry+https://github.com/rust-lang/crates.io-index" 2583source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2444,6 +2588,17 @@ dependencies = [
2444] 2588]
2445 2589
2446[[package]] 2590[[package]]
2591name = "rustls-webpki"
2592version = "0.102.2"
2593source = "registry+https://github.com/rust-lang/crates.io-index"
2594checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
2595dependencies = [
2596 "ring",
2597 "rustls-pki-types",
2598 "untrusted",
2599]
2600
2601[[package]]
2447name = "ryu" 2602name = "ryu"
2448version = "1.0.17" 2603version = "1.0.17"
2449source = "registry+https://github.com/rust-lang/crates.io-index" 2604source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2699,7 +2854,7 @@ dependencies = [
2699 "flume", 2854 "flume",
2700 "futures-util", 2855 "futures-util",
2701 "tokio", 2856 "tokio",
2702 "tokio-tungstenite", 2857 "tokio-tungstenite 0.20.1",
2703] 2858]
2704 2859
2705[[package]] 2860[[package]]
@@ -2856,7 +3011,7 @@ dependencies = [
2856 "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)", 3011 "rexpect 0.5.0 (git+https://github.com/rust-cli/rexpect.git?rev=9eb61dd)",
2857 "simple-websockets", 3012 "simple-websockets",
2858 "strip-ansi-escapes", 3013 "strip-ansi-escapes",
2859 "tungstenite", 3014 "tungstenite 0.20.1",
2860] 3015]
2861 3016
2862[[package]] 3017[[package]]
@@ -2930,7 +3085,18 @@ version = "0.24.1"
2930source = "registry+https://github.com/rust-lang/crates.io-index" 3085source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 3086checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2932dependencies = [ 3087dependencies = [
2933 "rustls", 3088 "rustls 0.21.10",
3089 "tokio",
3090]
3091
3092[[package]]
3093name = "tokio-rustls"
3094version = "0.25.0"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
3097dependencies = [
3098 "rustls 0.22.2",
3099 "rustls-pki-types",
2934 "tokio", 3100 "tokio",
2935] 3101]
2936 3102
@@ -2954,11 +3120,24 @@ checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
2954dependencies = [ 3120dependencies = [
2955 "futures-util", 3121 "futures-util",
2956 "log", 3122 "log",
2957 "rustls",
2958 "tokio", 3123 "tokio",
2959 "tokio-rustls", 3124 "tungstenite 0.20.1",
2960 "tungstenite", 3125]
2961 "webpki-roots", 3126
3127[[package]]
3128name = "tokio-tungstenite"
3129version = "0.21.0"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
3132dependencies = [
3133 "futures-util",
3134 "log",
3135 "rustls 0.22.2",
3136 "rustls-pki-types",
3137 "tokio",
3138 "tokio-rustls 0.25.0",
3139 "tungstenite 0.21.0",
3140 "webpki-roots 0.26.1",
2962] 3141]
2963 3142
2964[[package]] 3143[[package]]
@@ -3044,11 +3223,31 @@ dependencies = [
3044 "byteorder", 3223 "byteorder",
3045 "bytes", 3224 "bytes",
3046 "data-encoding", 3225 "data-encoding",
3047 "http", 3226 "http 0.2.12",
3048 "httparse", 3227 "httparse",
3049 "log", 3228 "log",
3050 "rand", 3229 "rand",
3051 "rustls", 3230 "sha1",
3231 "thiserror",
3232 "url",
3233 "utf-8",
3234]
3235
3236[[package]]
3237name = "tungstenite"
3238version = "0.21.0"
3239source = "registry+https://github.com/rust-lang/crates.io-index"
3240checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
3241dependencies = [
3242 "byteorder",
3243 "bytes",
3244 "data-encoding",
3245 "http 1.1.0",
3246 "httparse",
3247 "log",
3248 "rand",
3249 "rustls 0.22.2",
3250 "rustls-pki-types",
3052 "sha1", 3251 "sha1",
3053 "thiserror", 3252 "thiserror",
3054 "url", 3253 "url",
@@ -3130,17 +3329,6 @@ dependencies = [
3130 "form_urlencoded", 3329 "form_urlencoded",
3131 "idna", 3330 "idna",
3132 "percent-encoding", 3331 "percent-encoding",
3133]
3134
3135[[package]]
3136name = "url-fork"
3137version = "3.0.1"
3138source = "registry+https://github.com/rust-lang/crates.io-index"
3139checksum = "7fa3323c39b8e786154d3000b70ae9af0e9bd746c9791456da0d4a1f68ad89d6"
3140dependencies = [
3141 "form_urlencoded",
3142 "idna",
3143 "percent-encoding",
3144 "serde", 3332 "serde",
3145] 3333]
3146 3334
@@ -3318,6 +3506,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 3506checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
3319 3507
3320[[package]] 3508[[package]]
3509name = "webpki-roots"
3510version = "0.26.1"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
3513dependencies = [
3514 "rustls-pki-types",
3515]
3516
3517[[package]]
3321name = "winapi" 3518name = "winapi"
3322version = "0.3.9" 3519version = "0.3.9"
3323source = "registry+https://github.com/rust-lang/crates.io-index" 3520source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3567,6 +3764,26 @@ dependencies = [
3567] 3764]
3568 3765
3569[[package]] 3766[[package]]
3767name = "zerocopy"
3768version = "0.7.32"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
3771dependencies = [
3772 "zerocopy-derive",
3773]
3774
3775[[package]]
3776name = "zerocopy-derive"
3777version = "0.7.32"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
3780dependencies = [
3781 "proc-macro2",
3782 "quote",
3783 "syn 2.0.53",
3784]
3785
3786[[package]]
3570name = "zeroize" 3787name = "zeroize"
3571version = "1.7.0" 3788version = "1.7.0"
3572source = "registry+https://github.com/rust-lang/crates.io-index" 3789source = "registry+https://github.com/rust-lang/crates.io-index"