From db21cd810a69728c4b614caaa6bab4c53bb4ad95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 09:08:37 +0000 Subject: [PATCH] Bump proc-exit from 2.0.1 to 2.0.2 Bumps [proc-exit](https://github.com/rust-cli/proc-exit) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/rust-cli/proc-exit/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-cli/proc-exit/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: proc-exit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ac0946..35a51ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,9 +654,9 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" [[package]] name = "proc-exit" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbd05acff31c8b626109e8e1db042b9bddb2b3ffba01ead93d15b78517a282ca" +checksum = "77a5390699eb9ac50677729fda96fb8339d4629f257cc6cfa6eaa673730f8f63" [[package]] name = "proc-macro-hack"