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>2025-07-31 12:02:08 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-31 12:02:08 +0100
commit8fe7737a491d6056d6e865bfdecd02e3dda3e8f5 (patch)
treeea044a7e3744724c1245a8c20bc5bf5e01ef492f /test_utils/Cargo.toml
parentf4d3a622eeff76677316076afcd0cb8954aa2e05 (diff)
chore: bump rust-nostr v0.43
with trival breaking changes. nip05 changes will be done seperately.
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 8602416..236ba80 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -10,10 +10,10 @@ dialoguer = "0.11.0"
10directories = "6.0.0" 10directories = "6.0.0"
11futures = "0.3.31" 11futures = "0.3.31"
12git2 = "0.20.2" 12git2 = "0.20.2"
13nostr = "0.42.2" 13nostr = "0.43.0"
14nostr-database = "0.42.0" 14nostr-database = "0.43.0"
15nostr-lmdb = "0.42.0" 15nostr-lmdb = "0.43.0"
16nostr-sdk = "0.42.0" 16nostr-sdk = "0.43.0"
17once_cell = "1.21.3" 17once_cell = "1.21.3"
18rand = "0.9" 18rand = "0.9"
19rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } 19rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" }