diff --git a/bot/Cargo.toml b/bot/Cargo.toml index c5d1eb0..389cef5 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -13,7 +13,7 @@ cw-orch = { workspace = true, features = ["daemon"] } abstract-app = { workspace = true } abstract-client = { workspace = true } cosmwasm-std = { version = "1.2" } -osmosis-std = { version = "0.21.0" } +osmosis-std = { version = "0.27.0" } cosmos-sdk-proto = { version = "0.20.0" } dotenv = "0.15.0" env_logger = "0.11.2" diff --git a/contracts/carrot-app/Cargo.toml b/contracts/carrot-app/Cargo.toml index d4f557d..b9f955b 100644 --- a/contracts/carrot-app/Cargo.toml +++ b/contracts/carrot-app/Cargo.toml @@ -47,7 +47,7 @@ abstract-app = { workspace = true } abstract-dex-adapter = { workspace = true, features = ["osmosis"] } cw-orch = { workspace = true, optional = true } -osmosis-std = { version = "0.25.0" } +osmosis-std = { version = "0.27.0" } prost = { version = "0.12.3" } # TODO: just to enable "stargate" on abstract-app remove, see ABS-480 abstract-sdk = { version = "0.23.0", features = ["stargate"] }