Updated dependencies

This commit is contained in:
mdecimus
2025-10-20 19:44:32 +02:00
parent ce836216a4
commit f6f5d18d68
26 changed files with 148 additions and 297 deletions

View File

@@ -21,7 +21,7 @@ mail-auth = { version = "0.7.1" }
mail-send = { version = "0.5", default-features = false, features = ["cram-md5", "ring", "tls12"] }
smtp-proto = { version = "0.2", features = ["rkyv"] }
dns-update = { version = "0.1.5" }
calcard = { version = "0.3.0", features = ["rkyv"] }
calcard = { version = "0.3", features = ["rkyv"] }
ahash = { version = "0.8.2", features = ["serde"] }
parking_lot = "0.12.1"
regex = "1.7.0"
@@ -39,7 +39,7 @@ reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-
serde = { version = "1.0", features = ["derive"]}
serde_json = "1.0"
base64 = "0.22"
x509-parser = "0.17.0"
x509-parser = "0.18"
pem = "3.0"
chrono = { version = "0.4", features = ["serde"] }
hyper = { version = "1.0.1", features = ["server", "http1", "http2"] }
@@ -52,14 +52,14 @@ imagesize = "0.14"
sha1 = "0.10"
sha2 = "0.10.6"
md5 = "0.8.0"
whatlang = "0.16"
whatlang = "0.18"
idna = "1.0"
decancer = "3.0.1"
unicode-security = "0.1.0"
infer = "0.19"
bincode = { version = "2.0", features = ["serde"] }
hostname = "0.4.0"
zip = "4.0"
zip = "6.0"
pwhash = "1.0.0"
xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
psl = "2"