From 7d3b5cb8f3fbc210b2e364de1a43607ea951ee92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 09:13:42 +0000 Subject: [PATCH] chore(deps): Bump desmos-bindings from 1.1.1 to 1.2.0 Bumps [desmos-bindings](https://github.com/desmos-labs/desmos-bindings) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/desmos-labs/desmos-bindings/releases) - [Changelog](https://github.com/desmos-labs/desmos-bindings/blob/main/CHANGELOG.md) - [Commits](https://github.com/desmos-labs/desmos-bindings/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: desmos-bindings dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 79 +++++++++++++++++++++++++++++++++++++++++++++++------- Cargo.toml | 2 +- 2 files changed, 70 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b63a8534..c1bf04bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -212,6 +212,25 @@ dependencies = [ "thiserror", ] +[[package]] +name = "cw-multi-test" +version = "0.16.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2eb84554bbfa6b66736abcd6a9bfdf237ee0ecb83910f746dff7f799093c80a" +dependencies = [ + "anyhow", + "cosmwasm-std", + "cw-storage-plus 1.0.1", + "cw-utils 1.0.1", + "derivative", + "itertools", + "k256", + "prost", + "schemars", + "serde", + "thiserror", +] + [[package]] name = "cw-storage-macro" version = "0.16.0" @@ -244,6 +263,17 @@ dependencies = [ "serde", ] +[[package]] +name = "cw-storage-plus" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "053a5083c258acd68386734f428a5a171b29f7d733151ae83090c6fcc9417ffa" +dependencies = [ + "cosmwasm-std", + "schemars", + "serde", +] + [[package]] name = "cw-utils" version = "0.15.1" @@ -274,6 +304,21 @@ dependencies = [ "thiserror", ] +[[package]] +name = "cw-utils" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c80e93d1deccb8588db03945016a292c3c631e6325d349ebb35d2db6f4f946f7" +dependencies = [ + "cosmwasm-schema", + "cosmwasm-std", + "cw2 1.0.1", + "schemars", + "semver", + "serde", + "thiserror", +] + [[package]] name = "cw2" version = "0.15.1" @@ -300,6 +345,19 @@ dependencies = [ "serde", ] +[[package]] +name = "cw2" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8fb70cee2cf0b4a8ff7253e6bc6647107905e8eb37208f87d54f67810faa62f8" +dependencies = [ + "cosmwasm-schema", + "cosmwasm-std", + "cw-storage-plus 1.0.1", + "schemars", + "serde", +] + [[package]] name = "cw721" version = "0.16.0" @@ -335,7 +393,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cosmwasm-storage", - "cw-multi-test", + "cw-multi-test 0.15.1", "cw-storage-plus 0.16.0", "cw2 0.16.0", "cw721", @@ -353,7 +411,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cosmwasm-storage", - "cw-multi-test", + "cw-multi-test 0.15.1", "cw-storage-plus 0.16.0", "cw2 0.16.0", "cw721", @@ -387,13 +445,14 @@ dependencies = [ [[package]] name = "desmos-bindings" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a1cbb24dd731c22d21b49690a6ab257e89435c124ea1d0f354295e21d3ffc49" +checksum = "efb7ab2f0365755f89f7378a4186a757b63d22854316f693249a146625b4c40f" dependencies = [ "anyhow", + "cosmwasm-schema", "cosmwasm-std", - "cw-multi-test", + "cw-multi-test 0.16.2", "schemars", "serde", "thiserror", @@ -633,7 +692,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cosmwasm-storage", - "cw-multi-test", + "cw-multi-test 0.15.1", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", @@ -654,7 +713,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cosmwasm-storage", - "cw-multi-test", + "cw-multi-test 0.15.1", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", @@ -735,7 +794,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cosmwasm-storage", - "cw-multi-test", + "cw-multi-test 0.15.1", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", @@ -902,7 +961,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cosmwasm-storage", - "cw-multi-test", + "cw-multi-test 0.15.1", "cw-storage-plus 0.16.0", "cw2 0.16.0", "desmos-bindings", @@ -986,7 +1045,7 @@ dependencies = [ "cosmwasm-schema", "cosmwasm-std", "cosmwasm-storage", - "cw-multi-test", + "cw-multi-test 0.15.1", "cw-storage-plus 0.16.0", "cw-utils 0.16.0", "cw2 0.16.0", diff --git a/Cargo.toml b/Cargo.toml index 03f3c8fe..f3fe7060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ cw-utils = "0.16.0" cw2 = "0.16.0" cw-multi-test = "0.15.1" # Desmos dependencies -desmos-bindings = "1.1.1" +desmos-bindings = "1.2.0" # Misc dependencies schemars = "0.8.12" serde = "1.0.156"