Skip to content

Commit

Permalink
cosmos-sdk-proto: update tonic to 0.11 (#460)
Browse files Browse the repository at this point in the history
Minimise lockfile changes
  • Loading branch information
alexheretic authored Mar 12, 2024
1 parent d38e52e commit 3d5bd40
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions cosmos-sdk-proto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased (0.21.0)
### Changed
- Update `tonic` to v0.11

## 0.20.0 (2023-10-03)
### Added
- Expose `gov::v1` module ([#437])
Expand Down
2 changes: 1 addition & 1 deletion cosmos-sdk-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ prost-types = "0.12"
tendermint-proto = "0.34"

# Optional dependencies
tonic = { version = "0.10", optional = true, default-features = false, features = ["codegen", "prost"] }
tonic = { version = "0.11", optional = true, default-features = false, features = ["codegen", "prost"] }

[features]
default = ["grpc-transport"]
Expand Down
4 changes: 2 additions & 2 deletions proto-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
prost = "0.12"
prost-build = "0.12"
tonic = "0.10"
tonic-build = "0.10"
tonic = "0.11"
tonic-build = "0.11"
regex = "1"
walkdir = "2"

0 comments on commit 3d5bd40

Please sign in to comment.