upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2023-05-21 12:51:54 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2023-05-21 12:51:54 +0000
commitba3e447c928303de0a008a47ba237145f436b8aa (patch)
treeb5bdb4d6bec3ef7082bf34692bab8e03f675b9ab /Cargo.toml
parent667a3fe3073fa171a58070fd137ddd9be6c6292e (diff)
bump nostr-sdk
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 2 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac3e916..b913583 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,8 +13,8 @@ categories = ["command-line-utilities","git"]
13 13
14[dependencies] 14[dependencies]
15clap = { version = "4.1.6", features = ["derive"] } 15clap = { version = "4.1.6", features = ["derive"] }
16nostr = { version = "0.21" } 16nostr = { version = "0.22" }
17nostr-sdk = { version = "0.21", features = ["blocking"] } 17nostr-sdk = { version = "0.22", features = ["blocking"] }
18serde = { version = "1.0.147", features = ["derive"] } 18serde = { version = "1.0.147", features = ["derive"] }
19serde_json = "1.0.91" 19serde_json = "1.0.91"
20dialoguer = "0.10.4" 20dialoguer = "0.10.4"
@@ -22,7 +22,3 @@ indicatif = "0.17.3"
22thiserror = "1.0" 22thiserror = "1.0"
23confy = "0.5.1" 23confy = "0.5.1"
24git2 = "0.17.1" 24git2 = "0.17.1"
25
26[patch.crates-io]
27nostr = { git = 'https://github.com/DanConwayDev/nostr.git', features = ["blocking"] }
28