From ba6339584056becce0ad89e2c49bbf7ba47f7409 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 17 Jun 2021 11:15:53 +0200 Subject: [PATCH 1/2] chore: Update `loupe` to 0.1.3. It includes this patch https://github.com/wasmerio/loupe/pull/18 that fixes this bug https://github.com/CosmWasm/cosmwasm/issues/959. --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 035e283a09f..998116f8642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1114,9 +1114,9 @@ dependencies = [ [[package]] name = "loupe" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d79b0cc3aa7552a59274f642a0a6e7419b7f5438aba06a0a82825918ba69f0e6" +checksum = "9b6a72dfa44fe15b5e76b94307eeb2ff995a8c5b283b55008940c02e0c5b634d" dependencies = [ "indexmap", "loupe-derive", @@ -1125,9 +1125,9 @@ dependencies = [ [[package]] name = "loupe-derive" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a545b22ceeec36de91c46206afd384c17946bd62b95b76e927a2adb77fbdcc0" +checksum = "c0fbfc88337168279f2e9ae06e157cfed4efd3316e14dc96ed074d4f2e6c5952" dependencies = [ "quote", "syn", From 227022b6c43e3caf2bff63b7d01c4d08e69c3e9c Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 17 Jun 2021 11:17:38 +0200 Subject: [PATCH 2/2] doc(changelog) Add #2427. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c390a0fb48c..74aa83610da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C ## **[Unreleased]** +### Changed +- [#2427](https://github.com/wasmerio/wasmer/pull/2427) Update `loupe` to 0.1.3. + ## 2.0.0 - 2020/06/16 ### Added