Skip to content

chore(deps): bump piper from 0.2.4 to 0.2.5#1172

Merged
chenquan merged 1 commit intomainfrom
dependabot/cargo/piper-0.2.5
Apr 27, 2026
Merged

chore(deps): bump piper from 0.2.4 to 0.2.5#1172
chenquan merged 1 commit intomainfrom
dependabot/cargo/piper-0.2.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps piper from 0.2.4 to 0.2.5.

Release notes

Sourced from piper's releases.

v0.2.5

  • Add functions to allow for buffered reading and writing. (#27)
  • Fix a bug where closing the Writer after writing can cause the Reader to lose bytes. (#31)
Changelog

Sourced from piper's changelog.

Version 0.2.5

  • Add functions to allow for buffered reading and writing. (#27)
  • Fix a bug where closing the Writer after writing can cause the Reader to lose bytes. (#31)
Commits
  • 85da45e v0.2.5
  • 6dd31ba Add a test to verify that closing the write side doesn't break the reader side.
  • f072208 Switch ordering of closed load to use Acquire instead of Relaxed.
  • a7614f2 Fix ordering of available data check.
  • aa05148 Update criterion requirement from 0.7 to 0.8 (#29)
  • 3d62a59 feat: Implement AsyncBufRead and related methods on Reader and Writer for dir...
  • 6581c84 Update criterion requirement from 0.6 to 0.7 (#28)
  • e198ca3 Update criterion requirement from 0.4 to 0.6 (#25)
  • db2dcb8 Fix crates.io description for v0.2 reduced scope (#26)
  • 30dd8ec Fix typo (#21)
  • Additional commits viewable in compare view

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 [piper](https://github.com/smol-rs/piper) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/smol-rs/piper/releases)
- [Changelog](https://github.com/smol-rs/piper/blob/main/CHANGELOG.md)
- [Commits](smol-rs/piper@v0.2.4...v0.2.5)

---
updated-dependencies:
- dependency-name: piper
  dependency-version: 0.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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 Apr 24, 2026
@chenquan chenquan merged commit b8f82b3 into main Apr 27, 2026
2 of 3 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/piper-0.2.5 branch April 27, 2026 15:18
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