build(deps): bump libunftp from 0.21.0 to 0.22.0 in the dependencies group across 1 directory (#1756)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
dependabot[bot]
2026-02-09 13:43:47 +08:00
committed by GitHub
parent ca6076fe18
commit ff8c1c782a
3 changed files with 71 additions and 41 deletions
Generated
+17 -23
View File
@@ -4771,9 +4771,9 @@ dependencies = [
[[package]]
name = "libunftp"
version = "0.21.0"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8270fae0f77279620962f533153fa727a9cf9485dbb79d47eed3086d42b17264"
checksum = "3186f219c64999ae9a2900c78ebfaf4a6b4acc3b2bbf5afe5e027e5ca5978593"
dependencies = [
"async-trait",
"bitflags 2.10.0",
@@ -4787,11 +4787,10 @@ dependencies = [
"libc",
"md-5 0.10.6",
"moka",
"nix 0.29.0",
"nix 0.30.1",
"prometheus",
"proxy-protocol",
"rustls",
"rustls-pemfile",
"slog",
"slog-stdlog",
"thiserror 2.0.18",
@@ -4801,7 +4800,7 @@ dependencies = [
"tracing",
"tracing-attributes",
"uuid",
"x509-parser 0.17.0",
"x509-parser",
]
[[package]]
@@ -5141,6 +5140,18 @@ dependencies = [
"memoffset",
]
[[package]]
name = "nix"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
"bitflags 2.10.0",
"cfg-if",
"cfg_aliases",
"libc",
]
[[package]]
name = "nom"
version = "7.1.3"
@@ -6421,7 +6432,7 @@ dependencies = [
"ring",
"rustls-pki-types",
"time",
"x509-parser 0.18.1",
"x509-parser",
"yasna",
]
@@ -10278,23 +10289,6 @@ version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
[[package]]
name = "x509-parser"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460"
dependencies = [
"asn1-rs",
"data-encoding",
"der-parser",
"lazy_static",
"nom 7.1.3",
"oid-registry",
"rusticata-macros",
"thiserror 2.0.18",
"time",
]
[[package]]
name = "x509-parser"
version = "0.18.1"