aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <me@audron.dev>2025-12-14 02:28:05 +0100
committerMax Audron <me@audron.dev>2025-12-14 02:28:05 +0100
commitb6a17af38a5aba43bb5767cb082fd46cdf34c0a0 (patch)
treea0fa5940bb7faf564d1ce5d9bc22a411e83ffc98 /Cargo.toml
parentfix readme badge links (diff)
fix non-sasl connection registration
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 26fe38c..99cae68 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ futures = "0.3"
tokio = { version = "1", features = ["full", "rt-multi-thread"] }
tracing = "0.1"
-tracing-subscriber = "0.3"
+tracing-subscriber = { version = "0.3", features = [ "env-filter" ] }
tracing-futures = "0.2"
regex = "1"