From 633307fbd346488d58498de83a4ba7c4f8ec8535 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 08:39:18 +0000 Subject: [PATCH] Bump heartbeats-simple from 0.4.0 to 0.4.1 Bumps [heartbeats-simple](https://github.com/libheartbeats/heartbeats-simple-rust) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/libheartbeats/heartbeats-simple-rust/releases) - [Commits](https://github.com/libheartbeats/heartbeats-simple-rust/compare/v0.4.0...v0.4.1) 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 d541cac05f0..35e8fbc1453 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2419,9 +2419,9 @@ dependencies = [ [[package]] name = "heartbeats-simple" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ad003ce233955e9d95f2c69cde84e68302ba9ba4a673d351c9bff93c738aadc" +checksum = "78bef7dfbf1dbfa968260a57d59f5bb9078625593c35d5a4a3dc78dd4f86e28b" dependencies = [ "heartbeats-simple-sys", "libc",