From 53e163f2316c548953e10a8651610a86b3da1e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jan 2022 07:05:52 +0000 Subject: [PATCH] chore(deps): Bump proc-exit from 1.0.2 to 1.0.3 Bumps [proc-exit](https://github.com/rust-cli/proc-exit) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/rust-cli/proc-exit/releases) - [Changelog](https://github.com/rust-cli/proc-exit/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-cli/proc-exit/compare/v1.0.2...v1.0.3) --- 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 f20efcf..2a77037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1049,9 +1049,9 @@ dependencies = [ [[package]] name = "proc-exit" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d94a40d6d1c03eb98fdf7c983a6b550798e6e805afa46112c54aaaaeb48a276f" +checksum = "0da6bbc8ef87314d4f596ad9d02db375c3f2d77fba91067a6f6a5754fdc8cb49" [[package]] name = "proc-macro-error"