From 35ff2005f4cc8fce7d427a9a317c00d0d75642ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:49:29 +0000 Subject: [PATCH] chore(deps): update rust crate async-ssh2-lite to 0.4.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f050f9e..daa2078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,9 +234,9 @@ dependencies = [ [[package]] name = "async-ssh2-lite" -version = "0.4.5" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "068cabec74fe85e7a689c96fe3eecd5f3bce99d7358beeecd7d690372bc4de0e" +checksum = "6cb43eaa75050ebe27dfd16e6de7078d9796a251f03c77d7a24c05aa9037c29b" dependencies = [ "async-trait", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 86e0092..69cc4d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ repository = "https://github.com/mihaigalos/aim" license = "MIT" [dependencies] -async-ssh2-lite = { version = "0.4.5", features = ["tokio"] } +async-ssh2-lite = { version = "0.4.7", features = ["tokio"] } async-std = "1.12.0" async-stream = "0.3.5" async_ftp = "6.0.0"