osmosis-labs / osmosis-rust

Rust libraries for osmosis
Apache License 2.0
59 stars 52 forks source link

Bump prost to 0.13 #117

Open Buckram123 opened 2 months ago

Buckram123 commented 2 months ago

Currently in this repo, 3 different versions of prost used.

prost = {version = "0.12.3", default-features = false, features = ["prost-derive"]}
prost = "0.10"
prost-types = "0.11.9"

Would be great to see it's unified and bumped to the latest