Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Updates the requirements on asynchronous-codec to permit the latest version.

Release notes

Sourced from asynchronous-codec's releases.

v0.7.0

See CHANGELOG.md.

Changelog

Sourced from asynchronous-codec's changelog.

[0.7.0]

Changed

  • Use GATs for Encoder trait to allow encoding of borrowed data. See PR 9.

[0.6.2]

Fixed

  • Error handling in CborCodec and JsonCodec decode, more specifically not advancing the data buffer on partial decoding. See #7 for details.

[0.6.1] - 2022-11-08

Added

  • Framed::send_high_water_mark and Framed::set_send_high_water_mark #3.

#3: mxinden/asynchronous-codec#3

[0.6.0] - 2021-02-01

Changed

  • Permit conversion into and creation from "parts" #2.

[0.5.0] - 2021-01-06

Changed

  • Update to bytes v1 and pin-project-lite v0.2.
Commits
  • c818a83 feat: allow encoding of borrowed data (#9)
  • a62d433 feat: relax trait bounds on map_codec (#11)
  • d7ca166 fix(codec): do not advance buffer on eof and error (#8)
  • 43338f6 Merge pull request #3 from melekes/anton/set-watermark
  • 3036f0a Update CHANGELOG.md
  • 4f88189 bump version to 0.6.1
  • 4ddfd4c update changelog
  • 56de24b add send_high_water_mark and set_send_high_water_mark to Framed
  • See full diff 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 16, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/asynchronous-codec-approx-0.7 branch from 9a88a1d to 7396c99 Compare June 18, 2025 23:06
Updates the requirements on [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) to permit the latest version.
- [Release notes](https://github.com/mxinden/asynchronous-codec/releases)
- [Changelog](https://github.com/mxinden/asynchronous-codec/blob/master/CHANGELOG.md)
- [Commits](libp2p/rust-asynchronous-codec@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: asynchronous-codec
  dependency-version: 0.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/asynchronous-codec-approx-0.7 branch from 7396c99 to ae52c03 Compare June 19, 2025 14:40
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