From ccae4372f22232c70da4a3ff9dc9c32df61ca4e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 07:20:45 +0000 Subject: [PATCH] chore(deps): Bump human-errors from 0.1.3 to 0.1.5 Bumps [human-errors](https://github.com/SierraSoftworks/human-errors-rs) from 0.1.3 to 0.1.5. - [Release notes](https://github.com/SierraSoftworks/human-errors-rs/releases) - [Commits](https://github.com/SierraSoftworks/human-errors-rs/compare/v0.1.3...v0.1.5) --- updated-dependencies: - dependency-name: human-errors dependency-type: direct:production update-type: version-update:semver-patch ... 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 fab1c90b..6edd6245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,9 +809,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "human-errors" -version = "0.1.3" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44acdf3f328626384ebd297ee1321b32319745eb12c339b16a738028f952cfdf" +checksum = "f83bca1f8f2cc0ec71b29df67fda94f78b32e800f22f2da118a9eaa3a5bfe612" [[package]] name = "hyper" diff --git a/Cargo.toml b/Cargo.toml index a33c5eae..146fa3e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.5.23", features = ["cargo", "env", "string"] } directories-next = "2.0" futures = "0.3" gtmpl = "0.7" -human-errors = "0.1.3" +human-errors = "0.1.5" http = "0.2" inventory = "0.3.15" itertools = "0.13"