mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
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] <support@dependabot.com>
This commit is contained in:
parent
d5a781fd25
commit
4acf11f040
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue