Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KaranGauswami committed Sep 5, 2023
1 parent 48ed6ad commit 89f502f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 89f502f

Please sign in to comment.