From 30f1a3efa9265b1403a7aa68fffbd65291face3d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 11 Nov 2024 13:08:35 +0000 Subject: chore: bump rust-nostr v0.36 bump all rust-nostr packages to latest issued version. there have been some breaking changes to nip46 and this applies these changes. --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ed99aea..afd4086 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,11 +24,10 @@ futures = "0.3.28" git2 = "0.19.0" indicatif = "0.17.7" keyring = "2.0.5" -nostr = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } -nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } -nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } -nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } -nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } +nostr = "0.36.0" +nostr-database = "0.36.0" +nostr-sdk = "0.36.0" +nostr-lmdb = "0.36.0" passwords = "3.1.13" qrcode = { version = "0.14.1", default-features = false } scrypt = "0.11.0" @@ -38,6 +37,7 @@ serde_yaml = "0.9.27" tokio = "1.33.0" urlencoding = "2.1.3" zeroize = "1.6.0" +nostr-connect = "0.36.0" [dev-dependencies] assert_cmd = "2.0.12" -- cgit v1.2.3