Skip to content

Commit

Permalink
Bump suppaftp to version 5.2
Browse files Browse the repository at this point in the history
The current version of suppaftp 4.7 used by OpenDAL requires async-tls 0.11, which has a security vulnerability.
  • Loading branch information
photino authored and oowl committed Nov 15, 2023
1 parent c2040ff commit ddf875d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ddf875d

Please sign in to comment.