diff --git a/Cargo.toml b/Cargo.toml index a15e5ee..2007156 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" +clap = "4.4.10" +openssh-sftp-client = "0.14.1" openssh = "0.10.1" indicatif = "0.17.7" regex = "1.10.2"