@@ -41,19 +41,19 @@ base64 = { version = "0.22", default-features = false }
41
41
clap = " =4.4.18"
42
42
lru = { version = " 0.16" , default-features = false }
43
43
negentropy = { version = " 0.5" , default-features = false }
44
- nostr = { version = " 0.42 " , path = " ./crates/nostr" , default-features = false }
45
- nostr-connect = { version = " 0.42 " , path = " ./signer/nostr-connect" , default-features = false }
46
- nostr-database = { version = " 0.42 " , path = " ./database/nostr-database" , default-features = false }
47
- nostr-indexeddb = { version = " 0.42 " , path = " ./database/nostr-indexeddb" , default-features = false }
48
- nostr-lmdb = { version = " 0.42 " , path = " ./database/nostr-lmdb" , default-features = false }
49
- nostr-mls-memory-storage = { version = " 0.42 " , path = " ./mls/nostr-mls-memory-storage" , default-features = false }
50
- nostr-mls-sqlite-storage = { version = " 0.42 " , path = " ./mls/nostr-mls-sqlite-storage" , default-features = false }
51
- nostr-mls-storage = { version = " 0.42 " , path = " ./mls/nostr-mls-storage" , default-features = false }
52
- nostr-mls = { version = " 0.42 " , path = " ./mls/nostr-mls" , default-features = false }
53
- nostr-ndb = { version = " 0.42 " , path = " ./database/nostr-ndb" , default-features = false }
54
- nostr-relay-builder = { version = " 0.42 " , path = " ./crates/nostr-relay-builder" , default-features = false }
55
- nostr-relay-pool = { version = " 0.42 " , path = " ./crates/nostr-relay-pool" , default-features = false }
56
- nostr-sdk = { version = " 0.42 " , path = " ./crates/nostr-sdk" , default-features = false }
44
+ nostr = { version = " 0.43 " , path = " ./crates/nostr" , default-features = false }
45
+ nostr-connect = { version = " 0.43 " , path = " ./signer/nostr-connect" , default-features = false }
46
+ nostr-database = { version = " 0.43 " , path = " ./database/nostr-database" , default-features = false }
47
+ nostr-indexeddb = { version = " 0.43 " , path = " ./database/nostr-indexeddb" , default-features = false }
48
+ nostr-lmdb = { version = " 0.43 " , path = " ./database/nostr-lmdb" , default-features = false }
49
+ nostr-mls-memory-storage = { version = " 0.43 " , path = " ./mls/nostr-mls-memory-storage" , default-features = false }
50
+ nostr-mls-sqlite-storage = { version = " 0.43 " , path = " ./mls/nostr-mls-sqlite-storage" , default-features = false }
51
+ nostr-mls-storage = { version = " 0.43 " , path = " ./mls/nostr-mls-storage" , default-features = false }
52
+ nostr-mls = { version = " 0.43 " , path = " ./mls/nostr-mls" , default-features = false }
53
+ nostr-ndb = { version = " 0.43 " , path = " ./database/nostr-ndb" , default-features = false }
54
+ nostr-relay-builder = { version = " 0.43 " , path = " ./crates/nostr-relay-builder" , default-features = false }
55
+ nostr-relay-pool = { version = " 0.43 " , path = " ./crates/nostr-relay-pool" , default-features = false }
56
+ nostr-sdk = { version = " 0.43 " , path = " ./crates/nostr-sdk" , default-features = false }
57
57
reqwest = { version = " 0.12" , default-features = false }
58
58
serde = { version = " 1.0" , default-features = false }
59
59
serde_json = { version = " 1.0" , default-features = false }
0 commit comments