upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock21
-rw-r--r--Cargo.toml4
-rw-r--r--test_utils/Cargo.toml4
3 files changed, 11 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 22927d7..ba12e87 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1766,8 +1766,7 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
1766[[package]] 1766[[package]]
1767name = "nostr" 1767name = "nostr"
1768version = "0.29.0" 1768version = "0.29.0"
1769source = "registry+https://github.com/rust-lang/crates.io-index" 1769source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b"
1770checksum = "255485c2f41cf8f39d4e4a1901199549f54e32def81a71a8afe05f75809f441d"
1771dependencies = [ 1770dependencies = [
1772 "aes 0.8.4", 1771 "aes 0.8.4",
1773 "base64", 1772 "base64",
@@ -1796,8 +1795,7 @@ dependencies = [
1796[[package]] 1795[[package]]
1797name = "nostr-database" 1796name = "nostr-database"
1798version = "0.29.0" 1797version = "0.29.0"
1799source = "registry+https://github.com/rust-lang/crates.io-index" 1798source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b"
1800checksum = "8e15ab55f96ea5e560af0c75f1d942b1064266d443d11b2afbe51ca9ad78a018"
1801dependencies = [ 1799dependencies = [
1802 "async-trait", 1800 "async-trait",
1803 "lru", 1801 "lru",
@@ -1810,8 +1808,7 @@ dependencies = [
1810[[package]] 1808[[package]]
1811name = "nostr-relay-pool" 1809name = "nostr-relay-pool"
1812version = "0.29.0" 1810version = "0.29.0"
1813source = "registry+https://github.com/rust-lang/crates.io-index" 1811source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b"
1814checksum = "83b39b3dc3f1fe912a0f530ad8bd2e71c55608679c8c427952f71c13f0a4c545"
1815dependencies = [ 1812dependencies = [
1816 "async-utility", 1813 "async-utility",
1817 "async-wsocket", 1814 "async-wsocket",
@@ -1826,8 +1823,7 @@ dependencies = [
1826[[package]] 1823[[package]]
1827name = "nostr-sdk" 1824name = "nostr-sdk"
1828version = "0.29.0" 1825version = "0.29.0"
1829source = "registry+https://github.com/rust-lang/crates.io-index" 1826source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b"
1830checksum = "81ed0ab9cbc3b20d3dba99337f2e0739f052ebe32133d690e212022a06a22044"
1831dependencies = [ 1827dependencies = [
1832 "async-utility", 1828 "async-utility",
1833 "lnurl-pay", 1829 "lnurl-pay",
@@ -1845,8 +1841,7 @@ dependencies = [
1845[[package]] 1841[[package]]
1846name = "nostr-signer" 1842name = "nostr-signer"
1847version = "0.29.0" 1843version = "0.29.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index" 1844source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b"
1849checksum = "307bdc7c26887d7e65632e66872989a19892dfe9f2c6dbd9a1d3f959c5c524d5"
1850dependencies = [ 1845dependencies = [
1851 "async-utility", 1846 "async-utility",
1852 "nostr", 1847 "nostr",
@@ -1858,8 +1853,7 @@ dependencies = [
1858[[package]] 1853[[package]]
1859name = "nostr-zapper" 1854name = "nostr-zapper"
1860version = "0.29.0" 1855version = "0.29.0"
1861source = "registry+https://github.com/rust-lang/crates.io-index" 1856source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b"
1862checksum = "061d5eb00b430747a984ea9e41cd82c849832151b4263d8230c9c220dc2c62f8"
1863dependencies = [ 1857dependencies = [
1864 "async-trait", 1858 "async-trait",
1865 "nostr", 1859 "nostr",
@@ -1960,8 +1954,7 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
1960[[package]] 1954[[package]]
1961name = "nwc" 1955name = "nwc"
1962version = "0.29.0" 1956version = "0.29.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index" 1957source = "git+https://github.com/DanConwayDev/nostr?branch=v0-29-with-send-events-fix#20901408c61ba3977e4927bc069f3870a9174b1b"
1964checksum = "d1894ffe54a1e5adf8dbb22b5a290c0748ec4a88aa07fa69c4359010edea49ed"
1965dependencies = [ 1958dependencies = [
1966 "async-utility", 1959 "async-utility",
1967 "nostr", 1960 "nostr",
diff --git a/Cargo.toml b/Cargo.toml
index e07e1a4..3484e25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,8 +23,8 @@ futures = "0.3.28"
23git2 = "0.18.1" 23git2 = "0.18.1"
24indicatif = "0.17.7" 24indicatif = "0.17.7"
25keyring = "2.0.5" 25keyring = "2.0.5"
26nostr = "0.29.0" 26nostr = { git = "https://github.com/DanConwayDev/nostr", branch="v0-29-with-send-events-fix" }
27nostr-sdk = "0.29.0" 27nostr-sdk = { git = "https://github.com/DanConwayDev/nostr", branch="v0-29-with-send-events-fix" }
28passwords = "3.1.13" 28passwords = "3.1.13"
29scrypt = "0.11.0" 29scrypt = "0.11.0"
30serde = { version = "1.0.181", features = ["derive"] } 30serde = { version = "1.0.181", features = ["derive"] }
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml
index e07e411..10900fd 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -9,8 +9,8 @@ assert_cmd = "2.0.12"
9dialoguer = "0.10.4" 9dialoguer = "0.10.4"
10directories = "5.0.1" 10directories = "5.0.1"
11git2 = "0.18.1" 11git2 = "0.18.1"
12nostr = "0.29.0" 12nostr = { git = "https://github.com/DanConwayDev/nostr", branch="v0-29-with-send-events-fix" }
13nostr-sdk = "0.29.0" 13nostr-sdk = { git = "https://github.com/DanConwayDev/nostr", branch="v0-29-with-send-events-fix" }
14once_cell = "1.18.0" 14once_cell = "1.18.0"
15rand = "0.8" 15rand = "0.8"
16rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } 16rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" }