diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 98 |
1 files changed, 34 insertions, 64 deletions
| @@ -330,31 +330,22 @@ dependencies = [ | |||
| 330 | 330 | ||
| 331 | [[package]] | 331 | [[package]] |
| 332 | name = "async-wsocket" | 332 | name = "async-wsocket" |
| 333 | version = "0.5.1" | 333 | version = "0.7.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 = "79c6465dab65a363da7353383af13a22fb05ce173d9b460c38322590e9245400" | 335 | checksum = "1eee6fcc818b89848df37050215603de0e2e072734e4730c03060feb2d0abebb" |
| 336 | dependencies = [ | 336 | dependencies = [ |
| 337 | "async-utility", | 337 | "async-utility", |
| 338 | "futures", | ||
| 338 | "futures-util", | 339 | "futures-util", |
| 340 | "js-sys", | ||
| 339 | "thiserror", | 341 | "thiserror", |
| 340 | "tokio", | 342 | "tokio", |
| 341 | "tokio-rustls 0.26.0", | 343 | "tokio-rustls 0.26.0", |
| 342 | "tokio-socks", | 344 | "tokio-socks", |
| 343 | "tokio-tungstenite 0.23.0", | 345 | "tokio-tungstenite 0.23.0", |
| 344 | "url", | 346 | "url", |
| 345 | "wasm-ws", | 347 | "wasm-bindgen", |
| 346 | "webpki-roots", | 348 | "web-sys", |
| 347 | ] | ||
| 348 | |||
| 349 | [[package]] | ||
| 350 | name = "async_io_stream" | ||
| 351 | version = "0.3.3" | ||
| 352 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 353 | checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" | ||
| 354 | dependencies = [ | ||
| 355 | "futures", | ||
| 356 | "pharos", | ||
| 357 | "rustc_version", | ||
| 358 | ] | 349 | ] |
| 359 | 350 | ||
| 360 | [[package]] | 351 | [[package]] |
| @@ -1843,9 +1834,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" | |||
| 1843 | 1834 | ||
| 1844 | [[package]] | 1835 | [[package]] |
| 1845 | name = "nostr" | 1836 | name = "nostr" |
| 1846 | version = "0.33.0" | 1837 | version = "0.34.0" |
| 1847 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1848 | checksum = "f08db214560a34bf7c4c1fea09a8461b9412bae58ba06e99ce3177d89fa1e0a6" | 1839 | checksum = "5897e4142fcc33c4f1d58ad17f665e87dcba70de7e370c0bda1aa0fb73212c2a" |
| 1849 | dependencies = [ | 1840 | dependencies = [ |
| 1850 | "aes 0.8.4", | 1841 | "aes 0.8.4", |
| 1851 | "base64 0.21.7", | 1842 | "base64 0.21.7", |
| @@ -1873,9 +1864,9 @@ dependencies = [ | |||
| 1873 | 1864 | ||
| 1874 | [[package]] | 1865 | [[package]] |
| 1875 | name = "nostr-database" | 1866 | name = "nostr-database" |
| 1876 | version = "0.33.1" | 1867 | version = "0.34.0" |
| 1877 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1878 | checksum = "50eebf5020d70891e3c229128de5fc73af632b651d02742383b314d3d0c7e953" | 1869 | checksum = "1926ef55392f3eea1bbe4a1358b64bbf12dd6eb554f40f483941a102c6263fc6" |
| 1879 | dependencies = [ | 1870 | dependencies = [ |
| 1880 | "async-trait", | 1871 | "async-trait", |
| 1881 | "flatbuffers", | 1872 | "flatbuffers", |
| @@ -1888,9 +1879,9 @@ dependencies = [ | |||
| 1888 | 1879 | ||
| 1889 | [[package]] | 1880 | [[package]] |
| 1890 | name = "nostr-relay-pool" | 1881 | name = "nostr-relay-pool" |
| 1891 | version = "0.33.0" | 1882 | version = "0.34.0" |
| 1892 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1883 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1893 | checksum = "afa5502a3df456790ca16d90cc688a677117d57ab56b079dcfa091390ac9f202" | 1884 | checksum = "c6480cf60564957a2a64bd050d047ee0717e08dced7a389e22ef4e9fc104edd2" |
| 1894 | dependencies = [ | 1885 | dependencies = [ |
| 1895 | "async-utility", | 1886 | "async-utility", |
| 1896 | "async-wsocket", | 1887 | "async-wsocket", |
| @@ -1899,14 +1890,15 @@ dependencies = [ | |||
| 1899 | "nostr-database", | 1890 | "nostr-database", |
| 1900 | "thiserror", | 1891 | "thiserror", |
| 1901 | "tokio", | 1892 | "tokio", |
| 1893 | "tokio-stream", | ||
| 1902 | "tracing", | 1894 | "tracing", |
| 1903 | ] | 1895 | ] |
| 1904 | 1896 | ||
| 1905 | [[package]] | 1897 | [[package]] |
| 1906 | name = "nostr-sdk" | 1898 | name = "nostr-sdk" |
| 1907 | version = "0.33.0" | 1899 | version = "0.34.0" |
| 1908 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1900 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1909 | checksum = "b427dceefbbb49a9dd98abb8c4e40d25fdd467e99821aaad88615252bdb915bd" | 1901 | checksum = "ca0c0c5f8ddbdfc064ea71883191ec53de6ed52b5dca10ab07f0810b99e91acc" |
| 1910 | dependencies = [ | 1902 | dependencies = [ |
| 1911 | "async-utility", | 1903 | "async-utility", |
| 1912 | "atomic-destructor", | 1904 | "atomic-destructor", |
| @@ -1924,9 +1916,9 @@ dependencies = [ | |||
| 1924 | 1916 | ||
| 1925 | [[package]] | 1917 | [[package]] |
| 1926 | name = "nostr-signer" | 1918 | name = "nostr-signer" |
| 1927 | version = "0.33.0" | 1919 | version = "0.34.0" |
| 1928 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1920 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1929 | checksum = "665268b316f41cd8fa791be54b6c7935c5a239461708c380a699d6677be9af38" | 1921 | checksum = "5c30294a7be7d9d5ac777954812f5c7b4ae2a1e583a62e33537f87d98ab23729" |
| 1930 | dependencies = [ | 1922 | dependencies = [ |
| 1931 | "async-utility", | 1923 | "async-utility", |
| 1932 | "nostr", | 1924 | "nostr", |
| @@ -1938,9 +1930,9 @@ dependencies = [ | |||
| 1938 | 1930 | ||
| 1939 | [[package]] | 1931 | [[package]] |
| 1940 | name = "nostr-sqlite" | 1932 | name = "nostr-sqlite" |
| 1941 | version = "0.33.0" | 1933 | version = "0.34.0" |
| 1942 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1943 | checksum = "31f643ba919864f3a9bb004244c0d5c958646b07fe760823fdc33aae1c8fc0fc" | 1935 | checksum = "0b634d2a908feccd7b6b2e8d2cea47bc4061b350b7a120cd6c6f2520e4e1fc1a" |
| 1944 | dependencies = [ | 1936 | dependencies = [ |
| 1945 | "async-trait", | 1937 | "async-trait", |
| 1946 | "nostr", | 1938 | "nostr", |
| @@ -1953,9 +1945,9 @@ dependencies = [ | |||
| 1953 | 1945 | ||
| 1954 | [[package]] | 1946 | [[package]] |
| 1955 | name = "nostr-zapper" | 1947 | name = "nostr-zapper" |
| 1956 | version = "0.33.0" | 1948 | version = "0.34.0" |
| 1957 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1949 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1958 | checksum = "69922e74f8eab1f9d287008c0c06acdec87277a2d8f44bd9d38e003422aea0ab" | 1950 | checksum = "dcf3ba30e807145e9cb924faf8fb0719e460f613088e99c753b67c2a9929c5b7" |
| 1959 | dependencies = [ | 1951 | dependencies = [ |
| 1960 | "async-trait", | 1952 | "async-trait", |
| 1961 | "nostr", | 1953 | "nostr", |
| @@ -2055,9 +2047,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" | |||
| 2055 | 2047 | ||
| 2056 | [[package]] | 2048 | [[package]] |
| 2057 | name = "nwc" | 2049 | name = "nwc" |
| 2058 | version = "0.33.0" | 2050 | version = "0.34.1" |
| 2059 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2060 | checksum = "bb2e04b3edb5e9572e95b62842430625f1718e8a4a3596a30aeb04e6734764ea" | 2052 | checksum = "9a16ac06bc273fcd4ead47c0c5a58b6cc7db2247fc7a64dd9bc11cf18e3efeb4" |
| 2061 | dependencies = [ | 2053 | dependencies = [ |
| 2062 | "async-utility", | 2054 | "async-utility", |
| 2063 | "nostr", | 2055 | "nostr", |
| @@ -2188,16 +2180,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2188 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" | 2180 | checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
| 2189 | 2181 | ||
| 2190 | [[package]] | 2182 | [[package]] |
| 2191 | name = "pharos" | ||
| 2192 | version = "0.5.3" | ||
| 2193 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2194 | checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" | ||
| 2195 | dependencies = [ | ||
| 2196 | "futures", | ||
| 2197 | "rustc_version", | ||
| 2198 | ] | ||
| 2199 | |||
| 2200 | [[package]] | ||
| 2201 | name = "pin-project" | 2183 | name = "pin-project" |
| 2202 | version = "1.1.5" | 2184 | version = "1.1.5" |
| 2203 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -2805,12 +2787,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 2805 | checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" | 2787 | checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" |
| 2806 | 2788 | ||
| 2807 | [[package]] | 2789 | [[package]] |
| 2808 | name = "send_wrapper" | ||
| 2809 | version = "0.6.0" | ||
| 2810 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 2811 | checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" | ||
| 2812 | |||
| 2813 | [[package]] | ||
| 2814 | name = "serde" | 2790 | name = "serde" |
| 2815 | version = "1.0.197" | 2791 | version = "1.0.197" |
| 2816 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -3201,6 +3177,17 @@ dependencies = [ | |||
| 3201 | ] | 3177 | ] |
| 3202 | 3178 | ||
| 3203 | [[package]] | 3179 | [[package]] |
| 3180 | name = "tokio-stream" | ||
| 3181 | version = "0.1.15" | ||
| 3182 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3183 | checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" | ||
| 3184 | dependencies = [ | ||
| 3185 | "futures-core", | ||
| 3186 | "pin-project-lite", | ||
| 3187 | "tokio", | ||
| 3188 | ] | ||
| 3189 | |||
| 3190 | [[package]] | ||
| 3204 | name = "tokio-tungstenite" | 3191 | name = "tokio-tungstenite" |
| 3205 | version = "0.20.1" | 3192 | version = "0.20.1" |
| 3206 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -3575,23 +3562,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 3575 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" | 3562 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
| 3576 | 3563 | ||
| 3577 | [[package]] | 3564 | [[package]] |
| 3578 | name = "wasm-ws" | ||
| 3579 | version = "0.2.1" | ||
| 3580 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 3581 | checksum = "688c5806d1b06b4f3d90d015e23364dc5d3af412ee64abba6dde8fdc01637e33" | ||
| 3582 | dependencies = [ | ||
| 3583 | "async_io_stream", | ||
| 3584 | "futures", | ||
| 3585 | "js-sys", | ||
| 3586 | "pharos", | ||
| 3587 | "send_wrapper", | ||
| 3588 | "thiserror", | ||
| 3589 | "wasm-bindgen", | ||
| 3590 | "wasm-bindgen-futures", | ||
| 3591 | "web-sys", | ||
| 3592 | ] | ||
| 3593 | |||
| 3594 | [[package]] | ||
| 3595 | name = "web-sys" | 3565 | name = "web-sys" |
| 3596 | version = "0.3.69" | 3566 | version = "0.3.69" |
| 3597 | source = "registry+https://github.com/rust-lang/crates.io-index" | 3567 | source = "registry+https://github.com/rust-lang/crates.io-index" |