Skip to content

chore(deps): bump the minor-updates group across 1 directory with 3 updates#187

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-updates-5e502347e5
Open

chore(deps): bump the minor-updates group across 1 directory with 3 updates#187
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-updates-5e502347e5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor-updates group with 3 updates in the / directory: zeroize, tokio-serial and bytes.

Updates zeroize from 1.8.2 to 1.9.0

Commits

Updates 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

Updates bytes from 1.11.1 to 1.12.0

Release notes

Sourced from bytes's releases.

Bytes v1.12.0

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Changelog

Sourced from bytes's changelog.

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the minor-updates group with 3 updates in the / directory: [zeroize](https://github.com/RustCrypto/utils), [tokio-serial](https://github.com/berkowski/tokio-serial) and [bytes](https://github.com/tokio-rs/bytes).


Updates `zeroize` from 1.8.2 to 1.9.0
- [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0)

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

Updates `bytes` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.11.1...v1.12.0)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: tokio-serial
  dependency-version: 5.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: bytes
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

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

0 participants