From a9e418d9ac55fc81a07df58debfbafa2393ea4ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Nov 2020 06:14:07 +0000 Subject: [PATCH] Bump malloc_size_of_derive from 0.1.1 to 0.1.2 Bumps [malloc_size_of_derive](https://github.com/bholley/malloc_size_of_derive) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/bholley/malloc_size_of_derive/releases) - [Commits](https://github.com/bholley/malloc_size_of_derive/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61b63bb240b..3ba6f4c49c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3528,9 +3528,9 @@ dependencies = [ [[package]] name = "malloc_size_of_derive" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e37c5d4cd9473c5f4c9c111f033f15d4df9bd378fdf615944e360a4f55a05f0b" +checksum = "632647502a8bfa82458c07134791fffa7a719f00427d1afd79c3cb6d4960a982" dependencies = [ "proc-macro2 1.0.24", "syn",