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"