Skip to content

Commit

Permalink
fix: Upgrade suppaftp to address build failure (#4091)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jan 30, 2024
1 parent f9de0d9 commit 1b68186
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 30 deletions.
43 changes: 15 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ path = "tests/behavior/main.rs"
required-features = ["tests"]

[dependencies]
async-tls = { version = "0.12.0", optional = true }
async-tls = { version = "0.13.0", optional = true }

# Required dependencies
anyhow = { version = "1.0.30", features = ["std"] }
Expand Down Expand Up @@ -333,7 +333,7 @@ rusqlite = { version = "0.29.0", optional = true, features = ["bundled"] }
# for services-sled
sled = { version = "0.34.7", optional = true }
# for services-ftp
suppaftp = { version = "5.2", default-features = false, features = [
suppaftp = { version = "5.3.1", default-features = false, features = [
"async-secure",
"rustls",
"async-rustls",
Expand Down

0 comments on commit 1b68186

Please sign in to comment.