Skip to content

Commit 3d5bd40

Browse files
authored
cosmos-sdk-proto: update tonic to 0.11 (#460)
Minimise lockfile changes
1 parent d38e52e commit 3d5bd40

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmos-sdk-proto/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased (0.21.0)
9+
### Changed
10+
- Update `tonic` to v0.11
11+
812
## 0.20.0 (2023-10-03)
913
### Added
1014
- Expose `gov::v1` module ([#437])

cosmos-sdk-proto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ prost-types = "0.12"
2121
tendermint-proto = "0.34"
2222

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

2626
[features]
2727
default = ["grpc-transport"]

proto-build/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
prost = "0.12"
1010
prost-build = "0.12"
11-
tonic = "0.10"
12-
tonic-build = "0.10"
11+
tonic = "0.11"
12+
tonic-build = "0.11"
1313
regex = "1"
1414
walkdir = "2"

0 commit comments

Comments
 (0)