From d7875844e34724e8bd78b35c0e99b333d6243856 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:16:17 +0000 Subject: [PATCH] Update all --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 938197d..5f6b64b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,10 @@ async-trait = "0.1.74" tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] } colored = "2.0.4" self_update = { version = "0.39.0", features = ["archive-zip", "compression-zip-deflate"] } -uuid = { version = "1.5.0", features = ["v4"] } +uuid = { version = "1.6.1", features = ["v4"] } chrono = "0.4.31" clap = "4.4.8" -openssh-sftp-client = "0.14.0" +openssh-sftp-client = "0.14.1" openssh = "0.10.1" indicatif = "0.17.7" regex = "1.10.2"