From 5f920b925f45a51ec4392af9fe8c25c540e31935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Tue, 26 Mar 2024 12:31:10 +0100 Subject: Add compat feature to tokio-util MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 09ef8ad..b6a98e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,6 @@ mqtt-format = { version = "0.5.0", path = "mqtt-format", features = [ stable_deref_trait = "1.2.0" thiserror = "1.0.58" tokio = { version = "1.36.0", features = ["macros", "full"] } -tokio-util = { version = "0.7.10", features = ["codec"] } +tokio-util = { version = "0.7.10", features = ["codec", "compat"] } winnow = "0.6.5" yoke = "0.7.3" -- cgit v1.2.3