From 3bfbb4c06ade58c24b8db120fd6229717164d02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:59:30 +0000 Subject: [PATCH] Bump histogram from 0.9.0 to 0.9.1 Bumps [histogram](https://github.com/pelikan-io/rustcommon) from 0.9.0 to 0.9.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 69211854d8..2a0612bb36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,9 +653,9 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "histogram" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ee9487899388cf1a1155759c39e3c156c5d198b6da1734053954a6e40e6d4d" +checksum = "4b634390eb8a63662e127836d4e2f26d7ae930600d4e05ee0fd85a009eeb1175" dependencies = [ "thiserror", ] diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 8c638fcc61..40984ffaa1 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -37,7 +37,7 @@ finch = { version = "0.6.0", optional = true } fixedbitset = "0.4.0" getrandom = { version = "0.2", features = ["js"] } getset = "0.1.1" -histogram = "0.9.0" +histogram = "0.9.1" log = "0.4.20" md5 = "0.7.0" memmap2 = "0.9.4"