From a7a7b7a001e51fb697928fae4db78740ab775424 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:39:16 +0000 Subject: [PATCH] chore(deps): bump cosmwasm-std in /local-interchain/rust Bumps [cosmwasm-std](https://github.com/CosmWasm/cosmwasm) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v1.5.4/CHANGELOG.md) - [Commits](https://github.com/CosmWasm/cosmwasm/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: cosmwasm-std dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- local-interchain/rust/Cargo.lock | 12 ++++++------ local-interchain/rust/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/local-interchain/rust/Cargo.lock b/local-interchain/rust/Cargo.lock index c51a60184..e9a808f74 100644 --- a/local-interchain/rust/Cargo.lock +++ b/local-interchain/rust/Cargo.lock @@ -163,9 +163,9 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "cosmwasm-crypto" -version = "1.5.3" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9934c79e58d9676edfd592557dee765d2a6ef54c09d5aa2edb06156b00148966" +checksum = "e6b4c3f9c4616d6413d4b5fc4c270a4cc32a374b9be08671e80e1a019f805d8f" dependencies = [ "digest 0.10.7", "ecdsa", @@ -177,18 +177,18 @@ dependencies = [ [[package]] name = "cosmwasm-derive" -version = "1.5.3" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5e72e330bd3bdab11c52b5ecbdeb6a8697a004c57964caeb5d876f0b088b3c" +checksum = "c586ced10c3b00e809ee664a895025a024f60d65d34fe4c09daed4a4db68a3f3" dependencies = [ "syn 1.0.109", ] [[package]] name = "cosmwasm-std" -version = "1.5.3" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef8666e572a3a2519010dde88c04d16e9339ae751b56b2bb35081fe3f7d6be74" +checksum = "712fe58f39d55c812f7b2c84e097cdede3a39d520f89b6dc3153837e31741927" dependencies = [ "base64", "bech32", diff --git a/local-interchain/rust/Cargo.toml b/local-interchain/rust/Cargo.toml index b5b20fc65..9fda78883 100644 --- a/local-interchain/rust/Cargo.toml +++ b/local-interchain/rust/Cargo.toml @@ -5,7 +5,7 @@ members = ["main", "localic-std"] reqwest = { version = "0.11.20", features = ["blocking", "json"]} tokio = { version = "1.32.0", features = ["full"] } serde_json = {version = "1.0.107"} -cosmwasm-std = "1.4.0" +cosmwasm-std = "1.5.4" thiserror = { version = "1.0.31" } localic-std = { path = "./localic-std"} \ No newline at end of file