Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps rmodbus from 0.6.4 to 0.7.2.

Changelog

Sourced from rmodbus's changelog.

Changelog

v0.7.0

  • ModbusContext has become a struct with custom context sizes with generic constants
  • Use ModbusContextSmall for small contexts and ModbusContextFull for big ones
  • Removed built-in dump/restore methods (use serde, bincode or custom ones)

v0.6.3

  • Moved modbus constants into a consts module.
  • Reworked the crate dependency and cargo-feature structure. Features are now additive only. Instead of the nostd feature, a std one can be opted-out by specifying default-features = false. Similarly, instead of the smallcontext feature, there is now a fullcontext feature which is also enabled by default.
  • Crate structure cleanup.

v0.6

  • guess_request_frame_len function now supports TCP (and perhaps UDP)
  • huge code refactoring, fixed and formatted for the nowadays Rust standards
  • majority of functions correctly check overflows and report errors instead of invalid values/panics

v0.5

  • Common functions and structures moved to main crate module
  • Modbus client

v0.4

  • Modbus context is no longer created automatically and no mutex guard is provided by default. Use ModbusContext::new() to create context object and then use it as you wish - protect with any kind of Mutex, with RwLock or just put into UnsafeCell.
  • Context SDK changes: all functions moved inside context, removed unnecessary ones, function args optimized.
  • FixedVec support included by default, both in std and nostd.
  • Added support for 64-bit integers
Commits

Dependabot compatibility score

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 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)

Bumps [rmodbus](https://github.com/alttch/rmodbus) from 0.6.4 to 0.7.2.
- [Release notes](https://github.com/alttch/rmodbus/releases)
- [Changelog](https://github.com/alttch/rmodbus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/alttch/rmodbus/commits/v0.7.2)

---
updated-dependencies:
- dependency-name: rmodbus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2023

Superseded by #20.

@dependabot dependabot bot closed this May 1, 2023
@dependabot dependabot bot deleted the dependabot/cargo/Firmware-IEC/rmodbus-0.7.2 branch May 1, 2023 13:58
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