diff --git a/README.md b/README.md index 3a628fd..c9255db 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SuppaFTP

- + logo

~ A super FTP/FTPS client library for Rust ~

@@ -11,7 +11,7 @@

Developed by veeso and Matt McCoy

-

Current version: 5.2.2 (14/11/2023)

+

Current version: 5.3.0 (06/01/2024)

💡 If you don't know what to choose, `native-tls` should be preferred for compatibility reasons. diff --git a/suppaftp/Cargo.toml b/suppaftp/Cargo.toml index 1705abf..b0f929f 100644 --- a/suppaftp/Cargo.toml +++ b/suppaftp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "suppaftp" -version = "5.2.2" +version = "5.3.0" authors = [ "Christian Visintin ", "Matt McCoy ", @@ -46,7 +46,7 @@ env_logger = "^0.10" pretty_assertions = "^1.0.0" rand = "^0.8.4" serial_test = "^2.0" -webpki-roots = "0.25" +webpki-roots = "0.26" [features] default = []