From 69df9f0aa98b631ec9d8cdc4a12d0fe0dadf30e1 Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Thu, 10 Dec 2020 11:26:52 +0100 Subject: [PATCH] ftp4 0.4.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2bc2cb..d91cc6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,9 +137,9 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "ftp4" -version = "4.0.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "412a5da44e30489a1790749f34044d53bbc4ff0cf8d789ee37be4b6befeb7c23" +checksum = "6318bd155755b6e07ccb7bf8e5b1b7cb221c74fff7c6440692ef38eb2ec1d42c" dependencies = [ "chrono", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index f18eddb..76f37f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ readme = "README.md" [dependencies] crossterm = "0.18.2" -ftp4 = { version = "^4.0.0", features = ["secure"] } +ftp4 = { version = "^4.0.1", features = ["secure"] } getopts = "0.2.21" ssh2 = "0.9.0" tui = { version = "0.13.0", features = ["crossterm"], default-features = false }