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.lock4
-rw-r--r--Cargo.toml2
-rw-r--r--test_utils/Cargo.toml2
3 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7514e62..0d56662 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1873,9 +1873,9 @@ dependencies = [
1873 1873
1874[[package]] 1874[[package]]
1875name = "nostr-database" 1875name = "nostr-database"
1876version = "0.33.0" 1876version = "0.33.1"
1877source = "registry+https://github.com/rust-lang/crates.io-index" 1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "f9f6c72d0d0842de637f7fba6e70764f719257d29dad8fc5f7352810b0f117ad" 1878checksum = "50eebf5020d70891e3c229128de5fc73af632b651d02742383b314d3d0c7e953"
1879dependencies = [ 1879dependencies = [
1880 "async-trait", 1880 "async-trait",
1881 "flatbuffers", 1881 "flatbuffers",
diff --git a/Cargo.toml b/Cargo.toml
index e13f617..8e47374 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ git2 = "0.18.1"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5" 26keyring = "2.0.5"
27nostr = "0.33.0" 27nostr = "0.33.0"
28nostr-database = "0.33.0" 28nostr-database = "0.33.1"
29nostr-sdk = "0.33.0" 29nostr-sdk = "0.33.0"
30nostr-signer = "0.33.0" 30nostr-signer = "0.33.0"
31nostr-sqlite = "0.33.0" 31nostr-sqlite = "0.33.0"
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml
index c158ce0..c92fa56 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -11,7 +11,7 @@ directories = "5.0.1"
11futures = "0.3.28" 11futures = "0.3.28"
12git2 = "0.18.1" 12git2 = "0.18.1"
13nostr = "0.33.0" 13nostr = "0.33.0"
14nostr-database = "0.33.0" 14nostr-database = "0.33.1"
15nostr-sdk = "0.33.0" 15nostr-sdk = "0.33.0"
16nostr-sqlite = "0.33.0" 16nostr-sqlite = "0.33.0"
17once_cell = "1.18.0" 17once_cell = "1.18.0"