From 1b0f81ec542e1d73dc51c18f2bcd63c4acbd51ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 05:51:31 +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 b6ce941c..e3524a2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1712,9 +1712,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 1493ca74..2def0927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ byte-unit = "5.1.4" clap = { version = "4.5.9", features = ["derive"] } float-ord = "0.3.2" kanal = "0.1.1" -humantime = "2.1.0" +humantime = "2.3.0" libc = "0.2.155" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0"