diff --git a/Cargo.lock b/Cargo.lock index 3d5b043..4713d3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,9 +71,9 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6" +checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" dependencies = [ "anstyle", "anstyle-parse", @@ -950,9 +950,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "human-panic" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a79a67745be0cb8dd2771f03b24c2f25df98d5471fe7a595d668cfa2e6f843d" +checksum = "c4f016c89920bbb30951a8405ecacbb4540db5524313b9445736e7e1855cf370" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 6f39331..b27255e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ directories = "5.0.1" dirs = "5.0.1" email_address = "0.2.4" futures = "0.3.29" -human-panic = "1.2.2" +human-panic = "1.2.3" itertools = "0.12.0" json5 = "0.4.1" lazy_static = "1.4.0"