From f996f1a50e8ce42483b7e37fd764f74c2b6e0b44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 04:35:59 +0000 Subject: [PATCH] chore(deps): bump humantime from 2.1.0 to 2.2.0 in /bundler 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] --- bundler/Cargo.lock | 4 ++-- bundler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundler/Cargo.lock b/bundler/Cargo.lock index 710cc88..04f1ca6 100644 --- a/bundler/Cargo.lock +++ b/bundler/Cargo.lock @@ -999,9 +999,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/bundler/Cargo.toml b/bundler/Cargo.toml index e3e2f8d..9e9c6f6 100644 --- a/bundler/Cargo.toml +++ b/bundler/Cargo.toml @@ -15,7 +15,7 @@ dotenvy = { version = "0.15.7" } flate2 = { version = "1.0.35" } glob = "0.3.2" headers = { version = "0.4.0" } -humantime = { version = "2.1.0" } +humantime = { version = "2.2.0" } opentelemetry = { version = "0.23.0" } opentelemetry-otlp = { version = "0.16.0", features = ["metrics", "tokio"] } opentelemetry-semantic-conventions = { version = "0.15.0" }