Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Updates the requirements on tokio-modbus to permit the latest version.

Changelog

Sourced from tokio-modbus's changelog.

v0.17.0 (2025-10-22)

  • Breaking change (behavior): Guess response length for custom function codes instead of returning an error.
  • Yanked v0.16.4 and v0.16.5 because of potentially breaking change as reported in #350.

v0.16.5 (2025-10-05)

  • Fix: Encoding of RTU CRC on Big Endian platforms.
  • Server: Remove unneeded Unpin trait bounds for abort signal.

v0.16.4 (2025-09-17)

  • Added ReadDeviceIdentification

v0.16.3 (2025-09-10)

  • Fix: Previous fix uses a feature from a newer version of tokio-util than the version specified in Cargo.toml

v0.16.2 (2025-09-09, yanked)

  • Fix: TCP and RTU over TCP servers now disconnect client sockets when serve exits

v0.16.1 (2024-12-12)

  • Decoding of requests/responses: Disable max. PDU size checks for custom functions

v0.16.0 (2024-12-04)

  • Encoding of requests: Less allocations
  • Decoding of requests/responses: More strict validation

Breaking Changes

  • Increased MSRV from 1.65 to 1.76
  • Limit request/response PDU size to 253 bytes (encoding/decoding)

v0.15.0 (2024-10-10)

  • Implement Report Server ID (function code 17).
  • Added ExceptionCode::new.

Breaking Changes

  • Added all FunctionCodes defined in the protocol specification.
  • Renamed Exception to ExceptionCode to be more consistent with

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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](slowtec/tokio-modbus@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] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant