@@ -40,15 +40,15 @@ clap = "=4.4.18"
4040hex = { version = " 0.4" , default-features = false }
4141lru = { version = " 0.16" , default-features = false }
4242negentropy = { version = " 0.5" , default-features = false }
43- nostr = { version = " 0.43 " , path = " ./crates/nostr" , default-features = false }
44- nostr-connect = { version = " 0.43 " , path = " ./signer/nostr-connect" , default-features = false }
45- nostr-database = { version = " 0.43 " , path = " ./database/nostr-database" , default-features = false }
46- nostr-gossip = { version = " 0.43 " , path = " ./gossip/nostr-gossip" , default-features = false }
47- nostr-gossip-memory = { version = " 0.43 " , path = " ./gossip/nostr-gossip-memory" , default-features = false }
48- nostr-lmdb = { version = " 0.43 " , path = " ./database/nostr-lmdb" , default-features = false }
49- nostr-ndb = { version = " 0.43 " , path = " ./database/nostr-ndb" , default-features = false }
50- nostr-relay-builder = { version = " 0.43 " , path = " ./crates/nostr-relay-builder" , default-features = false }
51- nostr-relay-pool = { version = " 0.43 " , path = " ./crates/nostr-relay-pool" , default-features = false }
43+ nostr = { version = " 0.44 " , path = " ./crates/nostr" , default-features = false }
44+ nostr-connect = { version = " 0.44 " , path = " ./signer/nostr-connect" , default-features = false }
45+ nostr-database = { version = " 0.44 " , path = " ./database/nostr-database" , default-features = false }
46+ nostr-gossip = { version = " 0.44 " , path = " ./gossip/nostr-gossip" , default-features = false }
47+ nostr-gossip-memory = { version = " 0.44 " , path = " ./gossip/nostr-gossip-memory" , default-features = false }
48+ nostr-lmdb = { version = " 0.44 " , path = " ./database/nostr-lmdb" , default-features = false }
49+ nostr-ndb = { version = " 0.44 " , path = " ./database/nostr-ndb" , default-features = false }
50+ nostr-relay-builder = { version = " 0.44 " , path = " ./crates/nostr-relay-builder" , default-features = false }
51+ nostr-relay-pool = { version = " 0.44 " , path = " ./crates/nostr-relay-pool" , default-features = false }
5252reqwest = { version = " 0.12" , default-features = false }
5353serde = { version = " 1.0" , default-features = false }
5454serde_json = { version = " 1.0" , default-features = false }
0 commit comments