diff --git a/Cargo.toml b/Cargo.toml index 4b2a16c..e559e74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ self_update = { version = "0.41.0", features = ["archive-zip", "compression-zip- uuid = { version = "1.10.0", features = ["v4"] } chrono = "0.4.38" clap = "4.5.11" -openssh-sftp-client = "0.14.6" -openssh = "0.10.4" +openssh-sftp-client = "0.15.0" +openssh = "0.11.0" indicatif = "0.17.8" regex = "1.10.5" tempdir = "0.3.7"