Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: bump asynchronous-codec from 0.6.2 to 0.7.0 #4636

Merged
merged 18 commits into from
Nov 14, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps asynchronous-codec from 0.6.2 to 0.7.0.

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

Dependabot compatibility score

You can trigger a rebase of this PR 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 <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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/mxinden/asynchronous-codec/releases)
- [Changelog](https://github.com/mxinden/asynchronous-codec/blob/master/CHANGELOG.md)
- [Commits](mxinden/asynchronous-codec@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: asynchronous-codec
  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 Oct 13, 2023
@thomaseizinger
Copy link
Contributor

Needs: paritytech/unsigned-varint#71

@dependabot dependabot bot force-pushed the dependabot/cargo/asynchronous-codec-0.7.0 branch from b0776f1 to d60f360 Compare October 16, 2023 08:02
@dependabot dependabot bot force-pushed the dependabot/cargo/asynchronous-codec-0.7.0 branch from d60f360 to 4cc26cc Compare October 23, 2023 08:15
Bumps [asynchronous-codec](https://github.com/mxinden/asynchronous-codec) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/mxinden/asynchronous-codec/releases)
- [Changelog](https://github.com/mxinden/asynchronous-codec/blob/master/CHANGELOG.md)
- [Commits](mxinden/asynchronous-codec@v0.6.2...v0.7.0)

---
updated-dependencies:
- dependency-name: asynchronous-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/asynchronous-codec-0.7.0 branch from 4cc26cc to 321f614 Compare October 30, 2023 08:25
@thomaseizinger
Copy link
Contributor

@mxinden Friendly bump for review. This is currently blocking #4782 which is a nice performance optimisation for protobuf-heavy protocols.

Copy link
Member

@mxinden mxinden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Looking good.

protocols/gossipsub/src/protocol.rs Show resolved Hide resolved
@mergify mergify bot merged commit b6eb2bf into master Nov 14, 2023
73 checks passed
@mergify mergify bot deleted the dependabot/cargo/asynchronous-codec-0.7.0 branch November 14, 2023 22:22
umgefahren pushed a commit to umgefahren/rust-libp2p that referenced this pull request Mar 8, 2024
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 send-it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants