From 650a2306c03f1d5ab696346596e80f13c7cb4dd0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 04:22:43 +0000 Subject: [PATCH] fix(deps): update rust crate ssh-rs to 0.4.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8fa433a..be8b211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ version = "0.2.0" edition = "2021" [dependencies] -ssh-rs = "0.4.3" +ssh-rs = "0.4.4" structopt = "0.3.26"