From 7ef836c8c69fa40846d5e8ae7dd49377a205b0fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 12:57:57 +0000 Subject: [PATCH] Update all --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc6ed2a..55f8e07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,12 @@ serde_json = "1.0.116" async-trait = "0.1.80" tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] } colored = "2.1.0" -self_update = { version = "0.39.0", features = ["archive-zip", "compression-zip-deflate"] } +self_update = { version = "0.40.0", features = ["archive-zip", "compression-zip-deflate"] } uuid = { version = "1.8.0", features = ["v4"] } chrono = "0.4.38" clap = "4.5.4" openssh-sftp-client = "0.14.3" -openssh = "0.10.3" +openssh = "0.10.4" indicatif = "0.17.8" regex = "1.10.4" tempdir = "0.3.7"