Fixed queue migration, tenant quotas API and bumped dependencies

This commit is contained in:
mdecimus
2025-05-18 11:58:36 +02:00
parent 4e5c4554c7
commit c79367f790
11 changed files with 304 additions and 387 deletions

View File

@@ -18,13 +18,13 @@ mail-send = { version = "0.5", default-features = false, features = ["cram-md5",
ahash = { version = "0.8", features = ["serde"] }
chrono = "0.4"
rand = "0.9.0"
webpki-roots = { version = "0.26"}
webpki-roots = { version = "1.0"}
ring = { version = "0.17" }
base64 = "0.22"
serde_json = "1.0"
rcgen = "0.13"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-webpki-roots", "http2", "stream"]}
x509-parser = "0.16.0"
x509-parser = "0.17.0"
pem = "3.0"
parking_lot = "0.12"
futures = "0.3"