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.lock24
-rw-r--r--Cargo.toml12
-rw-r--r--test_utils/Cargo.toml8
3 files changed, 22 insertions, 22 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 15917b5..f061ac7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1954,9 +1954,9 @@ checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
1954 1954
1955[[package]] 1955[[package]]
1956name = "nostr" 1956name = "nostr"
1957version = "0.40.0" 1957version = "0.41.0"
1958source = "registry+https://github.com/rust-lang/crates.io-index" 1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "2f900ddcdc28395759fcd44b18a03255e7deee8858551bfe5d5d5a07311d82ea" 1959checksum = "95d3f2f0d564cce3ebe09bb1343af67d88c60108cedc518a307dfdf6e3f503b6"
1960dependencies = [ 1960dependencies = [
1961 "aes", 1961 "aes",
1962 "base64", 1962 "base64",
@@ -1980,9 +1980,9 @@ dependencies = [
1980 1980
1981[[package]] 1981[[package]]
1982name = "nostr-connect" 1982name = "nostr-connect"
1983version = "0.40.0" 1983version = "0.41.0"
1984source = "registry+https://github.com/rust-lang/crates.io-index" 1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "52a0479b5f2da48ddd36061281bc2b3738610a287ad485aae397c44c148b3c6d" 1985checksum = "387abe557e3e43f7704f3c77a9d728de0987108a7f0b5de84f2948310ada11b1"
1986dependencies = [ 1986dependencies = [
1987 "async-utility", 1987 "async-utility",
1988 "nostr", 1988 "nostr",
@@ -1993,9 +1993,9 @@ dependencies = [
1993 1993
1994[[package]] 1994[[package]]
1995name = "nostr-database" 1995name = "nostr-database"
1996version = "0.40.0" 1996version = "0.41.0"
1997source = "registry+https://github.com/rust-lang/crates.io-index" 1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "714512e4653f4e7c4f4abb50a0ac82257541b22087dee780b9e3d787276e88d4" 1998checksum = "de6dc456a11d26f99a932b6531d94c20cb2e274ada6eab1d2438e2fb9c944af5"
1999dependencies = [ 1999dependencies = [
2000 "flatbuffers", 2000 "flatbuffers",
2001 "lru", 2001 "lru",
@@ -2005,9 +2005,9 @@ dependencies = [
2005 2005
2006[[package]] 2006[[package]]
2007name = "nostr-lmdb" 2007name = "nostr-lmdb"
2008version = "0.40.0" 2008version = "0.41.0"
2009source = "registry+https://github.com/rust-lang/crates.io-index" 2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "0ca52683835f416e5d4699f19eb616a622de54b75adb954430b1190e94f4e5ca" 2010checksum = "b0f371f08cef23050bd15deef5fbb34cb24a96314c47462d0b2b9ce7f0902ef1"
2011dependencies = [ 2011dependencies = [
2012 "async-utility", 2012 "async-utility",
2013 "heed", 2013 "heed",
@@ -2019,9 +2019,9 @@ dependencies = [
2019 2019
2020[[package]] 2020[[package]]
2021name = "nostr-relay-pool" 2021name = "nostr-relay-pool"
2022version = "0.40.1" 2022version = "0.41.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index" 2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "5bde07a729e0a1b306c9a07da81a0d1d55d0487316017090906f3b6660741b8d" 2024checksum = "23994b7a613540de50d0b6ac5fcdfeb65d814b0dc5630875d3e1d3e8f05e8c7c"
2025dependencies = [ 2025dependencies = [
2026 "async-utility", 2026 "async-utility",
2027 "async-wsocket", 2027 "async-wsocket",
@@ -2037,9 +2037,9 @@ dependencies = [
2037 2037
2038[[package]] 2038[[package]]
2039name = "nostr-sdk" 2039name = "nostr-sdk"
2040version = "0.40.0" 2040version = "0.41.0"
2041source = "registry+https://github.com/rust-lang/crates.io-index" 2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "26238eee805d7dc3abcc8d570068c81cb4285b08e9db4d7999e54e20748c472e" 2042checksum = "58d201c49818ef560a67f9c26c415007da38b007943e7d1644ac55aa98c55a42"
2043dependencies = [ 2043dependencies = [
2044 "async-utility", 2044 "async-utility",
2045 "nostr", 2045 "nostr",
diff --git a/Cargo.toml b/Cargo.toml
index 8814764..6050def 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,12 +24,12 @@ futures = "0.3.28"
24git2 = "0.20.2" 24git2 = "0.20.2"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5" 26keyring = "2.0.5"
27nostr = { version = "0.40.0", features = ["nip05", "nip49"] } 27nostr = { version = "0.41.0", features = ["nip05", "nip49"] }
28nostr-connect = "0.40.0" 28nostr-connect = "0.41.0"
29nostr-database = "0.40.0" 29nostr-database = "0.41.0"
30nostr-lmdb = "0.40.0" 30nostr-lmdb = "0.41.0"
31nostr-relay-pool = "0.40.1" 31nostr-relay-pool = "0.41.0"
32nostr-sdk = "0.40.0" 32nostr-sdk = "0.41.0"
33passwords = "3.1.13" 33passwords = "3.1.13"
34qrcode = { version = "0.14.1", default-features = false } 34qrcode = { version = "0.14.1", default-features = false }
35scrypt = "0.11.0" 35scrypt = "0.11.0"
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml
index cb945ca..82a481a 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -10,10 +10,10 @@ dialoguer = "0.10.4"
10directories = "5.0.1" 10directories = "5.0.1"
11futures = "0.3.28" 11futures = "0.3.28"
12git2 = "0.20.2" 12git2 = "0.20.2"
13nostr = "0.40.0" 13nostr = "0.41.0"
14nostr-database = "0.40.0" 14nostr-database = "0.41.0"
15nostr-lmdb = "0.40.0" 15nostr-lmdb = "0.41.0"
16nostr-sdk = "0.40.0" 16nostr-sdk = "0.41.0"
17once_cell = "1.18.0" 17once_cell = "1.18.0"
18rand = "0.8" 18rand = "0.8"
19rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } 19rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" }