upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-10-17 15:14:09 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-10-17 15:16:04 +0100
commitd35a007e92f57a55948a1b503d85f487bf771ac0 (patch)
tree1aa64aaf3cabc5c9287a230778ec58fb9e7587be /test_utils
parent709946c1b49114b71d3080bb8d97e63525f40fd9 (diff)
chore: bump all cargo dependancies
now `cargo outaged` thinks all dependancies are up to date
Diffstat (limited to 'test_utils')
-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 236ba80..016cc19 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6[dependencies] 6[dependencies]
7anyhow = "1.0.98" 7anyhow = "1.0.98"
8assert_cmd = "2.0.17" 8assert_cmd = "2.0.17"
9dialoguer = "0.11.0" 9dialoguer = "0.12.0"
10directories = "6.0.0" 10directories = "6.0.0"
11futures = "0.3.31" 11futures = "0.3.31"
12git2 = "0.20.2" 12git2 = "0.20.2"
@@ -20,5 +20,5 @@ rexpect = { 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.27.0" 23tungstenite = "0.28.0"
24sha2 = "0.10" 24sha2 = "0.10"