diff --git a/Cargo.toml b/Cargo.toml index c7985be..a097eae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ derive_builder = "0.20" enum_dispatch = "0.3" thiserror = "2" tokio = { version = "1", features = ["time", "rt", "net"] } -tokio-modbus = { version = "0.16", default-features = false, features = [ +tokio-modbus = { version = "0.17", default-features = false, features = [ "tcp", ] } tokio-util = "0.7"