From ae87aedae9696f4c855ac3dc47e61faec9d07c15 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 28 Oct 2024 15:41:14 +0000 Subject: chore: bump rust-nostr to patch near v0.36.0 bump all rust-nostr packages refactoring code based on breaking changes upgrading to patched version to address signer issue: nostr:nevent1qvzqqqqqqypzq6xcz9jerqgqkldy8lpg7lglcyj4g3nwzy2cs6u70wejdaj7csnjqy88wumn8ghj7mn0wvhxcmmv9uqzpsw5ph8le2n2kh6uchftawt74hddazk9tp7wjmz967y2l0uva5rc7hsstq --- 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 403e478..f4e0c7e 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 = "4dbfa94" } -nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } -nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } -nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } +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" } once_cell = "1.18.0" rand = "0.8" rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } -- cgit v1.2.3