From 9ed47e8f5f2a96041902dac11c68121aa54db429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:17:27 +0000 Subject: [PATCH] Bump histogram from 0.11.0 to 0.11.1 Bumps [histogram](https://github.com/pelikan-io/rustcommon) from 0.11.0 to 0.11.1. - [Commits](https://github.com/pelikan-io/rustcommon/commits) --- updated-dependencies: - dependency-name: histogram dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 844096684c..60e57d3166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,9 +694,9 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "histogram" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62b8d85713ddc62e5e78db13bf9f9305610d0419276faa845076a68b7165872" +checksum = "58cf6b99a250776d813cdf2f0b478a053a822d078e7a2baf5cb36afc88c41a7c" dependencies = [ "thiserror", ] diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index bfbc30a044..e3151e2716 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -37,7 +37,7 @@ enum_dispatch = "0.3.13" finch = { version = "0.6.0", optional = true } fixedbitset = "0.4.0" getset = "0.1.3" -histogram = "0.11.0" +histogram = "0.11.1" itertools = "0.13.0" log = "0.4.22" md5 = "0.7.0"