Skip to content

Commit 9863ae6

Browse files
chore(deps): update prost-types requirement from 0.13 to 0.14
Updates the requirements on [prost-types](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.0...v0.14.1) --- updated-dependencies: - dependency-name: prost-types dependency-version: 0.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 287c5f4 commit 9863ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

provenance-sdk-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2021"
1414
cosmos-sdk-proto = { version = "0.27", default-features = false }
1515
ibc-proto = { version = "0.52", default-features = false }
1616
prost = "0.13"
17-
prost-types = "0.13"
17+
prost-types = "0.14"
1818
# TODO this only needs to be included if grpc or grpc-transport are included
1919
tonic = "0.13"
2020

0 commit comments

Comments
 (0)