From 4acf11f040ffba6b4a0ec36894ecee0c0bd9a2fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 14:26:05 +0000 Subject: [PATCH] chore(deps): bump proc-exit from 0.3.0 to 1.0.1 Bumps [proc-exit](https://github.com/assert-rs/proc-exit) from 0.3.0 to 1.0.1. - [Release notes](https://github.com/assert-rs/proc-exit/releases) - [Changelog](https://github.com/assert-rs/proc-exit/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/proc-exit/compare/v0.3.0...v1.0.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19e3817..6630c4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -759,9 +759,9 @@ dependencies = [ [[package]] name = "proc-exit" -version = "0.3.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d01cbcf1855582aa030b9682a639d007834cd24d20d65f031bf87a2c7762cb5" +checksum = "7bf98af012a71ad9456b92fdba48c29d59f971610932cce8ef73a4daa7954501" [[package]] name = "proc-macro-error" diff --git a/Cargo.toml b/Cargo.toml index f9b51c5..bd427a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ env_logger = "0.8" bstr = "0.2" ahash = "0.6.1" difflib = "0.4" -proc-exit = "0.3" +proc-exit = "1.0" human-panic = "1.0.3" [dev-dependencies]