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-08-28 14:20:34 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-28 16:42:53 +0100
commita5216602749bff55c2773acce098c91942cd3920 (patch)
treef1961c73d0586cab4de8fd54aafd9ba8171f3adb /Cargo.lock
parent2045aa5d928306f2a03cc924eac9c453c399b9b8 (diff)
chore: bump rust-nostr to v0.34.0
bump all rust-nostr packages I'm not sure I'm completely happy with allowing mutable_key_type but it is just run inside tests it appears that Event didn't have the Copy trait in v0.33.0 so I'm not sure why this warning suddenly appeared the timeout of client.get_events_of needed to be doubled which could indicate that an ineffiency has been introduced in v0.34.0 the primary motivation for upgrading now was to get this fix: nostr:nevent1qqsffl2ld678pjj77rh9k2g4edljmxdu6ew4lvgnglxv7jhu3ru8vvcpp4mhxue69uhkummn9ekx7mqzyzsq3hh327t0h2dq6matqn5064cgj2zanl2stkj6s0lg4t2h5dty6rm2ucm as I suspect it is also effecting other repositories eg nostr-profile-manager
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock98
1 files changed, 34 insertions, 64 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ad6fbdd..971cf6f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -330,31 +330,22 @@ dependencies = [
330 330
331[[package]] 331[[package]]
332name = "async-wsocket" 332name = "async-wsocket"
333version = "0.5.1" 333version = "0.7.1"
334source = "registry+https://github.com/rust-lang/crates.io-index" 334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "79c6465dab65a363da7353383af13a22fb05ce173d9b460c38322590e9245400" 335checksum = "1eee6fcc818b89848df37050215603de0e2e072734e4730c03060feb2d0abebb"
336dependencies = [ 336dependencies = [
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]]
350name = "async_io_stream"
351version = "0.3.3"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
354dependencies = [
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]]
1845name = "nostr" 1836name = "nostr"
1846version = "0.33.0" 1837version = "0.34.0"
1847source = "registry+https://github.com/rust-lang/crates.io-index" 1838source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "f08db214560a34bf7c4c1fea09a8461b9412bae58ba06e99ce3177d89fa1e0a6" 1839checksum = "5897e4142fcc33c4f1d58ad17f665e87dcba70de7e370c0bda1aa0fb73212c2a"
1849dependencies = [ 1840dependencies = [
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]]
1875name = "nostr-database" 1866name = "nostr-database"
1876version = "0.33.1" 1867version = "0.34.0"
1877source = "registry+https://github.com/rust-lang/crates.io-index" 1868source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "50eebf5020d70891e3c229128de5fc73af632b651d02742383b314d3d0c7e953" 1869checksum = "1926ef55392f3eea1bbe4a1358b64bbf12dd6eb554f40f483941a102c6263fc6"
1879dependencies = [ 1870dependencies = [
1880 "async-trait", 1871 "async-trait",
1881 "flatbuffers", 1872 "flatbuffers",
@@ -1888,9 +1879,9 @@ dependencies = [
1888 1879
1889[[package]] 1880[[package]]
1890name = "nostr-relay-pool" 1881name = "nostr-relay-pool"
1891version = "0.33.0" 1882version = "0.34.0"
1892source = "registry+https://github.com/rust-lang/crates.io-index" 1883source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "afa5502a3df456790ca16d90cc688a677117d57ab56b079dcfa091390ac9f202" 1884checksum = "c6480cf60564957a2a64bd050d047ee0717e08dced7a389e22ef4e9fc104edd2"
1894dependencies = [ 1885dependencies = [
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]]
1906name = "nostr-sdk" 1898name = "nostr-sdk"
1907version = "0.33.0" 1899version = "0.34.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index" 1900source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "b427dceefbbb49a9dd98abb8c4e40d25fdd467e99821aaad88615252bdb915bd" 1901checksum = "ca0c0c5f8ddbdfc064ea71883191ec53de6ed52b5dca10ab07f0810b99e91acc"
1910dependencies = [ 1902dependencies = [
1911 "async-utility", 1903 "async-utility",
1912 "atomic-destructor", 1904 "atomic-destructor",
@@ -1924,9 +1916,9 @@ dependencies = [
1924 1916
1925[[package]] 1917[[package]]
1926name = "nostr-signer" 1918name = "nostr-signer"
1927version = "0.33.0" 1919version = "0.34.0"
1928source = "registry+https://github.com/rust-lang/crates.io-index" 1920source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "665268b316f41cd8fa791be54b6c7935c5a239461708c380a699d6677be9af38" 1921checksum = "5c30294a7be7d9d5ac777954812f5c7b4ae2a1e583a62e33537f87d98ab23729"
1930dependencies = [ 1922dependencies = [
1931 "async-utility", 1923 "async-utility",
1932 "nostr", 1924 "nostr",
@@ -1938,9 +1930,9 @@ dependencies = [
1938 1930
1939[[package]] 1931[[package]]
1940name = "nostr-sqlite" 1932name = "nostr-sqlite"
1941version = "0.33.0" 1933version = "0.34.0"
1942source = "registry+https://github.com/rust-lang/crates.io-index" 1934source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "31f643ba919864f3a9bb004244c0d5c958646b07fe760823fdc33aae1c8fc0fc" 1935checksum = "0b634d2a908feccd7b6b2e8d2cea47bc4061b350b7a120cd6c6f2520e4e1fc1a"
1944dependencies = [ 1936dependencies = [
1945 "async-trait", 1937 "async-trait",
1946 "nostr", 1938 "nostr",
@@ -1953,9 +1945,9 @@ dependencies = [
1953 1945
1954[[package]] 1946[[package]]
1955name = "nostr-zapper" 1947name = "nostr-zapper"
1956version = "0.33.0" 1948version = "0.34.0"
1957source = "registry+https://github.com/rust-lang/crates.io-index" 1949source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "69922e74f8eab1f9d287008c0c06acdec87277a2d8f44bd9d38e003422aea0ab" 1950checksum = "dcf3ba30e807145e9cb924faf8fb0719e460f613088e99c753b67c2a9929c5b7"
1959dependencies = [ 1951dependencies = [
1960 "async-trait", 1952 "async-trait",
1961 "nostr", 1953 "nostr",
@@ -2055,9 +2047,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2055 2047
2056[[package]] 2048[[package]]
2057name = "nwc" 2049name = "nwc"
2058version = "0.33.0" 2050version = "0.34.1"
2059source = "registry+https://github.com/rust-lang/crates.io-index" 2051source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "bb2e04b3edb5e9572e95b62842430625f1718e8a4a3596a30aeb04e6734764ea" 2052checksum = "9a16ac06bc273fcd4ead47c0c5a58b6cc7db2247fc7a64dd9bc11cf18e3efeb4"
2061dependencies = [ 2053dependencies = [
2062 "async-utility", 2054 "async-utility",
2063 "nostr", 2055 "nostr",
@@ -2188,16 +2180,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2180checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2189 2181
2190[[package]] 2182[[package]]
2191name = "pharos"
2192version = "0.5.3"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
2195dependencies = [
2196 "futures",
2197 "rustc_version",
2198]
2199
2200[[package]]
2201name = "pin-project" 2183name = "pin-project"
2202version = "1.1.5" 2184version = "1.1.5"
2203source = "registry+https://github.com/rust-lang/crates.io-index" 2185source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2805,12 +2787,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2805checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" 2787checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
2806 2788
2807[[package]] 2789[[package]]
2808name = "send_wrapper"
2809version = "0.6.0"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
2812
2813[[package]]
2814name = "serde" 2790name = "serde"
2815version = "1.0.197" 2791version = "1.0.197"
2816source = "registry+https://github.com/rust-lang/crates.io-index" 2792source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3201,6 +3177,17 @@ dependencies = [
3201] 3177]
3202 3178
3203[[package]] 3179[[package]]
3180name = "tokio-stream"
3181version = "0.1.15"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
3184dependencies = [
3185 "futures-core",
3186 "pin-project-lite",
3187 "tokio",
3188]
3189
3190[[package]]
3204name = "tokio-tungstenite" 3191name = "tokio-tungstenite"
3205version = "0.20.1" 3192version = "0.20.1"
3206source = "registry+https://github.com/rust-lang/crates.io-index" 3193source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3575,23 +3562,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 3562checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
3576 3563
3577[[package]] 3564[[package]]
3578name = "wasm-ws"
3579version = "0.2.1"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "688c5806d1b06b4f3d90d015e23364dc5d3af412ee64abba6dde8fdc01637e33"
3582dependencies = [
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]]
3595name = "web-sys" 3565name = "web-sys"
3596version = "0.3.69" 3566version = "0.3.69"
3597source = "registry+https://github.com/rust-lang/crates.io-index" 3567source = "registry+https://github.com/rust-lang/crates.io-index"