From 51c1cf5e3e6b209750128469670682e0258760a2 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Mon, 22 Jul 2024 10:36:38 +0200 Subject: [PATCH] Add changelog entry --- .../unreleased/breaking-changes/1446-fix-prost-tonic.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changelog/unreleased/breaking-changes/1446-fix-prost-tonic.md diff --git a/.changelog/unreleased/breaking-changes/1446-fix-prost-tonic.md b/.changelog/unreleased/breaking-changes/1446-fix-prost-tonic.md new file mode 100644 index 000000000..72aa5608a --- /dev/null +++ b/.changelog/unreleased/breaking-changes/1446-fix-prost-tonic.md @@ -0,0 +1,5 @@ +- `[tendermint]` Bump `prost` and `tonic` to their latest versions in tendermint crate. + This was missed in [#1444](https://github.com/informalsystems/tendermint-rs/pull/1444), + which only updated the two dependencies in `tendermint-rpc`, leading to duplicate versions + of both crates to be present in the dependency graph. + ([#1446](https://github.com/informalsystems/tendermint-rs/pull/1446))