From 4d7c9cb86332b4caa8cf5af4ef50e0f0593b53f3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 08:30:37 +0000 Subject: [PATCH] Bump alloc-no-stdlib from 2.0.0 to 2.0.1 Bumps [alloc-no-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/dropbox/rust-alloc-no-stdlib/releases) - [Commits](https://github.com/dropbox/rust-alloc-no-stdlib/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 1f8b9e2e7fe..b1aca158a58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,9 +35,9 @@ dependencies = [ [[package]] name = "alloc-no-stdlib" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89376a1f1a188ddc8b54198370fd7b62568162bb8a0c5bf0684cd29933e37284" +checksum = "5192ec435945d87bc2f70992b4d818154b5feede43c09fb7592146374eac90a6" [[package]] name = "alloc-stdlib"