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]