From 89f502f58ab12c329bdaba52364a4d374f14cb4f Mon Sep 17 00:00:00 2001 From: KaranGauswami Date: Tue, 5 Sep 2023 20:53:59 +0530 Subject: [PATCH] updated dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c3a3b8e..2aefd73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,12 @@ repository = "https://github.com/KaranGauswami/freeswitch-esl.git" [dependencies] tokio = { version = "1", features = ["io-util", "net", "rt"] } tracing = "0.1" -bytes = "1.1" +bytes = "1.4" tokio-util = { version = "0.7", features = ["codec"] } tokio-stream = "0.1" futures = "0.3" serde_json = "1.0" -uuid = { version = "1.2", features = ["v4"] } +uuid = { version = "1.4", features = ["v4"] } thiserror = "1.0" [dev-dependencies]