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"