Skip to content

Commit 80216f6

Browse files
committed
bump tonic, tonic-build to 0.13.0, set msrv to 1.75
1 parent d111430 commit 80216f6

File tree

4 files changed

+49
-80
lines changed

4 files changed

+49
-80
lines changed

Cargo.lock

Lines changed: 43 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cosmos-sdk-proto/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ readme = "README.md"
1313
categories = ["cryptography", "cryptography::cryptocurrencies", "database"]
1414
keywords = ["blockchain", "cosmos", "tendermint", "proto"]
1515
edition = "2021"
16-
rust-version = "1.72"
16+
rust-version = "1.75"
1717

1818
[dependencies]
1919
prost = { version = "0.13", default-features = false }
2020
tendermint-proto = { version = "0.40.0" }
2121

2222
# Optional dependencies
23-
tonic = { version = "0.12", optional = true, default-features = false, features = ["codegen", "prost"] }
23+
tonic = { version = "0.13", optional = true, default-features = false, features = ["codegen", "prost"] }
2424
serde = { version = "1.0.203", optional = true, default-features = false, features = ["alloc"] }
2525
pbjson = { package = "informalsystems-pbjson", optional = true, default-features = false, version = "0.7" }
2626

proto-build/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ version = "0.1.0"
44
authors = ["Justin Kilpatrick <[email protected]>", "Tony Arcieri <[email protected]>"]
55
edition = "2018"
66
publish = false
7+
rust-version = "1.75"
78

89
[dependencies]
910
prost = "0.13"
1011
prost-build = "0.13"
11-
tonic = "0.12"
12-
tonic-build = "0.12"
12+
tonic = "0.13"
13+
tonic-build = "0.13"
1314
regex = "1"
1415
walkdir = "2"

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.72.0
1+
1.75.0

0 commit comments

Comments
 (0)