From 31719cbe72a04a1b755a9b8cfc8f0bbf69d83c55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:42:52 +0000 Subject: [PATCH] fix(deps): update rust dependencies --- cli/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f79d32f..d91b845 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -14,13 +14,13 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.35", features = ["full"] } dirs = "6.0" -dialoguer = "0.11" +dialoguer = "0.12" rsa = "0.9" -base64 = "0.21" -rand = "0.8" -sha2 = "0.10" +base64 = "0.22" +rand = "0.10" +sha2 = "0.11" colored = "3.0" -indicatif = "0.17" +indicatif = "0.18" chrono = { version = "0.4", features = ["serde"] } rustyline = { version = "18.0", features = ["derive"] } ssh-key = { version = "0.6", features = ["ed25519", "rand_core"] }