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