@@ -50,12 +50,14 @@ logger = ["dep:tracing", "dep:tracing-subscriber"]
5050async-trait = " 0.1"
5151async-wsocket = " 0.13"
5252futures-util = " 0.3"
53- nostr = { git = " https://github.com/rust-nostr/nostr" , rev = " b20ef9941cccb4163e7bddd3cb4cc4c42c6b24f4" , features = [" std" ] }
54- nostr-connect = { git = " https://github.com/rust-nostr/nostr" , rev = " b20ef9941cccb4163e7bddd3cb4cc4c42c6b24f4" , optional = true }
55- nostr-lmdb = { git = " https://github.com/rust-nostr/nostr" , rev = " b20ef9941cccb4163e7bddd3cb4cc4c42c6b24f4" , optional = true }
56- nostr-ndb = { git = " https://github.com/rust-nostr/nostr" , rev = " b20ef9941cccb4163e7bddd3cb4cc4c42c6b24f4" , optional = true }
57- nostr-sdk = {git = " https://github.com/rust-nostr/nostr" , rev = " b20ef9941cccb4163e7bddd3cb4cc4c42c6b24f4" , default-features = false }
58- nwc = { git = " https://github.com/rust-nostr/nostr" , rev = " b20ef9941cccb4163e7bddd3cb4cc4c42c6b24f4" , optional = true }
53+ nostr = { git = " https://github.com/rust-nostr/nostr" , rev = " 7ddc15f8df4e96625a9aa8f8af4d3e5600335004" , features = [" std" ] }
54+ nostr-connect = { git = " https://github.com/rust-nostr/nostr" , rev = " 7ddc15f8df4e96625a9aa8f8af4d3e5600335004" , optional = true }
55+ nostr-gossip = { git = " https://github.com/rust-nostr/nostr" , rev = " 7ddc15f8df4e96625a9aa8f8af4d3e5600335004" }
56+ nostr-gossip-memory = { git = " https://github.com/rust-nostr/nostr" , rev = " 7ddc15f8df4e96625a9aa8f8af4d3e5600335004" }
57+ nostr-lmdb = { git = " https://github.com/rust-nostr/nostr" , rev = " 7ddc15f8df4e96625a9aa8f8af4d3e5600335004" , optional = true }
58+ nostr-ndb = { git = " https://github.com/rust-nostr/nostr" , rev = " 7ddc15f8df4e96625a9aa8f8af4d3e5600335004" , optional = true }
59+ nostr-sdk = {git = " https://github.com/rust-nostr/nostr" , rev = " 7ddc15f8df4e96625a9aa8f8af4d3e5600335004" , default-features = false }
60+ nwc = { git = " https://github.com/rust-nostr/nostr" , rev = " 7ddc15f8df4e96625a9aa8f8af4d3e5600335004" , optional = true }
5961tokio = { version = " 1" , features = [" sync" ] }
6062tracing = { version = " 0.1" , features = [" std" ], optional = true }
6163tracing-subscriber = { version = " 0.3" , optional = true }
0 commit comments