-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgraded a bunch of dependencies including `bitflags` that is introducing a breaking change.
- Loading branch information
1 parent
286e861
commit 64663d8
Showing
15 changed files
with
103 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "libunftp" | ||
version = "0.18.9" # remember to update html_root_url | ||
version = "0.19.0" # remember to update html_root_url | ||
authors = [ | ||
"Agoston Horvath <[email protected]>", | ||
"Dávid Kosztka <[email protected]>", | ||
|
@@ -30,34 +30,34 @@ members = [ | |
] | ||
|
||
[dependencies] | ||
async-trait = "0.1.68" | ||
bitflags = "1.3.2" | ||
bytes = "1.4.0" | ||
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] } | ||
async-trait = "0.1.73" | ||
bitflags = "2.4.0" | ||
bytes = "1.5.0" | ||
chrono = { version = "0.4.31", default-features = false, features = ["clock", "std"] } | ||
derive_more = { version = "0.99.17", features = ["display"] } | ||
futures-util = { version = "0.3.28", default-features = false, features = ["alloc", "sink"] } | ||
getrandom = "0.2.9" | ||
getrandom = "0.2.10" | ||
lazy_static = "1.4.0" | ||
md-5 = "0.10.5" | ||
moka = { version = "0.9.7", default-features = false, features = ["sync"] } | ||
moka = { version = "0.11.3", default-features = false, features = ["sync"] } | ||
prometheus = { version = "0.13.3", default-features = false } | ||
proxy-protocol = "0.5.0" | ||
rustls = "0.21.6" | ||
rustls-pemfile = "1.0.2" | ||
rustls = "0.21.7" | ||
rustls-pemfile = "1.0.3" | ||
slog = { version = "2.7.0", features = ["max_level_trace", "release_max_level_info"] } | ||
slog-stdlog = "4.1.1" | ||
thiserror = "1.0.40" | ||
tokio = { version = "1.28.2", features = ["macros", "rt", "net", "sync", "io-util", "time"] } | ||
thiserror = "1.0.48" | ||
tokio = { version = "1.32.0", features = ["macros", "rt", "net", "sync", "io-util", "time"] } | ||
tokio-rustls = "0.24.1" | ||
tokio-util = { version = "0.7.8", features = ["codec"] } | ||
tracing = { version = "0.1.37", default-features = false } | ||
tracing-attributes = "0.1.24" | ||
uuid = { version = "1.3.3", features = ["v4"] } | ||
tracing-attributes = "0.1.26" | ||
uuid = { version = "1.4.1", features = ["v4"] } | ||
x509-parser = "0.14.0" | ||
dashmap = "5.4.0" | ||
dashmap = "5.5.3" | ||
libc = "0.2" | ||
|
||
[dev-dependencies] | ||
pretty_assertions = "1.3.0" | ||
tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] } | ||
pretty_assertions = "1.4.0" | ||
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] } | ||
unftp-sbe-fs = { path = "../libunftp/crates/unftp-sbe-fs"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters