We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd34b5 commit 5c61bf6Copy full SHA for 5c61bf6
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
-nostr-sdk = { version="0.29.0", features = ["all-nips"] }
+nostr-sdk = { version="0.30.0", features = ["all-nips"] }
10
tokio = { version = "1", features = ["full"] }
11
serde = "1.0"
12
serde_yaml = "0.9.25"
@@ -20,5 +20,5 @@ regex = "1.7.1"
20
thiserror = "1.0.39"
21
openai-api-rs = "4.0.5"
22
nix = { version = "0.28.0", features = ["user"] }
23
-lightning-invoice = "0.29.0"
+lightning-invoice = "0.30.0"
24
csv = "1.3.0"
0 commit comments