From 56cfee57df1475f4e793a231469b8585fa475235 Mon Sep 17 00:00:00 2001 From: Piotr Babel Date: Tue, 20 Jun 2023 17:31:41 +0200 Subject: [PATCH] Bump cw2. --- Cargo.lock | 36 ++++++++++++------------------------ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac77728f..569b1b23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,7 +870,7 @@ checksum = "c80e93d1deccb8588db03945016a292c3c631e6325d349ebb35d2db6f4f946f7" dependencies = [ "cosmwasm-schema", "cosmwasm-std", - "cw2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "cw2 1.1.0", "schemars", "semver", "serde", @@ -921,21 +921,9 @@ dependencies = [ [[package]] name = "cw2" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fb70cee2cf0b4a8ff7253e6bc6647107905e8eb37208f87d54f67810faa62f8" -dependencies = [ - "cosmwasm-schema", - "cosmwasm-std", - "cw-storage-plus 1.1.0", - "schemars", - "serde", -] - -[[package]] -name = "cw2" -version = "1.0.1" -source = "git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b#de1fb0b9836e56e5640575d246274d882509d714" +checksum = "29ac2dc7a55ad64173ca1e0a46697c31b7a5c51342f55a1e84a724da4eb99908" dependencies = [ "cosmwasm-schema", "cosmwasm-std", @@ -1743,7 +1731,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 1.1.0", - "cw2 1.0.1 (git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b)", + "cw2 1.1.0", "mars-owner", "mars-red-bank-types", "serde", @@ -1767,7 +1755,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 1.1.0", - "cw2 1.0.1 (git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b)", + "cw2 1.1.0", "mars-owner", "mars-red-bank", "mars-red-bank-types", @@ -1805,7 +1793,7 @@ version = "1.1.0" dependencies = [ "cosmwasm-std", "cw-storage-plus 1.1.0", - "cw2 1.0.1 (git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b)", + "cw2 1.1.0", "mars-owner", "mars-red-bank-types", "mars-utils", @@ -1822,7 +1810,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-storage-plus 1.1.0", - "cw2 1.0.1 (git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b)", + "cw2 1.1.0", "mars-oracle-base", "mars-osmosis", "mars-owner", @@ -1845,7 +1833,7 @@ dependencies = [ "cosmwasm-std", "cw-it", "cw-storage-plus 1.1.0", - "cw2 1.0.1 (git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b)", + "cw2 1.1.0", "mars-oracle-base", "mars-owner", "mars-red-bank-types", @@ -1886,7 +1874,7 @@ dependencies = [ "cosmwasm-std", "cw-multi-test 0.16.5", "cw-storage-plus 1.1.0", - "cw2 1.0.1 (git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b)", + "cw2 1.1.0", "mars-owner", "mars-utils", "schemars", @@ -1902,7 +1890,7 @@ dependencies = [ "cosmwasm-std", "cw-storage-plus 1.1.0", "cw-utils 1.0.1", - "cw2 1.0.1 (git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b)", + "cw2 1.1.0", "mars-health", "mars-owner", "mars-red-bank-types", @@ -1950,7 +1938,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-it", - "cw2 1.0.1 (git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b)", + "cw2 1.1.0", "mars-oracle-wasm", "mars-owner", "mars-red-bank-types", @@ -1992,7 +1980,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cw-it", - "cw2 1.0.1 (git+https://github.com/CosmWasm/cw-plus?rev=de1fb0b)", + "cw2 1.1.0", "mars-osmosis", "mars-owner", "mars-red-bank-types", diff --git a/Cargo.toml b/Cargo.toml index d09fd7d5..f0a17844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ anyhow = "1.0.71" bech32 = "0.9.1" cosmwasm-schema = "1.2.6" cosmwasm-std = "1.2.6" -cw2 = { git = "https://github.com/CosmWasm/cw-plus", rev = "de1fb0b" } +cw2 = "1.1.0" cw-multi-test = "0.16.5" cw-storage-plus = "1.0.1" cw-utils = "1.0.1"