From 94cfe12a60497ad5b92b85fd035aff1abaf6b4a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:28:39 +0000 Subject: [PATCH] build(deps): bump humantime from 2.1.0 to 2.2.0 Bumps [humantime](https://github.com/chronotope/humantime) from 2.1.0 to 2.2.0. - [Commits](https://github.com/chronotope/humantime/commits) --- updated-dependencies: - dependency-name: humantime dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- graph/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25bde667ebf..7622541bbd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2585,9 +2585,9 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" diff --git a/graph/Cargo.toml b/graph/Cargo.toml index bb4287b2c31..f8f81504eb9 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -37,7 +37,7 @@ hyper-util = { version = "0.1", features = ["full"] } futures01 = { package = "futures", version = "0.1.31" } lru_time_cache = "0.11" graphql-parser = "0.4.0" -humantime = "2.1.0" +humantime = "2.2.0" lazy_static = "1.5.0" num-bigint = { version = "=0.2.6", features = ["serde"] } num-integer = { version = "=0.1.46" }