@@ -19,19 +19,19 @@ clap = "=4.4.18"
19
19
js-sys = " 0.3"
20
20
lru = { version = " 0.14" , default-features = false }
21
21
negentropy = { version = " 0.5" , default-features = false }
22
- nostr = { version = " 0.41 " , path = " ./crates/nostr" , default-features = false }
23
- nostr-connect = { version = " 0.41 " , path = " ./crates/nostr-connect" , default-features = false }
24
- nostr-database = { version = " 0.41 " , path = " ./crates/nostr-database" , default-features = false }
25
- nostr-indexeddb = { version = " 0.41 " , path = " ./crates/nostr-indexeddb" , default-features = false }
26
- nostr-lmdb = { version = " 0.41 " , path = " ./crates/nostr-lmdb" , default-features = false }
27
- nostr-mls-memory-storage = { version = " 0.41 " , path = " ./crates/nostr-mls-memory-storage" , default-features = false }
28
- nostr-mls-sqlite-storage = { version = " 0.41 " , path = " ./crates/nostr-mls-sqlite-storage" , default-features = false }
29
- nostr-mls-storage = { version = " 0.41 " , path = " ./crates/nostr-mls-storage" , default-features = false }
30
- nostr-mls = { version = " 0.41 " , path = " ./crates/nostr-mls" , default-features = false }
31
- nostr-ndb = { version = " 0.41 " , path = " ./crates/nostr-ndb" , default-features = false }
32
- nostr-relay-builder = { version = " 0.41 " , path = " ./crates/nostr-relay-builder" , default-features = false }
33
- nostr-relay-pool = { version = " 0.41 " , path = " ./crates/nostr-relay-pool" , default-features = false }
34
- nostr-sdk = { version = " 0.41 " , path = " ./crates/nostr-sdk" , default-features = false }
22
+ nostr = { version = " 0.42 " , path = " ./crates/nostr" , default-features = false }
23
+ nostr-connect = { version = " 0.42 " , path = " ./crates/nostr-connect" , default-features = false }
24
+ nostr-database = { version = " 0.42 " , path = " ./crates/nostr-database" , default-features = false }
25
+ nostr-indexeddb = { version = " 0.42 " , path = " ./crates/nostr-indexeddb" , default-features = false }
26
+ nostr-lmdb = { version = " 0.42 " , path = " ./crates/nostr-lmdb" , default-features = false }
27
+ nostr-mls-memory-storage = { version = " 0.42 " , path = " ./crates/nostr-mls-memory-storage" , default-features = false }
28
+ nostr-mls-sqlite-storage = { version = " 0.42 " , path = " ./crates/nostr-mls-sqlite-storage" , default-features = false }
29
+ nostr-mls-storage = { version = " 0.42 " , path = " ./crates/nostr-mls-storage" , default-features = false }
30
+ nostr-mls = { version = " 0.42 " , path = " ./crates/nostr-mls" , default-features = false }
31
+ nostr-ndb = { version = " 0.42 " , path = " ./crates/nostr-ndb" , default-features = false }
32
+ nostr-relay-builder = { version = " 0.42 " , path = " ./crates/nostr-relay-builder" , default-features = false }
33
+ nostr-relay-pool = { version = " 0.42 " , path = " ./crates/nostr-relay-pool" , default-features = false }
34
+ nostr-sdk = { version = " 0.42 " , path = " ./crates/nostr-sdk" , default-features = false }
35
35
reqwest = { version = " 0.12" , default-features = false }
36
36
serde = { version = " 1.0" , default-features = false }
37
37
serde_json = { version = " 1.0" , default-features = false }
0 commit comments