diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 104 |
1 files changed, 68 insertions, 36 deletions
| @@ -330,17 +330,17 @@ dependencies = [ | |||
| 330 | 330 | ||
| 331 | [[package]] | 331 | [[package]] |
| 332 | name = "async-wsocket" | 332 | name = "async-wsocket" |
| 333 | version = "0.4.0" | 333 | version = "0.5.1" |
| 334 | source = "registry+https://github.com/rust-lang/crates.io-index" | 334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 335 | checksum = "5c38341e6ee670913fb9dc3aba40c22d616261da4dc0928326d3168ebf576fb0" | 335 | checksum = "79c6465dab65a363da7353383af13a22fb05ce173d9b460c38322590e9245400" |
| 336 | dependencies = [ | 336 | dependencies = [ |
| 337 | "async-utility", | 337 | "async-utility", |
| 338 | "futures-util", | 338 | "futures-util", |
| 339 | "thiserror", | 339 | "thiserror", |
| 340 | "tokio", | 340 | "tokio", |
| 341 | "tokio-rustls", | 341 | "tokio-rustls 0.26.0", |
| 342 | "tokio-socks", | 342 | "tokio-socks", |
| 343 | "tokio-tungstenite 0.21.0", | 343 | "tokio-tungstenite 0.23.0", |
| 344 | "url", | 344 | "url", |
| 345 | "wasm-ws", | 345 | "wasm-ws", |
| 346 | "webpki-roots", | 346 | "webpki-roots", |
| @@ -359,9 +359,9 @@ dependencies = [ | |||
| 359 | 359 | ||
| 360 | [[package]] | 360 | [[package]] |
| 361 | name = "atomic-destructor" | 361 | name = "atomic-destructor" |
| 362 | version = "0.1.1" | 362 | version = "0.2.0" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" | 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | checksum = "4653a42bf04120a1d4e92452e006b4e3af4ab4afff8fb4af0f1bbb98418adf3e" | 364 | checksum = "7d919cb60ba95c87ba42777e9e246c4e8d658057299b437b7512531ce0a09a23" |
| 365 | dependencies = [ | 365 | dependencies = [ |
| 366 | "tracing", | 366 | "tracing", |
| 367 | ] | 367 | ] |
| @@ -1330,10 +1330,10 @@ dependencies = [ | |||
| 1330 | "http 1.1.0", | 1330 | "http 1.1.0", |
| 1331 | "hyper", | 1331 | "hyper", |
| 1332 | "hyper-util", | 1332 | "hyper-util", |
| 1333 | "rustls", | 1333 | "rustls 0.22.3", |
| 1334 | "rustls-pki-types", | 1334 | "rustls-pki-types", |
| 1335 | "tokio", | 1335 | "tokio", |
| 1336 | "tokio-rustls", | 1336 | "tokio-rustls 0.25.0", |
| 1337 | "tower-service", | 1337 | "tower-service", |
| 1338 | ] | 1338 | ] |
| 1339 | 1339 | ||
| @@ -1776,8 +1776,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" | |||
| 1776 | 1776 | ||
| 1777 | [[package]] | 1777 | [[package]] |
| 1778 | name = "nostr" | 1778 | name = "nostr" |
| 1779 | version = "0.30.0" | 1779 | version = "0.32.0" |
| 1780 | source = "git+https://github.com/DanConwayDev/nostr?branch=expose-nip49-log-n#6ef397b6c4cd5edd6e6c31ff33d8a978b5b04f8c" | 1780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1781 | checksum = "1534cec170e72b57b82323422ac243716d9817d13ed77f3b952eb5133ebef060" | ||
| 1781 | dependencies = [ | 1782 | dependencies = [ |
| 1782 | "aes 0.8.4", | 1783 | "aes 0.8.4", |
| 1783 | "base64 0.21.7", | 1784 | "base64 0.21.7", |
| @@ -1805,8 +1806,9 @@ dependencies = [ | |||
| 1805 | 1806 | ||
| 1806 | [[package]] | 1807 | [[package]] |
| 1807 | name = "nostr-database" | 1808 | name = "nostr-database" |
| 1808 | version = "0.30.0" | 1809 | version = "0.32.0" |
| 1809 | source = "git+https://github.com/DanConwayDev/nostr?branch=expose-nip49-log-n#6ef397b6c4cd5edd6e6c31ff33d8a978b5b04f8c" | 1810 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1811 | checksum = "a88a72f92fbd5d2514db36e07a864646f1c1f44931c4a5ea195f6961029af4b3" | ||
| 1810 | dependencies = [ | 1812 | dependencies = [ |
| 1811 | "async-trait", | 1813 | "async-trait", |
| 1812 | "lru", | 1814 | "lru", |
| @@ -1818,8 +1820,9 @@ dependencies = [ | |||
| 1818 | 1820 | ||
| 1819 | [[package]] | 1821 | [[package]] |
| 1820 | name = "nostr-relay-pool" | 1822 | name = "nostr-relay-pool" |
| 1821 | version = "0.30.0" | 1823 | version = "0.32.0" |
| 1822 | source = "git+https://github.com/DanConwayDev/nostr?branch=expose-nip49-log-n#6ef397b6c4cd5edd6e6c31ff33d8a978b5b04f8c" | 1824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1825 | checksum = "d7b7bf72b02a24ccc7cf87033fa5ddfd57001c7d8c2e757321a7ca7a6df39876" | ||
| 1823 | dependencies = [ | 1826 | dependencies = [ |
| 1824 | "async-utility", | 1827 | "async-utility", |
| 1825 | "async-wsocket", | 1828 | "async-wsocket", |
| @@ -1833,10 +1836,12 @@ dependencies = [ | |||
| 1833 | 1836 | ||
| 1834 | [[package]] | 1837 | [[package]] |
| 1835 | name = "nostr-sdk" | 1838 | name = "nostr-sdk" |
| 1836 | version = "0.30.0" | 1839 | version = "0.32.0" |
| 1837 | source = "git+https://github.com/DanConwayDev/nostr?branch=expose-nip49-log-n#6ef397b6c4cd5edd6e6c31ff33d8a978b5b04f8c" | 1840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1841 | checksum = "005915a59ee6401f23ba510c3a9ac4a07b457f80dfe1dc05cd2c8fdbde439246" | ||
| 1838 | dependencies = [ | 1842 | dependencies = [ |
| 1839 | "async-utility", | 1843 | "async-utility", |
| 1844 | "atomic-destructor", | ||
| 1840 | "lnurl-pay", | 1845 | "lnurl-pay", |
| 1841 | "nostr", | 1846 | "nostr", |
| 1842 | "nostr-database", | 1847 | "nostr-database", |
| @@ -1851,8 +1856,9 @@ dependencies = [ | |||
| 1851 | 1856 | ||
| 1852 | [[package]] | 1857 | [[package]] |
| 1853 | name = "nostr-signer" | 1858 | name = "nostr-signer" |
| 1854 | version = "0.30.0" | 1859 | version = "0.32.0" |
| 1855 | source = "git+https://github.com/DanConwayDev/nostr?branch=expose-nip49-log-n#6ef397b6c4cd5edd6e6c31ff33d8a978b5b04f8c" | 1860 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1861 | checksum = "525574dc32fa07d64d04a6c72b534d97455b1ad954c29753c820c834c94e3704" | ||
| 1856 | dependencies = [ | 1862 | dependencies = [ |
| 1857 | "async-utility", | 1863 | "async-utility", |
| 1858 | "nostr", | 1864 | "nostr", |
| @@ -1864,8 +1870,9 @@ dependencies = [ | |||
| 1864 | 1870 | ||
| 1865 | [[package]] | 1871 | [[package]] |
| 1866 | name = "nostr-zapper" | 1872 | name = "nostr-zapper" |
| 1867 | version = "0.30.0" | 1873 | version = "0.32.0" |
| 1868 | source = "git+https://github.com/DanConwayDev/nostr?branch=expose-nip49-log-n#6ef397b6c4cd5edd6e6c31ff33d8a978b5b04f8c" | 1874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1875 | checksum = "430c2527c0efd2e7f1a421b0c7df01a03b334a79c60c39cc7a1ca684f720f2bf" | ||
| 1869 | dependencies = [ | 1876 | dependencies = [ |
| 1870 | "async-trait", | 1877 | "async-trait", |
| 1871 | "nostr", | 1878 | "nostr", |
| @@ -1965,8 +1972,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" | |||
| 1965 | 1972 | ||
| 1966 | [[package]] | 1973 | [[package]] |
| 1967 | name = "nwc" | 1974 | name = "nwc" |
| 1968 | version = "0.30.0" | 1975 | version = "0.32.0" |
| 1969 | source = "git+https://github.com/DanConwayDev/nostr?branch=expose-nip49-log-n#6ef397b6c4cd5edd6e6c31ff33d8a978b5b04f8c" | 1976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1977 | checksum = "c6fb91e4be3f6b872fc23c7714bbb500a58a1d59f458eb6eb9dd249fbec42fc2" | ||
| 1970 | dependencies = [ | 1978 | dependencies = [ |
| 1971 | "async-utility", | 1979 | "async-utility", |
| 1972 | "nostr", | 1980 | "nostr", |
| @@ -2441,7 +2449,7 @@ dependencies = [ | |||
| 2441 | "once_cell", | 2449 | "once_cell", |
| 2442 | "percent-encoding", | 2450 | "percent-encoding", |
| 2443 | "pin-project-lite", | 2451 | "pin-project-lite", |
| 2444 | "rustls", | 2452 | "rustls 0.22.3", |
| 2445 | "rustls-pemfile", | 2453 | "rustls-pemfile", |
| 2446 | "rustls-pki-types", | 2454 | "rustls-pki-types", |
| 2447 | "serde", | 2455 | "serde", |
| @@ -2449,7 +2457,7 @@ dependencies = [ | |||
| 2449 | "serde_urlencoded", | 2457 | "serde_urlencoded", |
| 2450 | "sync_wrapper", | 2458 | "sync_wrapper", |
| 2451 | "tokio", | 2459 | "tokio", |
| 2452 | "tokio-rustls", | 2460 | "tokio-rustls 0.25.0", |
| 2453 | "tokio-socks", | 2461 | "tokio-socks", |
| 2454 | "tower-service", | 2462 | "tower-service", |
| 2455 | "url", | 2463 | "url", |
| @@ -2557,6 +2565,20 @@ dependencies = [ | |||
| 2557 | ] | 2565 | ] |
| 2558 | 2566 | ||
| 2559 | [[package]] | 2567 | [[package]] |
| 2568 | name = "rustls" | ||
| 2569 | version = "0.23.7" | ||
| 2570 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2571 | checksum = "ebbbdb961df0ad3f2652da8f3fdc4b36122f568f968f45ad3316f26c025c677b" | ||
| 2572 | dependencies = [ | ||
| 2573 | "once_cell", | ||
| 2574 | "ring", | ||
| 2575 | "rustls-pki-types", | ||
| 2576 | "rustls-webpki", | ||
| 2577 | "subtle", | ||
| 2578 | "zeroize", | ||
| 2579 | ] | ||
| 2580 | |||
| 2581 | [[package]] | ||
| 2560 | name = "rustls-pemfile" | 2582 | name = "rustls-pemfile" |
| 2561 | version = "2.1.2" | 2583 | version = "2.1.2" |
| 2562 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -3039,7 +3061,18 @@ version = "0.25.0" | |||
| 3039 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3061 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3040 | checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" | 3062 | checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" |
| 3041 | dependencies = [ | 3063 | dependencies = [ |
| 3042 | "rustls", | 3064 | "rustls 0.22.3", |
| 3065 | "rustls-pki-types", | ||
| 3066 | "tokio", | ||
| 3067 | ] | ||
| 3068 | |||
| 3069 | [[package]] | ||
| 3070 | name = "tokio-rustls" | ||
| 3071 | version = "0.26.0" | ||
| 3072 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3073 | checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" | ||
| 3074 | dependencies = [ | ||
| 3075 | "rustls 0.23.7", | ||
| 3043 | "rustls-pki-types", | 3076 | "rustls-pki-types", |
| 3044 | "tokio", | 3077 | "tokio", |
| 3045 | ] | 3078 | ] |
| @@ -3070,17 +3103,17 @@ dependencies = [ | |||
| 3070 | 3103 | ||
| 3071 | [[package]] | 3104 | [[package]] |
| 3072 | name = "tokio-tungstenite" | 3105 | name = "tokio-tungstenite" |
| 3073 | version = "0.21.0" | 3106 | version = "0.23.0" |
| 3074 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3075 | checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" | 3108 | checksum = "becd34a233e7e31a3dbf7c7241b38320f57393dcae8e7324b0167d21b8e320b0" |
| 3076 | dependencies = [ | 3109 | dependencies = [ |
| 3077 | "futures-util", | 3110 | "futures-util", |
| 3078 | "log", | 3111 | "log", |
| 3079 | "rustls", | 3112 | "rustls 0.23.7", |
| 3080 | "rustls-pki-types", | 3113 | "rustls-pki-types", |
| 3081 | "tokio", | 3114 | "tokio", |
| 3082 | "tokio-rustls", | 3115 | "tokio-rustls 0.26.0", |
| 3083 | "tungstenite 0.21.0", | 3116 | "tungstenite 0.23.0", |
| 3084 | "webpki-roots", | 3117 | "webpki-roots", |
| 3085 | ] | 3118 | ] |
| 3086 | 3119 | ||
| @@ -3188,9 +3221,9 @@ dependencies = [ | |||
| 3188 | 3221 | ||
| 3189 | [[package]] | 3222 | [[package]] |
| 3190 | name = "tungstenite" | 3223 | name = "tungstenite" |
| 3191 | version = "0.21.0" | 3224 | version = "0.23.0" |
| 3192 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3193 | checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" | 3226 | checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" |
| 3194 | dependencies = [ | 3227 | dependencies = [ |
| 3195 | "byteorder", | 3228 | "byteorder", |
| 3196 | "bytes", | 3229 | "bytes", |
| @@ -3199,11 +3232,10 @@ dependencies = [ | |||
| 3199 | "httparse", | 3232 | "httparse", |
| 3200 | "log", | 3233 | "log", |
| 3201 | "rand", | 3234 | "rand", |
| 3202 | "rustls", | 3235 | "rustls 0.23.7", |
| 3203 | "rustls-pki-types", | 3236 | "rustls-pki-types", |
| 3204 | "sha1", | 3237 | "sha1", |
| 3205 | "thiserror", | 3238 | "thiserror", |
| 3206 | "url", | ||
| 3207 | "utf-8", | 3239 | "utf-8", |
| 3208 | ] | 3240 | ] |
| 3209 | 3241 | ||
| @@ -3427,9 +3459,9 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" | |||
| 3427 | 3459 | ||
| 3428 | [[package]] | 3460 | [[package]] |
| 3429 | name = "wasm-ws" | 3461 | name = "wasm-ws" |
| 3430 | version = "0.1.1" | 3462 | version = "0.2.1" |
| 3431 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3432 | checksum = "f5b3a482e27ff54809c0848629d9033179705c5ea2f58e26cf45dc77c34c4984" | 3464 | checksum = "688c5806d1b06b4f3d90d015e23364dc5d3af412ee64abba6dde8fdc01637e33" |
| 3433 | dependencies = [ | 3465 | dependencies = [ |
| 3434 | "async_io_stream", | 3466 | "async_io_stream", |
| 3435 | "futures", | 3467 | "futures", |