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.5.0 #2

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Updates the requirements on serialport to permit the latest version.

Changelog

Sourced from serialport's changelog.

[4.5.0] - 2024-08-05

Added

  • Add IntoRawHandle implementation for COMPort #199
  • Add MODALIAS as additional source of information for USB devices on Linux #170

Changed

  • Replace using regex crate for parsing device identification strings for available_ports on Windows. This is now done by some bespoke code to significantly reduce build times. #201
  • Switch from ANSI to Unicode/UTF-16 string API on Windows. #89

Fixed

  • Fix looking up UsbPortInfo::interface on macOS. #193
  • Fix issues with very long timeout values like Duration::MAX by clamping to maximum supported value for underlying platform. #207, #208

[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

... (truncated)

Commits
  • 6c935f8 Version 4.5.0
  • 4bcb745 Add changelog for clamping very long timeout values
  • 2ce90ef Share test durations between all tests
  • a0c0a19 Clean up naming of modules containing unit tests
  • 92c31b7 Add warning on clamping timeouts to documentation
  • e075962 Allow using time_t despite deprecation on musl
  • 6be0fd4 Clamp long timeouts on Windows
  • 5043ce7 Clamp long timeouts for POSIX
  • 5f42051 Add monotonicity tests for timeout value computations
  • 00c02b4 Factor out timeout value computations
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.5.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 Aug 5, 2024
Copy link
Author

dependabot bot commented on behalf of github Sep 23, 2024

Superseded by #4.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/cargo/serialport-4.5.0 branch September 23, 2024 16:16
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