OAUTHBEARER SASL support in all services (closes #627)

This commit is contained in:
mdecimus
2024-09-26 18:59:07 +02:00
parent ce8182ae07
commit 0fbf574651
43 changed files with 932 additions and 814 deletions

View File

@@ -39,8 +39,8 @@ hkdf = "0.12.3"
sha1 = "0.10"
sha2 = "0.10"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-webpki-roots", "http2"]}
tokio-tungstenite = "0.23"
tungstenite = "0.23"
tokio-tungstenite = "0.24"
tungstenite = "0.24"
chrono = "0.4"
dashmap = "6.0"
aes = "0.8.3"