Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 26, 2024
1 parent 3e21e0c commit 62311c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ prost = { version = "0.12", default-features = false }
serde = "1.0"
serde_json = "1.0"
sha2 = "0.10.2"
tonic = "0.10"
tonic = "0.11"
tonic-reflection = "0.10"
tracing = "0.1.26"
tracing-subscriber = "0.3.16"

# ibc dependencies
ibc = { version = "0.51.0", default-features = false, features = ["serde"] }
ibc-query = { version = "0.51.0", default-features = false }
ibc-proto = { version = "0.42.2", default-features = false }
ibc-proto = { version = "0.43.0", default-features = false }
ics23 = { version = "0.11", default-features = false }

# tendermint dependencies
Expand Down

0 comments on commit 62311c7

Please sign in to comment.