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-16 09:32:23 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-16 09:32:23 +0100
commitb01908c12af958726347018bcdc952751f8c8e17 (patch)
tree87a912d145e77ccc948b919465cc1eef72a8df21 /test_utils/Cargo.toml
parent190fdeef6b18f5f57af5909becde10c5665ba88e (diff)
chore: cargo upgrade
command available after `cargo install cargo-edit` and it bumps packages with no-breaking changes in Cargo.toml
Diffstat (limited to 'test_utils/Cargo.toml')
-rw-r--r--test_utils/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml
index 2001733..8cdb9d5 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -4,21 +4,21 @@ version = "0.1.0"
4edition = "2021" 4edition = "2021"
5 5
6[dependencies] 6[dependencies]
7anyhow = "1.0.75" 7anyhow = "1.0.98"
8assert_cmd = "2.0.12" 8assert_cmd = "2.0.17"
9dialoguer = "0.11.0" 9dialoguer = "0.11.0"
10directories = "6.0.0" 10directories = "6.0.0"
11futures = "0.3.28" 11futures = "0.3.31"
12git2 = "0.20.2" 12git2 = "0.20.2"
13nostr = "0.41.0" 13nostr = "0.41.0"
14nostr-database = "0.41.0" 14nostr-database = "0.41.0"
15nostr-lmdb = "0.41.0" 15nostr-lmdb = "0.41.0"
16nostr-sdk = "0.41.0" 16nostr-sdk = "0.41.0"
17once_cell = "1.18.0" 17once_cell = "1.21.3"
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" }
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.0" 21strip-ansi-escapes = "0.2.1"
22tokio = { version = "1.40.0", features = ["full"] } 22tokio = { version = "1.46.1", features = ["full"] }
23tungstenite = "0.20.1" 23tungstenite = "0.20.1"
24sha2 = "0.10" \ No newline at end of file 24sha2 = "0.10"