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. --- test_utils/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index f4e0c7e..5f88d8d 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -10,10 +10,10 @@ dialoguer = "0.10.4" directories = "5.0.1" futures = "0.3.28" git2 = "0.19.0" -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-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" once_cell = "1.18.0" rand = "0.8" rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } -- cgit v1.2.3