From f3a63b470ca9d37d76d9548c50981b7e44f393c3 Mon Sep 17 00:00:00 2001 From: Raul Victor Trombin Date: Thu, 11 Jul 2024 20:41:42 -0300 Subject: [PATCH] Cargo: Update modules, tokio-utils and udp-stream --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4288affdf..b3f2a7718 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" [dependencies] bytes = "1.3.0" -tokio-util = { version = "0.6.3", features = ["codec"] } +tokio-util = { version = "0.7.11", features = ["codec"] } tracing = "0.1.40" tokio = { version = "1.37.0", features = ["full"] } tokio-serial = "5.4.4" @@ -25,7 +25,7 @@ serde = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies] tracing-test = "0.2.4" -udp-stream = "0.0.11" +udp-stream = "0.0.12" [build-dependencies] convert_case = "0.6.0"