From d35a007e92f57a55948a1b503d85f487bf771ac0 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 17 Oct 2025 15:14:09 +0100 Subject: chore: bump all cargo dependancies now `cargo outaged` thinks all dependancies are up to date --- test_utils/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test_utils') 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" [dependencies] anyhow = "1.0.98" assert_cmd = "2.0.17" -dialoguer = "0.11.0" +dialoguer = "0.12.0" directories = "6.0.0" futures = "0.3.31" git2 = "0.20.2" @@ -20,5 +20,5 @@ rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } strip-ansi-escapes = "0.2.1" tokio = { version = "1.46.1", features = ["full"] } -tungstenite = "0.27.0" +tungstenite = "0.28.0" sha2 = "0.10" -- cgit v1.2.3