From b3226910f399b91ea83778ff96e1a7602aa17d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 04:16:19 +0000 Subject: [PATCH] build(deps): bump cortex-m-log from 0.6.1 to 0.6.2 Bumps [cortex-m-log](https://github.com/DoumanAsh/cortex-m-log) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/DoumanAsh/cortex-m-log/releases) - [Commits](https://github.com/DoumanAsh/cortex-m-log/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9088e6..c53f3d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "cortex-m-log" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978caafe65d1023d38b00c76b83564788fc351d954a5005fb72cf992c0d61458" +checksum = "1d63959cb1e003dd97233fee6762351540253237eadf06fcdcb98cbfa3f9be4a" dependencies = [ "cortex-m", "cortex-m-semihosting",