cosmos-rust
cosmos-rust copied to clipboard
build(deps): update tendermint-proto requirement from =0.23.9 to =0.25.0
Updates the requirements on tendermint-proto to permit the latest version.
Changelog
Sourced from tendermint-proto's changelog.
v0.25.0
Sep 23, 2022
This release follows from v0.23.9, with the v0.24 series skipped due to Tendermint Core abandoning the v0.35 and v0.36 releases. As such, it is a non-breaking change, and removes the need to pin one's tendermint-rs dependencies to a specific version (as was the case for the v0.23 series).
This release still targets compatibility with Tendermint Core v0.34, and specifically provides compatibility with v0.34.21.
BUG FIXES
[tendermint-rpc]Fix deserialization of/block_resultsresponse when it contains evidence for a duplicate vote (#1194)DEPENDENCIES
- Unpin
timedependency (#1199)ENHANCEMENTS
[proto]Do not generate types ingoogle::protobuf(#1188).- Add support for Tendermint Core v0.34.21, which primarily involves a small addition to the configuration file (#1198)
v0.23.9
Aug 5, 2022
This minor release adds Basic authentication support for HTTP and WebSocket RPC clients, in addition to some dependency updates.
We had to restrict our
timedependency for some crates to a version range of>=0.3, <0.3.12due to what seems to be a recent issue injs-syscausing our no_std support to break. We will undo this restriction as soon as the issue is resolved.DEPENDENCIES
[rpc]Update async-tungstenite dependency to 0.17 (#1165).- Update Prost to v0.11
... (truncated)
Commits
17ddb50Release v0.25.0 (#1202)ca5a286deps: Removeansi_termdependency (#1200)3b89cf1light-client-js: Remove wee_alloc optional dependency (#1201)e7f4978deps: Unpin time dependency (#1199)55b8937Add support for Tendermint Core v0.34.21 (#1198)57e5c9bIgnore clippy warning as suggestion is unreadable (#1197)99f4cd0rpc: Fix deserialization ofDuplicateVoteEvidencein/block_resultsrespo...2f2e868Do not generate well-known protobuf types (#1189)8871323ci/docs: Updatemasterreferences tomain(#1190)21e056cDerive Eq to appease clippy (#1191)- Additional commits viewable 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)