Fixed queue migration, tenant quotas API and bumped dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user