Skip to content

Commit

Permalink
cnidarium: bump ibc-types, prost, pbjson, jmt, ics23, `toni…
Browse files Browse the repository at this point in the history
…c` (#3)

Bumps ibc-types and dependencies that follow from
it, and regenerates the protobuf rust code.

Summarized version changes:

+ ibc-proto: 0.41 -> 0.51.1
+ ibc-types: 0.11.3 -> 0.15.0
+ jmt: 0.10.0 -> 0.11.0
+ pbjson: 0.6 -> 0.7.0
+ pbjson-build: 0.6 -> 0.7.0
+ pbjson-tyes: 0.6 -> 0.7.0
+ prost: 0.12.3 -> 0.13.3
+ prost-build: 0.12.3 -> 0.13.3
+ prost-types: 0.12.3 -> 0.13.3
+ tendermint: 0.34 -> 0.40.0
+ tonic: 0.10 -> 0.12.3
+ tonic-build: 0.10 -> 0.12.3
  • Loading branch information
SuperFluffy authored Dec 9, 2024
1 parent 161d174 commit a36b2a9
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 100 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@ base64 = "0.21.7"
borsh = { version = "1.3.0" , features = ["derive", "de_strict_order"]}
futures = "0.3.30"
hex = "0.4.3"
ibc-proto = { version = "0.41", default-features = false, features = ["serde"], optional = true }
ibc-types = { version = "0.12", default-features = false, features = ["std"] }
ics23 = "0.11.3"
jmt = { version = "0.10", features = ["migration"] }
ibc-proto = { version = "0.51.1", default-features = false, features = ["serde"], optional = true }
ibc-types = { version = "0.15.0", default-features = false, features = ["std"] }
ics23 = "0.12.0"
jmt = { version = "0.11", features = ["migration"] }
metrics = { version = "0.22.3", optional = true }
once_cell = "1.19.0"
parking_lot = "0.12.3"
pbjson = { version = "0.6", optional = true }
pbjson = { version = "0.7", optional = true }
pin-project = "1.1.5"
prost = { version = "0.12", optional = true }
prost = { version = "0.13.3", optional = true }
regex = "1.10.5"
rocksdb = "0.21"
serde = { version = "1", optional = true}
sha2 = "0.10"
smallvec = { version = "1.10", features = ["union", "const_generics"] }
tempfile = "3.10.1"
tendermint = { version = "0.34", default-features = false }
tendermint = { version = "0.40.0", default-features = false }
tokio = { version = "1.38", features = ["full", "tracing"] }
tokio-stream = "0.1.15"
tonic = { version = "0.10", optional = true }
tonic = { version = "0.12.3", optional = true }
tracing = "0.1"

[dev-dependencies]
Expand Down
Loading

0 comments on commit a36b2a9

Please sign in to comment.