From 529c0cda9f3006ea7fafd7ea96a91c370b80444b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 31 May 2020 17:59:05 +0000 Subject: [PATCH] Bump new_debug_unreachable from 1.0.1 to 1.0.4 Bumps [new_debug_unreachable](https://github.com/mbrubeck/rust-debug-unreachable) from 1.0.1 to 1.0.4. - [Release notes](https://github.com/mbrubeck/rust-debug-unreachable/releases) - [Commits](https://github.com/mbrubeck/rust-debug-unreachable/compare/new_debug_unreachable-v1.0.1...v1.0.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1241d0c95a5..eca41b36d66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3690,12 +3690,9 @@ dependencies = [ [[package]] name = "new_debug_unreachable" -version = "1.0.1" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4" -dependencies = [ - "unreachable", -] +checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" [[package]] name = "nix"