From 41f8fc7e79c13908f1b996ab8e87e53f8634963f Mon Sep 17 00:00:00 2001 From: Sturdy <91910406+apollo-sturdy@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:03:40 +0200 Subject: [PATCH] chore: bump pair-concentrated --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 218b939..ceb5789 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,9 +154,9 @@ dependencies = [ [[package]] name = "astroport" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c4af74ada17a13fe7b75d0d529367eb5dcb15e06fd7e744892191856eedc742" +checksum = "0b3b225e86694e2fd1adbf230581bce1690a871585aec9edd64b022a313a8493" dependencies = [ "astroport-circular-buffer", "cosmos-sdk-proto 0.19.0", @@ -189,7 +189,7 @@ version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68abcc896255acba2f4aa39f239a1e8361a6035d7bc712442da122dc31f6f959" dependencies = [ - "astroport 5.2.0", + "astroport 5.3.0", "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 1.2.0", @@ -302,7 +302,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a5e6cd4508d45d89f9f44b607eb482aa614fa54274c46746d6f251bf10b27ae" dependencies = [ - "astroport 5.2.0", + "astroport 5.3.0", "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 1.2.0", @@ -315,11 +315,11 @@ dependencies = [ [[package]] name = "astroport-pair-concentrated" -version = "4.0.1" +version = "4.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a32d9cadee60182935879a465d7bff7733b917e814ce29d97d6903f7336119a" +checksum = "a85a79c523843d180a7ca3c1607c12f9d6146ab332fc7209dee3907c191ebb04" dependencies = [ - "astroport 5.2.0", + "astroport 5.3.0", "astroport-circular-buffer", "astroport-factory", "astroport-pcl-common", @@ -357,7 +357,7 @@ version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3386d5771faedd33fc7741cb0a7082cbdc0416d42f1bd051d4f1a0b987248e3c" dependencies = [ - "astroport 5.2.0", + "astroport 5.3.0", "astroport-circular-buffer", "cosmwasm-schema", "cosmwasm-std", @@ -375,7 +375,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a810d9ff3459d62a6288314c01201b4270e96fa518bfa36ef759a4c76b87334f" dependencies = [ - "astroport 5.2.0", + "astroport 5.3.0", "astroport-factory", "cosmwasm-schema", "cosmwasm-std", @@ -988,13 +988,13 @@ dependencies = [ [[package]] name = "cw-it" -version = "0.4.0-rc.7" +version = "0.4.0-rc.8" dependencies = [ "anyhow", "apollo-cw-multi-test", "apollo-utils", "astroport 2.9.5", - "astroport 5.2.0", + "astroport 5.3.0", "astroport-factory", "astroport-incentives", "astroport-liquidity-manager", diff --git a/Cargo.toml b/Cargo.toml index 1f1cab7..0d63929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cw-it" -version = "0.4.0-rc.7" +version = "0.4.0-rc.8" authors = ["Pacman ", "Sturdy "] edition = "2021" license = "MPL-2.0" @@ -104,7 +104,7 @@ astroport-router = { version = "=1.2.1", optional = true } astroport-staking = { version = "=2.1.0", optional = true } astroport-vesting = { version = "=1.4.0", optional = true, features = ["library"] } astroport-whitelist = { version = "=2.0.0", optional = true, features = ["library"] } -astroport-pair-concentrated = { version = "=4.0.1", optional = true, features = ["library"] } +astroport-pair-concentrated = { version = "=4.0.2", optional = true, features = ["library"] } astroport-incentives = { version = "=1.1.0", optional = true, features = ["library"] } astroport-liquidity-manager = { version = "=1.0.4", optional = true, features = ["library"] }