From b6a17af38a5aba43bb5767cb082fd46cdf34c0a0 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sun, 14 Dec 2025 02:28:05 +0100 Subject: fix non-sasl connection registration --- Cargo.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index a74d06f..2da501b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -922,6 +922,15 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" +[[package]] +name = "matchers" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" +dependencies = [ + "regex-automata", +] + [[package]] name = "memchr" version = "2.7.6" @@ -1976,10 +1985,14 @@ version = "0.3.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" dependencies = [ + "matchers", "nu-ansi-term", + "once_cell", + "regex-automata", "sharded-slab", "smallvec", "thread_local", + "tracing", "tracing-core", "tracing-log", ] -- cgit v1.2.3