DiverOfDark / KNOMI

Alternative opinionated firmware for Knomi devices
21 stars 1 forks source link

Bump serialport from 4.4.0 to 4.5.0 in /rs-flasher #311

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps serialport from 4.4.0 to 4.5.0.

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


Dependabot compatibility score

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