From 834a3daf54a93afbdddf21f376a846cc6433fc6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 00:12:21 +0000 Subject: [PATCH] chore(deps): Bump human-errors from 0.1.5 to 0.2.2 Bumps [human-errors](https://github.com/SierraSoftworks/human-errors-rs) from 0.1.5 to 0.2.2. - [Release notes](https://github.com/SierraSoftworks/human-errors-rs/releases) - [Commits](https://github.com/SierraSoftworks/human-errors-rs/compare/v0.1.5...v0.2.2) --- updated-dependencies: - dependency-name: human-errors dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0956221..89f604b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2124,9 +2124,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "human-errors" -version = "0.1.5" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f83bca1f8f2cc0ec71b29df67fda94f78b32e800f22f2da118a9eaa3a5bfe612" +checksum = "47e8c6b083a9331bc18ac6950b890cd0470eff147928b7ea72d2c65a25b51f66" [[package]] name = "human_format" diff --git a/Cargo.toml b/Cargo.toml index 5ab2c54..8c5a77a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ ctrlc = "3.5.1" gix = { version = "0.76.0", features = [ "blocking-http-transport-reqwest-rust-tls", ] } -human-errors = "0.1.5" +human-errors = "0.2.2" parse_link_header = "0.4.0" pin-project = "1.1.10" reqwest = { version = "0.12.28", default-features = false, features = [