From ba3e447c928303de0a008a47ba237145f436b8aa Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Sun, 21 May 2023 12:51:54 +0000 Subject: bump nostr-sdk --- Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') 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"] [dependencies] clap = { version = "4.1.6", features = ["derive"] } -nostr = { version = "0.21" } -nostr-sdk = { version = "0.21", features = ["blocking"] } +nostr = { version = "0.22" } +nostr-sdk = { version = "0.22", features = ["blocking"] } serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.91" dialoguer = "0.10.4" @@ -22,7 +22,3 @@ indicatif = "0.17.3" thiserror = "1.0" confy = "0.5.1" git2 = "0.17.1" - -[patch.crates-io] -nostr = { git = 'https://github.com/DanConwayDev/nostr.git', features = ["blocking"] } - -- cgit v1.2.3