From 0dae41038e71a4db3006f985d8b41de8a2d19b86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 23:00:04 +0000 Subject: [PATCH] Bump cosmwasm-storage from v1.1.9-secret to v1.2.5 Bumps [cosmwasm-storage](https://github.com/scrtlabs/cosmwasm) from v1.1.9-secret to v1.2.5. - [Release notes](https://github.com/scrtlabs/cosmwasm/releases) - [Changelog](https://github.com/scrtlabs/cosmwasm/blob/4318c67ad5c9ff42e4d2fb9018fbd43ef3c4884d/CHANGELOG.md) - [Commits](https://github.com/scrtlabs/cosmwasm/compare/e40a15f04dae80680dbe22aef760e5eaab6b0a19...4318c67ad5c9ff42e4d2fb9018fbd43ef3c4884d) --- updated-dependencies: - dependency-name: cosmwasm-storage dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 91 ++++++++++++++++++++++++++++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 75 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e3ff6b..f0d6d42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -101,6 +101,18 @@ dependencies = [ "thiserror", ] +[[package]] +name = "cosmwasm-crypto" +version = "1.2.5" +source = "git+https://github.com/scrtlabs/cosmwasm/?tag=v1.2.5#4318c67ad5c9ff42e4d2fb9018fbd43ef3c4884d" +dependencies = [ + "digest 0.10.6", + "ed25519-zebra", + "k256", + "rand_core 0.6.4", + "thiserror", +] + [[package]] name = "cosmwasm-derive" version = "1.1.9" @@ -109,6 +121,14 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "cosmwasm-derive" +version = "1.2.5" +source = "git+https://github.com/scrtlabs/cosmwasm/?tag=v1.2.5#4318c67ad5c9ff42e4d2fb9018fbd43ef3c4884d" +dependencies = [ + "syn 1.0.109", +] + [[package]] name = "cosmwasm-schema" version = "1.2.2" @@ -139,14 +159,33 @@ version = "1.1.9" source = "git+https://github.com/scrtlabs/cosmwasm/?tag=v1.1.9-secret#e40a15f04dae80680dbe22aef760e5eaab6b0a19" dependencies = [ "base64 0.13.1", - "cosmwasm-crypto", - "cosmwasm-derive", + "cosmwasm-crypto 1.1.9", + "cosmwasm-derive 1.1.9", + "derivative", + "forward_ref", + "hex", + "schemars", + "serde", + "serde-json-wasm 0.4.1", + "thiserror", + "uint", +] + +[[package]] +name = "cosmwasm-std" +version = "1.2.5" +source = "git+https://github.com/scrtlabs/cosmwasm/?tag=v1.2.5#4318c67ad5c9ff42e4d2fb9018fbd43ef3c4884d" +dependencies = [ + "base64 0.13.1", + "cosmwasm-crypto 1.2.5", + "cosmwasm-derive 1.2.5", "derivative", "forward_ref", "hex", "schemars", "serde", - "serde-json-wasm", + "serde-json-wasm 0.5.1", + "sha2 0.10.6", "thiserror", "uint", ] @@ -156,7 +195,16 @@ name = "cosmwasm-storage" version = "1.1.9" source = "git+https://github.com/scrtlabs/cosmwasm/?tag=v1.1.9-secret#e40a15f04dae80680dbe22aef760e5eaab6b0a19" dependencies = [ - "cosmwasm-std", + "cosmwasm-std 1.1.9", + "serde", +] + +[[package]] +name = "cosmwasm-storage" +version = "1.2.5" +source = "git+https://github.com/scrtlabs/cosmwasm/?tag=v1.2.5#4318c67ad5c9ff42e4d2fb9018fbd43ef3c4884d" +dependencies = [ + "cosmwasm-std 1.2.5", "serde", ] @@ -575,7 +623,7 @@ name = "secret-toolkit-crypto" version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ - "cosmwasm-std", + "cosmwasm-std 1.1.9", "rand_chacha", "rand_core 0.6.4", "sha2 0.10.6", @@ -587,7 +635,7 @@ version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ "bech32", - "cosmwasm-std", + "cosmwasm-std 1.1.9", "remain", "ripemd", "schemars", @@ -601,7 +649,7 @@ version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ "bincode2", - "cosmwasm-std", + "cosmwasm-std 1.1.9", "schemars", "serde", ] @@ -611,7 +659,7 @@ name = "secret-toolkit-snip20" version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ - "cosmwasm-std", + "cosmwasm-std 1.1.9", "schemars", "secret-toolkit-utils", "serde", @@ -622,7 +670,7 @@ name = "secret-toolkit-snip721" version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ - "cosmwasm-std", + "cosmwasm-std 1.1.9", "schemars", "secret-toolkit-utils", "serde", @@ -633,8 +681,8 @@ name = "secret-toolkit-storage" version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ - "cosmwasm-std", - "cosmwasm-storage", + "cosmwasm-std 1.1.9", + "cosmwasm-storage 1.1.9", "secret-toolkit-serialization", "serde", ] @@ -644,8 +692,8 @@ name = "secret-toolkit-utils" version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ - "cosmwasm-std", - "cosmwasm-storage", + "cosmwasm-std 1.1.9", + "cosmwasm-storage 1.1.9", "schemars", "serde", ] @@ -656,8 +704,8 @@ version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ "base64 0.21.0", - "cosmwasm-std", - "cosmwasm-storage", + "cosmwasm-std 1.1.9", + "cosmwasm-storage 1.1.9", "schemars", "secret-toolkit-crypto", "secret-toolkit-utils", @@ -683,6 +731,15 @@ dependencies = [ "serde", ] +[[package]] +name = "serde-json-wasm" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16a62a1fad1e1828b24acac8f2b468971dade7b8c3c2e672bcadefefb1f8c137" +dependencies = [ + "serde", +] + [[package]] name = "serde_derive" version = "1.0.158" @@ -756,8 +813,8 @@ version = "1.0.0" dependencies = [ "base64 0.21.0", "cosmwasm-schema", - "cosmwasm-std", - "cosmwasm-storage", + "cosmwasm-std 1.1.9", + "cosmwasm-storage 1.2.5", "rand", "schemars", "secret-toolkit", diff --git a/Cargo.toml b/Cargo.toml index e643500..8405e15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ backtraces = ["cosmwasm-std/backtraces"] # debug-print = ["cosmwasm-std/debug-print"] [dependencies] cosmwasm-std = { git = "https://github.com/scrtlabs/cosmwasm/", default-features = false, tag = "v1.1.9-secret" } -cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm/", tag = "v1.1.9-secret" } +cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm/", tag = "v1.2.5" } rand = { version = "0.8.5", default-features = false } secret-toolkit = { git = "https://github.com/scrtlabs/secret-toolkit", features = [ "permit",