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

Bump tendermint-rpc from 0.33.2 to 0.34.0 #14

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps tendermint-rpc from 0.33.2 to 0.34.0.

Changelog

Sourced from tendermint-rpc's changelog.

v0.34.0

This release brings breaking changes, updating the ExtendVote request data structure to the changes in the CometBFT 0.38.0 release. The gRPC stack has been updated to prost 0.12 and tonic 0.10. The RPC client for HTTP has been reimplemented using reqwest. Support for Secp256k1 consensus keys has been added as an optional feature.

BREAKING CHANGES

  • [tendermint-proto] Update dependencies to prost 0.12 and tonic 0.10 (#1349)
  • [tendermint-rpc] Changed ErrorDetail variants (#1362):
    • Removed the Hyper and InvalidUri variants.
    • The Http variant now has Error from reqwest as the source.
    • Added the InvalidProxy variant.
    • The tungstenite dependency exposed through its Error type in WebSocket-related variants has been updated to version 0.20.x.
  • [tendermint-rpc] Removed a TryFrom<HttpClientUrl> conversion for hyper::Uri as hyper is no longer a direct dependency (#1362).
  • [tendermint-proto] Update v0_38 bindings to CometFBT release 0.38.0 (#1365).
  • [tendermint] Add fields to abci::request::ExtendVote to represent the fields added to the abci.RequestExtendVote protobuf message since the 0.38.0-rc3 release (#1365).

FEATURES

  • [tendermint] Add support for secp256k1 consensus keys (#1364)

IMPROVEMENTS

  • [tendermint-rpc] Turn non-200 HTTP response into an error instead of trying to parse the body as a JSON-RPC response (#1359)

SECURITY

  • [tendermint-rpc] Address the RUSTSEC-2023-0052 vulnerability by dropping dependency on hyper-proxy and changing the HTTP client to use reqwest (#1342).
Commits
  • bcc0b37 Release 0.34.0 (#1366)
  • 7db0413 Update to CometBFT 0.38.0 release (#1365)
  • 33b3c10 Fix cargo warning by explicitly specifying a resolver for the workspace (#1363)
  • 8088b34 Add support for secp256k1 consensus keys (#1358)
  • 43cce0b Turn non-200 HTTP responses into an error instead of trying to parse the body...
  • 93877da rpc: replace hyper::Client with reqwest::Client (#1362)
  • 89da5f6 Update to prost 0.12 and tonic 0.10 (#1349)
  • See full diff 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 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)

Bumps [tendermint-rpc](https://github.com/informalsystems/tendermint-rs) from 0.33.2 to 0.34.0.
- [Release notes](https://github.com/informalsystems/tendermint-rs/releases)
- [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md)
- [Commits](informalsystems/tendermint-rs@v0.33.2...v0.34.0)

---
updated-dependencies:
- dependency-name: tendermint-rpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2023

Looks like tendermint-rpc is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 6, 2023
@dependabot dependabot bot deleted the dependabot/cargo/tendermint-rpc-0.34.0 branch October 6, 2023 01: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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants