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 --- Cargo.lock | 39 ++++++++------------------------------- Cargo.toml | 2 +- test_utils/Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 34 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd3960d..dba1bda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -407,19 +407,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55b672471b4e9f9e95499ea597ff64941a309b2cdbffcc46f2cc5e2d971fd335" -[[package]] -name = "console" -version = "0.15.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" -dependencies = [ - "encode_unicode", - "libc", - "once_cell", - "unicode-width", - "windows-sys 0.59.0", -] - [[package]] name = "console" version = "0.16.1" @@ -492,14 +479,13 @@ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "dialoguer" -version = "0.11.0" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" +checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96" dependencies = [ - "console 0.15.11", + "console", "shell-words", "tempfile", - "thiserror 1.0.69", "zeroize", ] @@ -1184,7 +1170,7 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70a646d946d06bedbbc4cac4c218acf4bbf2d87757a784857025f4d447e4e1cd" dependencies = [ - "console 0.16.1", + "console", "portable-atomic", "unicode-width", "unit-prefix", @@ -1452,7 +1438,7 @@ dependencies = [ "auth-git2", "chacha20poly1305", "clap", - "console 0.16.1", + "console", "dialoguer", "directories", "futures", @@ -2604,7 +2590,7 @@ dependencies = [ "simple-websockets", "strip-ansi-escapes", "tokio", - "tungstenite 0.27.0", + "tungstenite 0.28.0", ] [[package]] @@ -2883,9 +2869,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.27.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d" +checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" dependencies = [ "bytes", "data-encoding", @@ -3225,15 +3211,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets 0.52.6", -] - [[package]] name = "windows-sys" version = "0.60.2" diff --git a/Cargo.toml b/Cargo.toml index e3f9aa4..ae40d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ auth-git2 = "0.5.8" chacha20poly1305 = "0.10.1" clap = { version = "4.5.41", features = ["derive"] } console = "0.16.0" -dialoguer = "0.11.0" +dialoguer = "0.12.0" directories = "6.0.0" futures = "0.3.31" git2 = "0.20.2" 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