Skip to content

Commit 44f9ab2

Browse files
Bump tendermint from 0.39.1 to 0.40.0
Bumps [tendermint](https://github.com/informalsystems/tendermint-rs) from 0.39.1 to 0.40.0. - [Release notes](https://github.com/informalsystems/tendermint-rs/releases) - [Changelog](https://github.com/informalsystems/tendermint-rs/blob/main/CHANGELOG.md) - [Commits](cometbft/tendermint-rs@v0.39.1...v0.40.0) --- updated-dependencies: - dependency-name: tendermint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c688c71 commit 44f9ab2

File tree

2 files changed

+49
-6
lines changed

2 files changed

+49
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hyper = "0.14"
1313
hyper-tls = "0.5"
1414
serde = { version = "1", features = ["serde_derive"] }
1515
serde_json = "1.0"
16-
tendermint = "0.39"
16+
tendermint = "0.40"
1717
tendermint-rpc = { version = "0.39", features = ["http-client"] }
1818
thiserror = "1"
1919
tokio = "1"

0 commit comments

Comments
 (0)