diff --git a/Cargo.lock b/Cargo.lock index 153b6bc..dae2da0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -435,9 +435,9 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "human-panic" -version = "1.2.3" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4f016c89920bbb30951a8405ecacbb4540db5524313b9445736e7e1855cf370" +checksum = "a4c5d0e9120f6bca6120d142c7ede1ba376dd6bf276d69dd3dbe6cbeb7824179" dependencies = [ "anstream", "anstyle", diff --git a/crates/committed/Cargo.toml b/crates/committed/Cargo.toml index 10dec97..2c5d05b 100644 --- a/crates/committed/Cargo.toml +++ b/crates/committed/Cargo.toml @@ -46,7 +46,7 @@ imperative = "1.0.5" derive_more = "0.99.17" itertools = "0.12.1" proc-exit = "2.0" -human-panic = "1.2.3" +human-panic = "2.0.0" anstream = "0.6.13" anstyle = "1.0.6"