From e8841e3ab519a4af1920ca3be470c80487438453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:43:26 +0000 Subject: [PATCH] Bump humantime from 2.2.0 to 2.3.0 Bumps [humantime](https://github.com/chronotope/humantime) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/chronotope/humantime/releases) - [Commits](https://github.com/chronotope/humantime/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: humantime dependency-version: 2.3.0 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 5aaa07e93..4e250b9ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2107,9 +2107,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" +checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" [[package]] name = "hyper" diff --git a/Cargo.toml b/Cargo.toml index 611c52e25..f7f18e350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ eyre = { version = "0.6.12" } stable-eyre = { version = "0.2.2" } itertools = { version = "0.14" } http = { version = "1.0.0" } -humantime = { version = "2.1.0" } +humantime = { version = "2.3.0" } flex-error = { version = "0.4.4", default-features = false } hdpath = { version = "0.6.3" } rand = { version = "0.8.5" }