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:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-22 15:26:44 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-22 15:26:44 +0100
commit0762d44a9ec3d8a5477e171933428cd9749e0659 (patch)
treecc79eaf07fff399bd5083aebf67fff09cc718952 /Cargo.lock
parent8656948d488b205ee1b25ffe4c85e51ad09df345 (diff)
chore: bump rust-nostr to v0.33.0
bump all rust-nostr packages move from using patched nip46 nip05 function to profile function in v33 fix send_events_to error message
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock40
1 files changed, 24 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 474adbb..9d5604b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1821,8 +1821,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
1821 1821
1822[[package]] 1822[[package]]
1823name = "nostr" 1823name = "nostr"
1824version = "0.32.1" 1824version = "0.33.0"
1825source = "git+https://github.com/DanConwayDev/nostr?branch=v0.32-get-nip46-from-nip05-address#429f3c1396f05bf08793f60ed1d92d7bc02ea438" 1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "f08db214560a34bf7c4c1fea09a8461b9412bae58ba06e99ce3177d89fa1e0a6"
1826dependencies = [ 1827dependencies = [
1827 "aes 0.8.4", 1828 "aes 0.8.4",
1828 "base64 0.21.7", 1829 "base64 0.21.7",
@@ -1850,8 +1851,9 @@ dependencies = [
1850 1851
1851[[package]] 1852[[package]]
1852name = "nostr-database" 1853name = "nostr-database"
1853version = "0.32.0" 1854version = "0.33.0"
1854source = "git+https://github.com/DanConwayDev/nostr?branch=v0.32-get-nip46-from-nip05-address#429f3c1396f05bf08793f60ed1d92d7bc02ea438" 1855source = "registry+https://github.com/rust-lang/crates.io-index"
1856checksum = "f9f6c72d0d0842de637f7fba6e70764f719257d29dad8fc5f7352810b0f117ad"
1855dependencies = [ 1857dependencies = [
1856 "async-trait", 1858 "async-trait",
1857 "flatbuffers", 1859 "flatbuffers",
@@ -1864,8 +1866,9 @@ dependencies = [
1864 1866
1865[[package]] 1867[[package]]
1866name = "nostr-relay-pool" 1868name = "nostr-relay-pool"
1867version = "0.32.0" 1869version = "0.33.0"
1868source = "git+https://github.com/DanConwayDev/nostr?branch=v0.32-get-nip46-from-nip05-address#429f3c1396f05bf08793f60ed1d92d7bc02ea438" 1870source = "registry+https://github.com/rust-lang/crates.io-index"
1871checksum = "afa5502a3df456790ca16d90cc688a677117d57ab56b079dcfa091390ac9f202"
1869dependencies = [ 1872dependencies = [
1870 "async-utility", 1873 "async-utility",
1871 "async-wsocket", 1874 "async-wsocket",
@@ -1879,8 +1882,9 @@ dependencies = [
1879 1882
1880[[package]] 1883[[package]]
1881name = "nostr-sdk" 1884name = "nostr-sdk"
1882version = "0.32.0" 1885version = "0.33.0"
1883source = "git+https://github.com/DanConwayDev/nostr?branch=v0.32-get-nip46-from-nip05-address#429f3c1396f05bf08793f60ed1d92d7bc02ea438" 1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "b427dceefbbb49a9dd98abb8c4e40d25fdd467e99821aaad88615252bdb915bd"
1884dependencies = [ 1888dependencies = [
1885 "async-utility", 1889 "async-utility",
1886 "atomic-destructor", 1890 "atomic-destructor",
@@ -1898,8 +1902,9 @@ dependencies = [
1898 1902
1899[[package]] 1903[[package]]
1900name = "nostr-signer" 1904name = "nostr-signer"
1901version = "0.32.0" 1905version = "0.33.0"
1902source = "git+https://github.com/DanConwayDev/nostr?branch=v0.32-get-nip46-from-nip05-address#429f3c1396f05bf08793f60ed1d92d7bc02ea438" 1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "665268b316f41cd8fa791be54b6c7935c5a239461708c380a699d6677be9af38"
1903dependencies = [ 1908dependencies = [
1904 "async-utility", 1909 "async-utility",
1905 "nostr", 1910 "nostr",
@@ -1911,8 +1916,9 @@ dependencies = [
1911 1916
1912[[package]] 1917[[package]]
1913name = "nostr-sqlite" 1918name = "nostr-sqlite"
1914version = "0.32.0" 1919version = "0.33.0"
1915source = "git+https://github.com/DanConwayDev/nostr?branch=v0.32-get-nip46-from-nip05-address#429f3c1396f05bf08793f60ed1d92d7bc02ea438" 1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "31f643ba919864f3a9bb004244c0d5c958646b07fe760823fdc33aae1c8fc0fc"
1916dependencies = [ 1922dependencies = [
1917 "async-trait", 1923 "async-trait",
1918 "nostr", 1924 "nostr",
@@ -1925,8 +1931,9 @@ dependencies = [
1925 1931
1926[[package]] 1932[[package]]
1927name = "nostr-zapper" 1933name = "nostr-zapper"
1928version = "0.32.0" 1934version = "0.33.0"
1929source = "git+https://github.com/DanConwayDev/nostr?branch=v0.32-get-nip46-from-nip05-address#429f3c1396f05bf08793f60ed1d92d7bc02ea438" 1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "69922e74f8eab1f9d287008c0c06acdec87277a2d8f44bd9d38e003422aea0ab"
1930dependencies = [ 1937dependencies = [
1931 "async-trait", 1938 "async-trait",
1932 "nostr", 1939 "nostr",
@@ -2026,8 +2033,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2026 2033
2027[[package]] 2034[[package]]
2028name = "nwc" 2035name = "nwc"
2029version = "0.32.0" 2036version = "0.33.0"
2030source = "git+https://github.com/DanConwayDev/nostr?branch=v0.32-get-nip46-from-nip05-address#429f3c1396f05bf08793f60ed1d92d7bc02ea438" 2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "bb2e04b3edb5e9572e95b62842430625f1718e8a4a3596a30aeb04e6734764ea"
2031dependencies = [ 2039dependencies = [
2032 "async-utility", 2040 "async-utility",
2033 "nostr", 2041 "nostr",