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-11-11 13:08:35 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-11-11 22:09:21 +0000
commit694325fa25e281b1a4c9d7f275f1a8e0f1ad7abf (patch)
tree3351c9e1fb1057bb61fb3fe74291b3462b17c054 /test_utils/Cargo.toml
parent35ad07180e418931dd499f799d704672d27ff35b (diff)
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.
Diffstat (limited to 'test_utils/Cargo.toml')
-rw-r--r--test_utils/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
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"
10directories = "5.0.1" 10directories = "5.0.1"
11futures = "0.3.28" 11futures = "0.3.28"
12git2 = "0.19.0" 12git2 = "0.19.0"
13nostr = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } 13nostr = "0.36.0"
14nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } 14nostr-database = "0.36.0"
15nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } 15nostr-sdk = "0.36.0"
16nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } 16nostr-lmdb = "0.36.0"
17once_cell = "1.18.0" 17once_cell = "1.18.0"
18rand = "0.8" 18rand = "0.8"
19rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } 19rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" }