From a66e7458ab2b14976b4cafe22045420d54a00358 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 02:43:35 +0000 Subject: [PATCH] Bump abscissa_core from 0.5.1 to 0.5.2 Bumps [abscissa_core](https://github.com/iqlusioninc/abscissa) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/iqlusioninc/abscissa/releases) - [Changelog](https://github.com/iqlusioninc/abscissa/blob/develop/CHANGES.md) - [Commits](https://github.com/iqlusioninc/abscissa/compare/v0.5.1...v0.5.2) 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 e93d66b3e..d8c722563 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2,9 +2,9 @@ # It is not intended for manual editing. [[package]] name = "abscissa_core" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e6300a8ec97b5f3f8f3096e6926443cceaf8f40ba7dc6c742ad79d9cf44b96" +checksum = "6a07677093120a02583717b6dd1ef81d8de1e8d01bd226c83f0f9bdf3e56bb3a" dependencies = [ "abscissa_derive", "backtrace",