diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-26 16:41:30 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-27 17:19:06 +0000 |
| commit | 53bbbbf5d5b9bbdbb0a8598705e7ee8fe3087c11 (patch) | |
| tree | cfbb7d19d57e3156246c5193668fa8720570cff1 /Cargo.lock | |
| parent | dfc31c40c9f941e55a5130d334d6383462a6fc85 (diff) | |
bump nostr-relay-pool to v0.29.1
as patch accepted into package
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 25 |
1 files changed, 16 insertions, 9 deletions
| @@ -1324,7 +1324,7 @@ dependencies = [ | |||
| 1324 | "httpdate", | 1324 | "httpdate", |
| 1325 | "itoa", | 1325 | "itoa", |
| 1326 | "pin-project-lite", | 1326 | "pin-project-lite", |
| 1327 | "socket2 0.5.6", | 1327 | "socket2 0.4.10", |
| 1328 | "tokio", | 1328 | "tokio", |
| 1329 | "tower-service", | 1329 | "tower-service", |
| 1330 | "tracing", | 1330 | "tracing", |
| @@ -1766,7 +1766,8 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" | |||
| 1766 | [[package]] | 1766 | [[package]] |
| 1767 | name = "nostr" | 1767 | name = "nostr" |
| 1768 | version = "0.29.0" | 1768 | version = "0.29.0" |
| 1769 | source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b" | 1769 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1770 | checksum = "255485c2f41cf8f39d4e4a1901199549f54e32def81a71a8afe05f75809f441d" | ||
| 1770 | dependencies = [ | 1771 | dependencies = [ |
| 1771 | "aes 0.8.4", | 1772 | "aes 0.8.4", |
| 1772 | "base64", | 1773 | "base64", |
| @@ -1795,7 +1796,8 @@ dependencies = [ | |||
| 1795 | [[package]] | 1796 | [[package]] |
| 1796 | name = "nostr-database" | 1797 | name = "nostr-database" |
| 1797 | version = "0.29.0" | 1798 | version = "0.29.0" |
| 1798 | source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b" | 1799 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1800 | checksum = "8e15ab55f96ea5e560af0c75f1d942b1064266d443d11b2afbe51ca9ad78a018" | ||
| 1799 | dependencies = [ | 1801 | dependencies = [ |
| 1800 | "async-trait", | 1802 | "async-trait", |
| 1801 | "lru", | 1803 | "lru", |
| @@ -1807,8 +1809,9 @@ dependencies = [ | |||
| 1807 | 1809 | ||
| 1808 | [[package]] | 1810 | [[package]] |
| 1809 | name = "nostr-relay-pool" | 1811 | name = "nostr-relay-pool" |
| 1810 | version = "0.29.0" | 1812 | version = "0.29.1" |
| 1811 | source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b" | 1813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1814 | checksum = "e4c3431820082c850315218193c7e33a328b4b2cd0129d4fd5446a4dab87ddc4" | ||
| 1812 | dependencies = [ | 1815 | dependencies = [ |
| 1813 | "async-utility", | 1816 | "async-utility", |
| 1814 | "async-wsocket", | 1817 | "async-wsocket", |
| @@ -1823,7 +1826,8 @@ dependencies = [ | |||
| 1823 | [[package]] | 1826 | [[package]] |
| 1824 | name = "nostr-sdk" | 1827 | name = "nostr-sdk" |
| 1825 | version = "0.29.0" | 1828 | version = "0.29.0" |
| 1826 | source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b" | 1829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1830 | checksum = "81ed0ab9cbc3b20d3dba99337f2e0739f052ebe32133d690e212022a06a22044" | ||
| 1827 | dependencies = [ | 1831 | dependencies = [ |
| 1828 | "async-utility", | 1832 | "async-utility", |
| 1829 | "lnurl-pay", | 1833 | "lnurl-pay", |
| @@ -1841,7 +1845,8 @@ dependencies = [ | |||
| 1841 | [[package]] | 1845 | [[package]] |
| 1842 | name = "nostr-signer" | 1846 | name = "nostr-signer" |
| 1843 | version = "0.29.0" | 1847 | version = "0.29.0" |
| 1844 | source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b" | 1848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1849 | checksum = "307bdc7c26887d7e65632e66872989a19892dfe9f2c6dbd9a1d3f959c5c524d5" | ||
| 1845 | dependencies = [ | 1850 | dependencies = [ |
| 1846 | "async-utility", | 1851 | "async-utility", |
| 1847 | "nostr", | 1852 | "nostr", |
| @@ -1853,7 +1858,8 @@ dependencies = [ | |||
| 1853 | [[package]] | 1858 | [[package]] |
| 1854 | name = "nostr-zapper" | 1859 | name = "nostr-zapper" |
| 1855 | version = "0.29.0" | 1860 | version = "0.29.0" |
| 1856 | source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b" | 1861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1862 | checksum = "061d5eb00b430747a984ea9e41cd82c849832151b4263d8230c9c220dc2c62f8" | ||
| 1857 | dependencies = [ | 1863 | dependencies = [ |
| 1858 | "async-trait", | 1864 | "async-trait", |
| 1859 | "nostr", | 1865 | "nostr", |
| @@ -1954,7 +1960,8 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" | |||
| 1954 | [[package]] | 1960 | [[package]] |
| 1955 | name = "nwc" | 1961 | name = "nwc" |
| 1956 | version = "0.29.0" | 1962 | version = "0.29.0" |
| 1957 | source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b" | 1963 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1964 | checksum = "d1894ffe54a1e5adf8dbb22b5a290c0748ec4a88aa07fa69c4359010edea49ed" | ||
| 1958 | dependencies = [ | 1965 | dependencies = [ |
| 1959 | "async-utility", | 1966 | "async-utility", |
| 1960 | "nostr", | 1967 | "nostr", |