From 1a476efd7c365e771c25ce3aac694015c024afe6 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 22 Mar 2024 15:51:19 +0000 Subject: chore: bump rust-nostr to v0.29.0 both nostr and nostr-sdk packages and also in test_utils --- test_utils/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 8928f67..af25b43 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -9,8 +9,8 @@ assert_cmd = "2.0.12" dialoguer = "0.10.4" directories = "5.0.1" git2 = "0.18.1" -nostr = "0.27.0" -nostr-sdk = { version = "0.27.0", features = ["blocking"] } +nostr = "0.29.0" +nostr-sdk = { version = "0.29.0", features = ["blocking"] } once_cell = "1.18.0" rand = "0.8" rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } -- cgit v1.2.3