From 2ffd2b99aca0406d274e927b53a959351d8c88c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 21:46:00 +0000 Subject: [PATCH] Bump histogram from 0.6.9 to 1.4.1 Bumps [histogram](https://github.com/iopsystems/histogram) from 0.6.9 to 1.4.1. - [Release notes](https://github.com/iopsystems/histogram/releases) - [Changelog](https://github.com/iopsystems/histogram/blob/main/CHANGELOG.md) - [Commits](https://github.com/iopsystems/histogram/commits/v1.4.1) --- updated-dependencies: - dependency-name: histogram dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++++-- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d3b4b98..96aebe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3387,9 +3387,12 @@ dependencies = [ [[package]] name = "histogram" -version = "0.6.9" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669" +checksum = "78dbc692bf02314a491f06bb95ae039fe842c1e1179f0036df08800fba0fb29b" +dependencies = [ + "thiserror 2.0.18", +] [[package]] name = "hmac" diff --git a/Cargo.toml b/Cargo.toml index 2044681..6f502d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,7 +255,7 @@ group = "0.13.0" hex = "0.4.3" hex-literal = "1.1.0" hidapi = { version = "2.6.6", default-features = false } -histogram = "0.6.9" +histogram = "1.4.1" http = "1.4.1" humantime = "2.3.0" hyper-util = "0.1.20"