Skip to content

Commit

Permalink
Release unftp version 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robklg committed Dec 17, 2024
1 parent 168f0f4 commit 7ffbcfa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2024-12-14 unftp v0.15.1

- Upgrade libunftp to 0.20.3 solving '425' errors for passive listening ports

## 2024-12-14 unftp v0.15.0

- Upgraded to new auth and storage backend releases
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ http = "0.2.12"
hyper = { version = "0.14.31", features = ["server", "http1"] }
hyper-rustls = "0.23.2"
lazy_static = "1.5.0"
libunftp = "0.20.1"
libunftp = "0.20.3"
opendal = { version = "0.47.3", optional = true }
prometheus = { version = "0.13.4", features = ["process"] }
serde = { version = "1.0.216", features = ["derive"] }
Expand Down

0 comments on commit 7ffbcfa

Please sign in to comment.