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-05-06 14:28:32 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:28:32 +0100
commitb028223797f0bd2c4927af35cbe01834b3b21f7f (patch)
tree09d6598bf1934057a29c0f57d36e1211e87b7c01 /test_utils/Cargo.toml
parentc19f173199b6beebf078a9e5c54014dbef85aa82 (diff)
chore: bump rust-nostr v0.40 ~> v0.41
no breaking changes this time
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 cb945ca..82a481a 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.20.2" 12git2 = "0.20.2"
13nostr = "0.40.0" 13nostr = "0.41.0"
14nostr-database = "0.40.0" 14nostr-database = "0.41.0"
15nostr-lmdb = "0.40.0" 15nostr-lmdb = "0.41.0"
16nostr-sdk = "0.40.0" 16nostr-sdk = "0.41.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" }