diff --git a/packages/test-tube/Cargo.toml b/packages/test-tube/Cargo.toml index 644b09e3..399a274f 100644 --- a/packages/test-tube/Cargo.toml +++ b/packages/test-tube/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT OR Apache-2.0" name = "test-tube" repository = "https://github.com/osmosis-labs/test-tube" -version = "0.3.0" +version = "0.4.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -12,7 +12,7 @@ version = "0.3.0" base64 = "0.21.5" cosmrs = {version = "0.15.0", features = ["cosmwasm", "rpc"]} cosmwasm-std = {version = "1.4.0", features = ["stargate"]} -osmosis-std = {version = "0.21.0", optional = true} +osmosis-std = {version = "0.22.0", optional = true} prost = "0.12.3" serde = "1.0.144" serde_json = "1.0.85"