Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Update tendermint-rpc requirement from 0.33.0 to 0.34.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 19, 2023
1 parent 64825de commit e143172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_yaml = "0.9.25"
sha2 = "0.10.7"
sha3 = "0.10.8"
tendermint = "0.34.0"
tendermint-rpc = { version = "0.33.0", features = ["http-client"] }
tendermint-rpc = { version = "0.34.0", features = ["http-client"] }
tokio = { version = "1.32.0", features = ["rt-multi-thread"] }
tracing = "0.1.37"
ureq = { version = "2.7.1", features = ["json"] }
Expand Down

0 comments on commit e143172

Please sign in to comment.