From b4a568e459881144d7379fe866c576c781fa58c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 21:08:51 +0000 Subject: [PATCH] Bump wabt from 0.9.1 to 0.10.0 in /cosmwasm Dependabot couldn't find the original pull request head commit, 577290cd2062c3e9e3d8bab016778e59def62f7b. --- cosmwasm/Cargo.lock | 8 ++++---- cosmwasm/packages/sgx-vm/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cosmwasm/Cargo.lock b/cosmwasm/Cargo.lock index e840cb9f5..0bfd5674c 100644 --- a/cosmwasm/Cargo.lock +++ b/cosmwasm/Cargo.lock @@ -697,9 +697,9 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wabt" -version = "0.9.1" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b5f5d6984ca42df66280baa8a15ac188a173ddaf4580b574a98931c01920e7" +checksum = "00bef93d5e6c81a293bccf107cf43aa47239382f455ba14869d36695d8963b9c" dependencies = [ "serde", "serde_derive", @@ -709,9 +709,9 @@ dependencies = [ [[package]] name = "wabt-sys" -version = "0.6.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b064c81821100adb4b71923cecfc67fef083db21c3bbd454b0162c7ffe63eeaa" +checksum = "1a4e043159f63e16986e713e9b5e1c06043df4848565bf672e27c523864c7791" dependencies = [ "cc", "cmake", diff --git a/cosmwasm/packages/sgx-vm/Cargo.toml b/cosmwasm/packages/sgx-vm/Cargo.toml index b204d927a..62fcb0547 100644 --- a/cosmwasm/packages/sgx-vm/Cargo.toml +++ b/cosmwasm/packages/sgx-vm/Cargo.toml @@ -72,4 +72,4 @@ num_cpus = "1.14.0" [dev-dependencies] tempfile = "3.1.0" -wabt = "0.9.1" +wabt = "0.10.0"