From 27ebbaaccf2c38be170666565015685c3c1057d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 22:59:48 +0000 Subject: [PATCH] Bump cosmwasm-std from v1.1.9-secret to v1.2.5 Bumps [cosmwasm-std](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-std dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 74 ++++++++++++++++++++++++++++++++++++++++++++---------- Cargo.toml | 2 +- 2 files changed, 62 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e3ff6b..88da596 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,7 @@ 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", ] @@ -575,7 +614,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 +626,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 +640,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 +650,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 +661,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,7 +672,7 @@ name = "secret-toolkit-storage" version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ - "cosmwasm-std", + "cosmwasm-std 1.1.9", "cosmwasm-storage", "secret-toolkit-serialization", "serde", @@ -644,7 +683,7 @@ name = "secret-toolkit-utils" version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ - "cosmwasm-std", + "cosmwasm-std 1.1.9", "cosmwasm-storage", "schemars", "serde", @@ -656,7 +695,7 @@ version = "0.8.0" source = "git+https://github.com/scrtlabs/secret-toolkit?rev=9b74bdac71c2fedcc12246f18cdfdd94b8991282#9b74bdac71c2fedcc12246f18cdfdd94b8991282" dependencies = [ "base64 0.21.0", - "cosmwasm-std", + "cosmwasm-std 1.1.9", "cosmwasm-storage", "schemars", "secret-toolkit-crypto", @@ -683,6 +722,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,7 +804,7 @@ version = "1.0.0" dependencies = [ "base64 0.21.0", "cosmwasm-schema", - "cosmwasm-std", + "cosmwasm-std 1.2.5", "cosmwasm-storage", "rand", "schemars", diff --git a/Cargo.toml b/Cargo.toml index e643500..4ea31d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,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-std = { git = "https://github.com/scrtlabs/cosmwasm/", default-features = false, tag = "v1.2.5" } cosmwasm-storage = { git = "https://github.com/scrtlabs/cosmwasm/", tag = "v1.1.9-secret" } rand = { version = "0.8.5", default-features = false } secret-toolkit = { git = "https://github.com/scrtlabs/secret-toolkit", features = [