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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-01 07:05:52 +00:00 committed by GitHub
parent b356f9d845
commit 53e163f231
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -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"