From d632f5a70d2d5443bd6f613797e782eba280f592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 17:57:14 +0000 Subject: [PATCH] Update tokio-modbus requirement from 0.16 to 0.17 Updates the requirements on [tokio-modbus](https://github.com/slowtec/tokio-modbus) to permit the latest version. - [Changelog](https://github.com/slowtec/tokio-modbus/blob/main/CHANGELOG.md) - [Commits](https://github.com/slowtec/tokio-modbus/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: tokio-modbus dependency-version: 0.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"