upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-22 15:26:44 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-22 15:26:44 +0100
commit0762d44a9ec3d8a5477e171933428cd9749e0659 (patch)
treecc79eaf07fff399bd5083aebf67fff09cc718952 /test_utils/Cargo.toml
parent8656948d488b205ee1b25ffe4c85e51ad09df345 (diff)
chore: bump rust-nostr to v0.33.0
bump all rust-nostr packages move from using patched nip46 nip05 function to profile function in v33 fix send_events_to error message
Diffstat (limited to 'test_utils/Cargo.toml')
-rw-r--r--test_utils/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml
index 92f4dfd..b7010c9 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -9,8 +9,8 @@ assert_cmd = "2.0.12"
9dialoguer = "0.10.4" 9dialoguer = "0.10.4"
10directories = "5.0.1" 10directories = "5.0.1"
11git2 = "0.18.1" 11git2 = "0.18.1"
12nostr = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } 12nostr = "0.33.0"
13nostr-sdk = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } 13nostr-sdk = "0.33.0"
14once_cell = "1.18.0" 14once_cell = "1.18.0"
15rand = "0.8" 15rand = "0.8"
16rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } 16rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" }