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-03-22 15:51:19 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-03-22 15:51:19 +0000
commit1a476efd7c365e771c25ce3aac694015c024afe6 (patch)
tree05ac5c48dedff67c7445cdb9a02d8a28dfe5cffc /test_utils/Cargo.toml
parent91a68de459b7d22a8dfb8a324e43740fca3e0a35 (diff)
chore: bump rust-nostr to v0.29.0
both nostr and nostr-sdk packages and also in test_utils
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 8928f67..af25b43 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 = "0.27.0" 12nostr = "0.29.0"
13nostr-sdk = { version = "0.27.0", features = ["blocking"] } 13nostr-sdk = { version = "0.29.0", features = ["blocking"] }
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" }