diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-11 13:08:35 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-11 13:08:35 +0000 |
| commit | 30f1a3efa9265b1403a7aa68fffbd65291face3d (patch) | |
| tree | 335ceb627f6ae4a81a74b2bbae3f8cf1a2da2f41 /Cargo.lock | |
| parent | f08ee98ab7e19d4e42ffa85aa619f012441fbe47 (diff) | |
chore: bump rust-nostr v0.36
bump all rust-nostr packages to latest issued version.
there have been some breaking changes to nip46 and this applies
these changes.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 73 |
1 files changed, 42 insertions, 31 deletions
| @@ -325,8 +325,9 @@ dependencies = [ | |||
| 325 | 325 | ||
| 326 | [[package]] | 326 | [[package]] |
| 327 | name = "async-wsocket" | 327 | name = "async-wsocket" |
| 328 | version = "0.9.0" | 328 | version = "0.10.0" |
| 329 | source = "git+https://github.com/shadowylab/async-wsocket?rev=4d6a5b1780e65dc657ac36e5990a97c10feef072#4d6a5b1780e65dc657ac36e5990a97c10feef072" | 329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 330 | checksum = "a107e3bdbe61e8e1e1341c57241b4b2d50501127b44bd2eff13b4635ab42d35a" | ||
| 330 | dependencies = [ | 331 | dependencies = [ |
| 331 | "async-utility", | 332 | "async-utility", |
| 332 | "futures", | 333 | "futures", |
| @@ -1793,10 +1794,10 @@ dependencies = [ | |||
| 1793 | "keyring", | 1794 | "keyring", |
| 1794 | "mockall", | 1795 | "mockall", |
| 1795 | "nostr", | 1796 | "nostr", |
| 1797 | "nostr-connect", | ||
| 1796 | "nostr-database", | 1798 | "nostr-database", |
| 1797 | "nostr-lmdb", | 1799 | "nostr-lmdb", |
| 1798 | "nostr-sdk", | 1800 | "nostr-sdk", |
| 1799 | "nostr-signer", | ||
| 1800 | "once_cell", | 1801 | "once_cell", |
| 1801 | "passwords", | 1802 | "passwords", |
| 1802 | "qrcode", | 1803 | "qrcode", |
| @@ -1842,10 +1843,12 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" | |||
| 1842 | 1843 | ||
| 1843 | [[package]] | 1844 | [[package]] |
| 1844 | name = "nostr" | 1845 | name = "nostr" |
| 1845 | version = "0.35.0" | 1846 | version = "0.36.0" |
| 1846 | source = "git+https://github.com/rust-nostr/nostr?rev=ede2a91#ede2a91ef7d3738b36a03243697fbd20efd335a1" | 1847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1848 | checksum = "14ad56c1d9a59f4edc46b17bc64a217b38b99baefddc0080f85ad98a0855336d" | ||
| 1847 | dependencies = [ | 1849 | dependencies = [ |
| 1848 | "aes", | 1850 | "aes", |
| 1851 | "async-trait", | ||
| 1849 | "base64", | 1852 | "base64", |
| 1850 | "bech32", | 1853 | "bech32", |
| 1851 | "bip39", | 1854 | "bip39", |
| @@ -1871,9 +1874,25 @@ dependencies = [ | |||
| 1871 | ] | 1874 | ] |
| 1872 | 1875 | ||
| 1873 | [[package]] | 1876 | [[package]] |
| 1877 | name = "nostr-connect" | ||
| 1878 | version = "0.36.0" | ||
| 1879 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 1880 | checksum = "29d2a145eecf951c5461fdb72a064142b422f882760542c855bc1eca02516afb" | ||
| 1881 | dependencies = [ | ||
| 1882 | "async-trait", | ||
| 1883 | "async-utility", | ||
| 1884 | "nostr", | ||
| 1885 | "nostr-relay-pool", | ||
| 1886 | "thiserror", | ||
| 1887 | "tokio", | ||
| 1888 | "tracing", | ||
| 1889 | ] | ||
| 1890 | |||
| 1891 | [[package]] | ||
| 1874 | name = "nostr-database" | 1892 | name = "nostr-database" |
| 1875 | version = "0.35.0" | 1893 | version = "0.36.0" |
| 1876 | source = "git+https://github.com/rust-nostr/nostr?rev=ede2a91#ede2a91ef7d3738b36a03243697fbd20efd335a1" | 1894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1895 | checksum = "1859abebf78d7d9e945b20c8faaf710c9db905adeb148035b803ae45792dbebe" | ||
| 1877 | dependencies = [ | 1896 | dependencies = [ |
| 1878 | "async-trait", | 1897 | "async-trait", |
| 1879 | "flatbuffers", | 1898 | "flatbuffers", |
| @@ -1886,8 +1905,9 @@ dependencies = [ | |||
| 1886 | 1905 | ||
| 1887 | [[package]] | 1906 | [[package]] |
| 1888 | name = "nostr-lmdb" | 1907 | name = "nostr-lmdb" |
| 1889 | version = "0.35.0" | 1908 | version = "0.36.0" |
| 1890 | source = "git+https://github.com/rust-nostr/nostr?rev=ede2a91#ede2a91ef7d3738b36a03243697fbd20efd335a1" | 1909 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1910 | checksum = "964cd83b0fa821cd09e3cf02287a3581d7deb26c9cb6d03990936b3f0228ba84" | ||
| 1891 | dependencies = [ | 1911 | dependencies = [ |
| 1892 | "heed", | 1912 | "heed", |
| 1893 | "nostr", | 1913 | "nostr", |
| @@ -1899,8 +1919,9 @@ dependencies = [ | |||
| 1899 | 1919 | ||
| 1900 | [[package]] | 1920 | [[package]] |
| 1901 | name = "nostr-relay-pool" | 1921 | name = "nostr-relay-pool" |
| 1902 | version = "0.35.0" | 1922 | version = "0.36.0" |
| 1903 | source = "git+https://github.com/rust-nostr/nostr?rev=ede2a91#ede2a91ef7d3738b36a03243697fbd20efd335a1" | 1923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1924 | checksum = "e39cfcb30cab86b30ca9acba89f5ccb25a4142a5dc5fcfbf3edf34b204ddd7c7" | ||
| 1904 | dependencies = [ | 1925 | dependencies = [ |
| 1905 | "async-utility", | 1926 | "async-utility", |
| 1906 | "async-wsocket", | 1927 | "async-wsocket", |
| @@ -1917,8 +1938,9 @@ dependencies = [ | |||
| 1917 | 1938 | ||
| 1918 | [[package]] | 1939 | [[package]] |
| 1919 | name = "nostr-sdk" | 1940 | name = "nostr-sdk" |
| 1920 | version = "0.35.0" | 1941 | version = "0.36.0" |
| 1921 | source = "git+https://github.com/rust-nostr/nostr?rev=ede2a91#ede2a91ef7d3738b36a03243697fbd20efd335a1" | 1942 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1943 | checksum = "e4739ed15ff81a0e474d79b38c3eb481ff5f968c1865f38ba46852daf6f6495e" | ||
| 1922 | dependencies = [ | 1944 | dependencies = [ |
| 1923 | "async-utility", | 1945 | "async-utility", |
| 1924 | "atomic-destructor", | 1946 | "atomic-destructor", |
| @@ -1926,7 +1948,6 @@ dependencies = [ | |||
| 1926 | "nostr", | 1948 | "nostr", |
| 1927 | "nostr-database", | 1949 | "nostr-database", |
| 1928 | "nostr-relay-pool", | 1950 | "nostr-relay-pool", |
| 1929 | "nostr-signer", | ||
| 1930 | "nostr-zapper", | 1951 | "nostr-zapper", |
| 1931 | "nwc", | 1952 | "nwc", |
| 1932 | "thiserror", | 1953 | "thiserror", |
| @@ -1935,22 +1956,10 @@ dependencies = [ | |||
| 1935 | ] | 1956 | ] |
| 1936 | 1957 | ||
| 1937 | [[package]] | 1958 | [[package]] |
| 1938 | name = "nostr-signer" | ||
| 1939 | version = "0.35.0" | ||
| 1940 | source = "git+https://github.com/rust-nostr/nostr?rev=ede2a91#ede2a91ef7d3738b36a03243697fbd20efd335a1" | ||
| 1941 | dependencies = [ | ||
| 1942 | "async-utility", | ||
| 1943 | "nostr", | ||
| 1944 | "nostr-relay-pool", | ||
| 1945 | "thiserror", | ||
| 1946 | "tokio", | ||
| 1947 | "tracing", | ||
| 1948 | ] | ||
| 1949 | |||
| 1950 | [[package]] | ||
| 1951 | name = "nostr-zapper" | 1959 | name = "nostr-zapper" |
| 1952 | version = "0.35.0" | 1960 | version = "0.36.0" |
| 1953 | source = "git+https://github.com/rust-nostr/nostr?rev=ede2a91#ede2a91ef7d3738b36a03243697fbd20efd335a1" | 1961 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1962 | checksum = "9d9709ecf8050bbe4ecf0e5efda2f25b690bb1761fc504e05654621ba9e568a8" | ||
| 1954 | dependencies = [ | 1963 | dependencies = [ |
| 1955 | "async-trait", | 1964 | "async-trait", |
| 1956 | "nostr", | 1965 | "nostr", |
| @@ -2038,9 +2047,11 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" | |||
| 2038 | 2047 | ||
| 2039 | [[package]] | 2048 | [[package]] |
| 2040 | name = "nwc" | 2049 | name = "nwc" |
| 2041 | version = "0.35.0" | 2050 | version = "0.36.0" |
| 2042 | source = "git+https://github.com/rust-nostr/nostr?rev=ede2a91#ede2a91ef7d3738b36a03243697fbd20efd335a1" | 2051 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2052 | checksum = "1b5f98bcaf232b3ec48e018792ca7bc2b90e7520d001a07b8218a9e76a03fda2" | ||
| 2043 | dependencies = [ | 2053 | dependencies = [ |
| 2054 | "async-trait", | ||
| 2044 | "async-utility", | 2055 | "async-utility", |
| 2045 | "nostr", | 2056 | "nostr", |
| 2046 | "nostr-relay-pool", | 2057 | "nostr-relay-pool", |