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-10-28 15:41:14 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-10-28 15:41:14 +0000
commitae87aedae9696f4c855ac3dc47e61faec9d07c15 (patch)
tree0309be588a4e3d3a510e7510300629cb2ec3a68a /test_utils/Cargo.toml
parent5979e13cdc65ea78894dbcab3acde11b246889a7 (diff)
chore: bump rust-nostr to patch near v0.36.0
bump all rust-nostr packages refactoring code based on breaking changes upgrading to patched version to address signer issue: nostr:nevent1qvzqqqqqqypzq6xcz9jerqgqkldy8lpg7lglcyj4g3nwzy2cs6u70wejdaj7csnjqy88wumn8ghj7mn0wvhxcmmv9uqzpsw5ph8le2n2kh6uchftawt74hddazk9tp7wjmz967y2l0uva5rc7hsstq
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 403e478..f4e0c7e 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 = "4dbfa94" } 13nostr = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
14nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 14nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
15nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 15nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
16nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 16nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
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" }