diff --git a/Cargo.lock b/Cargo.lock index 0e83faa90..26173e121 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1993,9 +1993,9 @@ dependencies = [ [[package]] name = "human-panic" -version = "1.1.4" +version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c16465f6227e18e5a64eba488245d7b2974d4db0c4404ca5a69b550defa18d0a" +checksum = "38a841f87949b0dd751864e769a870be79dc34abcee1cf31d737a61d498b22b6" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 22089067b..2b2c2ad0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ gix = { version = "0.46.0", default-features = false, features = [ "max-performance-safe", ] } git2 = { version = "0.17.2", default-features = false } -human-panic = "1.1.4" +human-panic = "1.1.5" image = "0.24.6" num-format = "0.4.4" onefetch-ascii = { path = "ascii", version = "2.17.1" }