From b6593389069903cc4c85e40611296d8a240f718d Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 29 Nov 2024 02:11:02 +0000 Subject: implement sasl kinda --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f136e90..326e45e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ async-trait = "0.1.68" lazy_static = "1.4.0" nanoid = "0.4.0" # TODO: remove unneeded features -rsasl = { version = "2", default_features = true, features = ["provider_base64", "plain", "config_builder"] } +rsasl = { version = "2.0.1", default_features = false, features = ["provider_base64", "plain", "config_builder", "scram-sha-1"] } tokio = { version = "1.28", features = ["full"] } tokio-native-tls = "0.3.1" tracing = "0.1.40" -- cgit