diff --git a/packages/osmosis-std/Cargo.toml b/packages/osmosis-std/Cargo.toml index 98916c95..6df208f1 100644 --- a/packages/osmosis-std/Cargo.toml +++ b/packages/osmosis-std/Cargo.toml @@ -3,7 +3,7 @@ description = "Standard library for Osmosis with CosmWasm support included" edition = "2021" license = "MIT OR Apache-2.0" name = "osmosis-std" -version = "0.19.0" +version = "0.19.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -14,8 +14,8 @@ backtraces = ["cosmwasm-std/backtraces", "osmosis-std-derive/backtraces"] chrono = {version = "0.4.22", default-features = false} cosmwasm-std = {version = "1.4.0", features = ["stargate"]} osmosis-std-derive = {version = "0.16.2", path = "../osmosis-std-derive"} -prost = {version = "0.12.0", default-features = false, features = ["prost-derive"]} -prost-types = {version = "0.12.0", default-features = false} +prost = {version = "0.11.0", default-features = false, features = ["prost-derive"]} +prost-types = {version = "0.11.0", default-features = false} schemars = "0.8.8" # for query