Merge pull request #182 from crate-ci/dependabot/cargo/proc-exit-1.0.1

chore(deps): bump proc-exit from 0.3.0 to 1.0.1
This commit is contained in:
Ed Page 2020-12-01 09:16:10 -06:00 committed by GitHub
commit f103296a8c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

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