build(deps): bump the dependencies group with 4 updates (#1955)

This commit is contained in:
houseme
2026-02-25 19:21:20 +08:00
committed by GitHub
parent aea7f41149
commit 024a3107d8
11 changed files with 70 additions and 93 deletions
+2 -1
View File
@@ -27,7 +27,7 @@ categories = ["network-programming", "filesystem"]
[features]
default = []
ftps = ["dep:libunftp", "dep:rustls"]
ftps = ["dep:libunftp", "dep:unftp-core", "dep:rustls"]
[dependencies]
# Core RustFS dependencies
@@ -57,6 +57,7 @@ s3s = { workspace = true }
# FTPS specific dependencies (optional)
libunftp = { workspace = true, optional = true }
unftp-core = { workspace = true, optional = true }
rustls = { workspace = true, optional = true }
[package.metadata.docs.rs]