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:
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 5d631b8..8602416 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -15,10 +15,10 @@ nostr-database = "0.42.0"
15nostr-lmdb = "0.42.0" 15nostr-lmdb = "0.42.0"
16nostr-sdk = "0.42.0" 16nostr-sdk = "0.42.0"
17once_cell = "1.21.3" 17once_cell = "1.21.3"
18rand = "0.8" 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" }
20simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } 20simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" }
21strip-ansi-escapes = "0.2.1" 21strip-ansi-escapes = "0.2.1"
22tokio = { version = "1.46.1", features = ["full"] } 22tokio = { version = "1.46.1", features = ["full"] }
23tungstenite = "0.20.1" 23tungstenite = "0.27.0"
24sha2 = "0.10" 24sha2 = "0.10"