Skip to content

Bump tokio-serial from 5.4.5 to 5.5.0#132

Merged
jr1221 merged 1 commit into
mainfrom
dependabot/cargo/tokio-serial-5.5.0
Jun 26, 2026
Merged

Bump tokio-serial from 5.4.5 to 5.5.0#132
jr1221 merged 1 commit into
mainfrom
dependabot/cargo/tokio-serial-5.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps tokio-serial from 5.4.5 to 5.5.0.

Changelog

Sourced from tokio-serial's changelog.

[5.5.0] 2026-06-15

Added

  • serde feature, exposing the Serialize/Deserialize implementations from mio-serial/serialport for the re-exported port configuration types (SerialPortBuilder, DataBits, Parity, etc.). #80 by @​barafael.

Changed

  • SerialFramed now reads via tokio_util::io::poll_read_buf instead of a hand-rolled unsafe read loop. #78 by @​paolobarbolini.
  • Replaced the futures dependency with the lighter futures-core and futures-sink. No public API change: the implemented Stream/Sink traits are the same re-exported traits. #81 by @​paolobarbolini, closes #73.
  • Bumped the Minimum Supported Rust Version to 1.71.0, matching the tokio dependency (the previously documented 1.46.0 was no longer attainable).
  • Fixed compiler warnings on Windows.

[5.4.2] 2022-03-04

[5.4.1] 2021-08-08

Minor update to README.md

Changed

  • version of tokio-serial indicated in README.md example.

[5.4.0] 2021-08-08

Final release of version 5.4. No code changes besides bumping mio-serial to 5.0 since the previous 5.4.0-beta4.

Added

  • ColinFinck added as maintainer for tokio-serial
  • estokes added as maintainer for tokio-serial

Changed

[5.4.0-beta4] 2021-07-23

Changed

[5.4.0-beta3] 2021-07-23

... (truncated)

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

Bumps [tokio-serial](https://github.com/berkowski/tokio-serial) from 5.4.5 to 5.5.0.
- [Changelog](https://github.com/berkowski/tokio-serial/blob/master/CHANGELOG.md)
- [Commits](https://github.com/berkowski/tokio-serial/commits)

---
updated-dependencies:
- dependency-name: tokio-serial
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 22, 2026
@jr1221
jr1221 merged commit 42a2f4b into main Jun 26, 2026
1 check passed
@jr1221
jr1221 deleted the dependabot/cargo/tokio-serial-5.5.0 branch June 26, 2026 01:11
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