Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update serialport requirement from 3.3.0 to 4.4.0 #1

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 4, 2024

Updates the requirements on serialport to permit the latest version.

Changelog

Sourced from serialport's changelog.

[4.4.0] - 2024-06-26

Added

  • Add conversions between DataBits, StopBits types and their numeric representations.
  • Add FromStr implementation for FlowControl. #163

Changed

  • Several changes for CI hygiene.

Fixed

  • Fix a bug where available_ports() returned disabled devices on Windows. #144
  • Fix a bug on Windows where the WriteTotalTimeoutConstant field hasn't been configured properly when the set_timeout method is called. #124
  • Fix a longstanding bug on Windows where timeouts of length zero (Duration::ZERO) actually resulted in waiting indefinitely. #79
  • Fix missing modem ports from available_ports() on Windows. #81 #84
  • Fix MSRV incompatibility with sub-dependency of clap. #186

[4.3.0] - 2023-12-11

Changed

  • Raise MSRV from 1.56.1 to 1.59.0 and Rust edition from 2018 to 2021. #137
  • Update bitflags dependency to 2.4.0. #127
  • Open serial devices with O_CLOEXEC (Posix). This will close the device handles when starting a child process. In particular this means that a serial device can be reopened after making SW update of a Tauri application. #130
  • Prefer USB device manufacturer and model information from the actual USB device over the information from udev's database. #137

Fixed

  • Fixes a bug on Windows where composite devices would show a incorrect serial number. #141
  • Fixes a bug on Linux without udev where available_ports() returned wrong device file paths. #122

... (truncated)

Commits
  • aece743 Version 4.4.0
  • d2f3118 Add missing changelog entries
  • 73718f8 Set Windows timeouts to enforce non-blocking read
  • 0a75184 Fix output from example receive_data
  • d5c2605 Pin sub-dependecy of clap to be compatible with MSRV
  • c320919 Build version-dependent examples only when supported
  • 7cfe68a Silence Clippy warning on assigning_clones
  • a26561c Add first integration tests for read timeouts
  • fb9cc1e Run tests for SerialPort trait on all platforms
  • b8a8d05 Check test configuration at runtime and on demand
  • Additional commits viewable in compare view

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 [serialport](https://github.com/serialport/serialport-rs) to permit the latest version.
- [Changelog](https://github.com/serialport/serialport-rs/blob/main/CHANGELOG.md)
- [Commits](serialport/serialport-rs@3.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: serialport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2024
Copy link
Author

dependabot bot commented on behalf of github Aug 5, 2024

Superseded by #2.

@dependabot dependabot bot closed this Aug 5, 2024
@dependabot dependabot bot deleted the dependabot/cargo/serialport-4.4.0 branch August 5, 2024 16:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants