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.1 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Updates the requirements on serialport to permit the latest version.

Changelog

Sourced from serialport's changelog.

[4.5.1] - 2024-09-20

Fixed

  • Fix ignoring errors from setting baud rate and ignoring unsupported baud rates. #213
  • Remove leftover debug output from posix::poll::wait_fd. #216

[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

... (truncated)

Commits
  • c847d08 Version 4.5.1
  • 7134a9c Add changelog for removing leftover debug output
  • 23b80b3 Clean up dbg residue from clamping timeouts
  • 5d10e6d Deny use of dbg macro in library and test code
  • dc8276a Add changelog for fixing ignoring errors from setting baud rates
  • f7b2bc8 Add hardware tests for setting baud rates
  • 02406d7 Don't ingnore errors when setting baud rate
  • 18f5c2a Bump version after release
  • 6c935f8 Version 4.5.0
  • 4bcb745 Add changelog for clamping very long timeout values
  • 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.5.1)

---
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 Sep 23, 2024
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