Skip to content

Commit 5c61bf6

Browse files
committed
bump nostr-sdk and kightning-invoice version
1 parent cdd34b5 commit 5c61bf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
nostr-sdk = { version="0.29.0", features = ["all-nips"] }
9+
nostr-sdk = { version="0.30.0", features = ["all-nips"] }
1010
tokio = { version = "1", features = ["full"] }
1111
serde = "1.0"
1212
serde_yaml = "0.9.25"
@@ -20,5 +20,5 @@ regex = "1.7.1"
2020
thiserror = "1.0.39"
2121
openai-api-rs = "4.0.5"
2222
nix = { version = "0.28.0", features = ["user"] }
23-
lightning-invoice = "0.29.0"
23+
lightning-invoice = "0.30.0"
2424
csv = "1.3.0"

0 commit comments

Comments
 (0)