Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 11, 2023

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)

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-type: direct:production
...

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 Oct 11, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2023

Looks like asynchronous-codec is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 1, 2023
@dependabot dependabot bot deleted the dependabot/cargo/asynchronous-codec-0.7 branch November 1, 2023 14:51
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