From 8e3404f1515f4375f00c106c7b4c13b4611c218d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 19:12:50 +0000 Subject: [PATCH] build(deps): bump humantime from 2.1.0 to 2.3.0 Bumps [humantime](https://github.com/chronotope/humantime) from 2.1.0 to 2.3.0. - [Release notes](https://github.com/chronotope/humantime/releases) - [Commits](https://github.com/chronotope/humantime/compare/v2.1.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 e4221b3..8750a5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2147,9 +2147,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.1.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" [[package]] name = "humantime-serde" diff --git a/Cargo.toml b/Cargo.toml index 5f9d62a..47c753c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ env_logger = { version = "0.11", default-features = false, features = ["auto-col eyre = { version = "0.6", default-features = false } futures = { version = "0.3", default-features = false } futures-util = { version = "0.3", default-features = false } -humantime = "2.1.0" +humantime = "2.3.0" itertools = "0.13" log = { version = "0.4", default-features = false } once_cell = { version = "1.20", default-features = false }