From ddf875d03656f75b668f0b8bcb9efd78801958dc Mon Sep 17 00:00:00 2001 From: Zan Pan Date: Fri, 20 Oct 2023 12:23:17 +0800 Subject: [PATCH] Bump suppaftp to version 5.2 The current version of suppaftp 4.7 used by OpenDAL requires async-tls 0.11, which has a security vulnerability. --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index d4572ded40f..10bbd24855c 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -288,7 +288,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" sha2 = { version = "0.10", optional = true } sled = { version = "0.34.7", optional = true } -suppaftp = { version = "4.5", default-features = false, features = [ +suppaftp = { version = "5.2", default-features = false, features = [ "async-secure", "async-rustls", ], optional = true }